Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-53905 (GCVE-0-2025-53905)
Vulnerability from cvelistv5 – Published: 2025-07-15 20:48 – Updated: 2025-11-04 21:12- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
| URL | Tags |
|---|---|
| https://github.com/vim/vim/security/advisories/GH… | x_refsource_CONFIRM |
| https://github.com/vim/vim/commit/87757c6b0a4b2c1… | x_refsource_MISC |
| http://www.openwall.com/lists/oss-security/2025/07/15/1 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-53905",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-18T14:42:54.590938Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-18T14:42:58.540Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:12:41.157Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/15/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "vim",
"vendor": "vim",
"versions": [
{
"status": "affected",
"version": "\u003c 9.1.1552"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to version 9.1.1552, a path traversal issue in Vim\u2019s tar.vim plugin can allow overwriting of arbitrary files when opening specially crafted tar archives. Impact is low because this exploit requires direct user interaction. However, successfully exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive. The victim must edit such a file using Vim which will reveal the filename and the file content, a careful user may suspect some strange things going on. Successful exploitation could results in the ability to execute arbitrary commands on the underlying operating system. Version 9.1.1552 contains a patch for the vulnerability."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-07-15T20:48:34.764Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
},
{
"name": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
}
],
"source": {
"advisory": "GHSA-74v4-f3x9-ppvr",
"discovery": "UNKNOWN"
},
"title": "Vim has path traversial issue with tar.vim and special crafted tar files"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-53905",
"datePublished": "2025-07-15T20:48:34.764Z",
"dateReserved": "2025-07-11T19:05:23.827Z",
"dateUpdated": "2025-11-04T21:12:41.157Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-53905",
"date": "2026-06-05",
"epss": "0.00074",
"percentile": "0.22559"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-53905\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-07-15T21:15:34.347\",\"lastModified\":\"2025-11-04T22:16:27.173\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Vim is an open source, command line text editor. Prior to version 9.1.1552, a path traversal issue in Vim\u2019s tar.vim plugin can allow overwriting of arbitrary files when opening specially crafted tar archives. Impact is low because this exploit requires direct user interaction. However, successfully exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive. The victim must edit such a file using Vim which will reveal the filename and the file content, a careful user may suspect some strange things going on. Successful exploitation could results in the ability to execute arbitrary commands on the underlying operating system. Version 9.1.1552 contains a patch for the vulnerability.\"},{\"lang\":\"es\",\"value\":\"Vim es un editor de texto de l\u00ednea de comandos de c\u00f3digo abierto. Antes de la versi\u00f3n 9.1.1552, un problema de path traversal en el complemento tar.vim de Vim permit\u00eda sobrescribir archivos arbitrarios al abrir archivos tar especialmente manipulados. El impacto es bajo, ya que esta vulnerabilidad requiere la interacci\u00f3n directa del usuario. Sin embargo, una explotaci\u00f3n exitosa puede provocar la sobrescritura de archivos confidenciales o la colocaci\u00f3n de c\u00f3digo ejecutable en ubicaciones privilegiadas, seg\u00fan los permisos del proceso que edita el archivo. La v\u00edctima debe editar dicho archivo con Vim, lo que revelar\u00e1 el nombre y el contenido del archivo; un usuario cuidadoso podr\u00eda sospechar que est\u00e1n ocurriendo cosas extra\u00f1as. Una explotaci\u00f3n exitosa podr\u00eda permitir la ejecuci\u00f3n de comandos arbitrarios en el sistema operativo subyacente. La versi\u00f3n 9.1.1552 contiene un parche para esta vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L\",\"baseScore\":4.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.0,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"9.1.1552\",\"matchCriteriaId\":\"FB04D6F6-A934-4796-B934-1684202DD6E7\"}]}]}],\"references\":[{\"url\":\"https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/15/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/15/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:12:41.157Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-53905\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-18T14:42:54.590938Z\"}}}], \"references\": [{\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-18T14:42:45.970Z\"}}], \"cna\": {\"title\": \"Vim has path traversial issue with tar.vim and special crafted tar files\", \"source\": {\"advisory\": \"GHSA-74v4-f3x9-ppvr\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 4.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"vim\", \"product\": \"vim\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 9.1.1552\"}]}], \"references\": [{\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr\", \"name\": \"https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239\", \"name\": \"https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Vim is an open source, command line text editor. Prior to version 9.1.1552, a path traversal issue in Vim\\u2019s tar.vim plugin can allow overwriting of arbitrary files when opening specially crafted tar archives. Impact is low because this exploit requires direct user interaction. However, successfully exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive. The victim must edit such a file using Vim which will reveal the filename and the file content, a careful user may suspect some strange things going on. Successful exploitation could results in the ability to execute arbitrary commands on the underlying operating system. Version 9.1.1552 contains a patch for the vulnerability.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-07-15T20:48:34.764Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-53905\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:12:41.157Z\", \"dateReserved\": \"2025-07-11T19:05:23.827Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-07-15T20:48:34.764Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2025-53905
Vulnerability from fkie_nvd - Published: 2025-07-15 21:15 - Updated: 2025-11-04 22:16{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FB04D6F6-A934-4796-B934-1684202DD6E7",
"versionEndExcluding": "9.1.1552",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to version 9.1.1552, a path traversal issue in Vim\u2019s tar.vim plugin can allow overwriting of arbitrary files when opening specially crafted tar archives. Impact is low because this exploit requires direct user interaction. However, successfully exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive. The victim must edit such a file using Vim which will reveal the filename and the file content, a careful user may suspect some strange things going on. Successful exploitation could results in the ability to execute arbitrary commands on the underlying operating system. Version 9.1.1552 contains a patch for the vulnerability."
},
{
"lang": "es",
"value": "Vim es un editor de texto de l\u00ednea de comandos de c\u00f3digo abierto. Antes de la versi\u00f3n 9.1.1552, un problema de path traversal en el complemento tar.vim de Vim permit\u00eda sobrescribir archivos arbitrarios al abrir archivos tar especialmente manipulados. El impacto es bajo, ya que esta vulnerabilidad requiere la interacci\u00f3n directa del usuario. Sin embargo, una explotaci\u00f3n exitosa puede provocar la sobrescritura de archivos confidenciales o la colocaci\u00f3n de c\u00f3digo ejecutable en ubicaciones privilegiadas, seg\u00fan los permisos del proceso que edita el archivo. La v\u00edctima debe editar dicho archivo con Vim, lo que revelar\u00e1 el nombre y el contenido del archivo; un usuario cuidadoso podr\u00eda sospechar que est\u00e1n ocurriendo cosas extra\u00f1as. Una explotaci\u00f3n exitosa podr\u00eda permitir la ejecuci\u00f3n de comandos arbitrarios en el sistema operativo subyacente. La versi\u00f3n 9.1.1552 contiene un parche para esta vulnerabilidad."
}
],
"id": "CVE-2025-53905",
"lastModified": "2025-11-04T22:16:27.173",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 2.7,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-07-15T21:15:34.347",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/07/15/1"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2025-53905
Vulnerability from csaf_microsoft - Published: 2025-07-02 00:00 - Updated: 2026-02-18 01:49| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19576-17086 | — | ||
| Unresolved product id: 19624-17084 | — | ||
| Unresolved product id: 19409-17084 | — | ||
| Unresolved product id: 20302-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53905 Vim has path traversial issue with tar.vim and special crafted tar files - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-53905.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Vim has path traversial issue with tar.vim and special crafted tar files",
"tracking": {
"current_release_date": "2026-02-18T01:49:47.000Z",
"generator": {
"date": "2026-02-18T11:15:53.481Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-53905",
"initial_release_date": "2025-07-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-08-06T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-18T01:49:47.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 vim 9.1.1552-1",
"product": {
"name": "\u003ccbl2 vim 9.1.1552-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 vim 9.1.1552-1",
"product": {
"name": "cbl2 vim 9.1.1552-1",
"product_id": "19576"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 vim 9.1.1552-1",
"product": {
"name": "\u003cazl3 vim 9.1.1552-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 vim 9.1.1552-1",
"product": {
"name": "azl3 vim 9.1.1552-1",
"product_id": "19624"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 vim 9.1.1198-1",
"product": {
"name": "\u003cazl3 vim 9.1.1198-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 vim 9.1.1198-1",
"product": {
"name": "azl3 vim 9.1.1198-1",
"product_id": "19409"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 vim 9.1.1198-1",
"product": {
"name": "\u003ccbl2 vim 9.1.1198-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 vim 9.1.1198-1",
"product": {
"name": "cbl2 vim 9.1.1198-1",
"product_id": "20302"
}
}
],
"category": "product_name",
"name": "vim"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 vim 9.1.1552-1 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 vim 9.1.1552-1 as a component of CBL Mariner 2.0",
"product_id": "19576-17086"
},
"product_reference": "19576",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 vim 9.1.1552-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 9.1.1552-1 as a component of Azure Linux 3.0",
"product_id": "19624-17084"
},
"product_reference": "19624",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 vim 9.1.1198-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 9.1.1198-1 as a component of Azure Linux 3.0",
"product_id": "19409-17084"
},
"product_reference": "19409",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 vim 9.1.1198-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 vim 9.1.1198-1 as a component of CBL Mariner 2.0",
"product_id": "20302-17086"
},
"product_reference": "20302",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0026#39;Path Traversal\u0026#39;)"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19576-17086",
"19624-17084",
"19409-17084",
"20302-17086"
],
"known_affected": [
"17086-3",
"17084-2",
"17084-4",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53905 Vim has path traversial issue with tar.vim and special crafted tar files - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-53905.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T00:00:00.000Z",
"details": "9.1.1552-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3",
"17084-2",
"17084-4",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 4.1,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"17086-3",
"17084-2",
"17084-4",
"17086-1"
]
}
],
"title": "Vim has path traversial issue with tar.vim and special crafted tar files"
}
]
}
RHSA-2025:17644
Vulnerability from csaf_redhat - Published: 2025-10-09 07:19 - Updated: 2026-06-02 15:24A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 vim 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": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim path traversal (CVE-2025-53906)\n\n* vim: Vim path traversial (CVE-2025-53905)\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:17644",
"url": "https://access.redhat.com/errata/RHSA-2025:17644"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17644.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-06-02T15:24:20+00:00",
"generator": {
"date": "2026-06-02T15:24:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:17644",
"initial_release_date": "2025-10-09T07:19:29+00:00",
"revision_history": [
{
"date": "2025-10-09T07:19:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-09T07:19:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:24:20+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_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"product": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"product_id": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-20.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"product": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"product_id": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-20.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"product": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"product_id": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-20.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-common-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"product": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"product_id": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-20.el9_4.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:8.2.2637-20.el9_4.1.src",
"product": {
"name": "vim-2:8.2.2637-20.el9_4.1.src",
"product_id": "vim-2:8.2.2637-20.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.2.2637-20.el9_4.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"product": {
"name": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"product_id": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.2.2637-20.el9_4.1?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-20.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:vim-2:8.2.2637-20.el9_4.1.src"
},
"product_reference": "vim-2:8.2.2637-20.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.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:vim-X11-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.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:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.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:vim-X11-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.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:vim-X11-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.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:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.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:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.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:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.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:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.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:vim-common-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.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:vim-common-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.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:vim-common-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.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:vim-common-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.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:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.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:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.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:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.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:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.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:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.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:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.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:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.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:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.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:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.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:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.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:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.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:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.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:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.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:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.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:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.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:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.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:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.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:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.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:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.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:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-20.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:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.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:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.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:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.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:vim-minimal-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.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:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.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:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.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:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.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:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.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:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-20.el9_4.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src"
},
"product_reference": "vim-2:8.2.2637-20.el9_4.1.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T07:19:29+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:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17644"
},
{
"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:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T07:19:29+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:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17644"
},
{
"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:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-2:8.2.2637-20.el9_4.1.src",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-X11-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-common-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-debugsource-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-enhanced-debuginfo-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-filesystem-2:8.2.2637-20.el9_4.1.noarch",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-2:8.2.2637-20.el9_4.1.x86_64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.aarch64",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.ppc64le",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.s390x",
"BaseOS-9.4.0.Z.EUS:vim-minimal-debuginfo-2:8.2.2637-20.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:17715
Vulnerability from csaf_redhat - Published: 2025-10-09 19:23 - Updated: 2026-06-02 15:24A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 vim 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": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim path traversal (CVE-2025-53906)\n\n* vim: Vim path traversial (CVE-2025-53905)\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:17715",
"url": "https://access.redhat.com/errata/RHSA-2025:17715"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17715.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-06-02T15:24:07+00:00",
"generator": {
"date": "2026-06-02T15:24:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:17715",
"initial_release_date": "2025-10-09T19:23:45+00:00",
"revision_history": [
{
"date": "2025-10-09T19:23:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-09T19:23:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:24:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-X11-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-X11-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-common-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-common-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"product": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"product_id": "vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-21.el8_10?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-common-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-common-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"product": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"product_id": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-21.el8_10?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-X11-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-X11-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-common-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-common-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"product": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"product_id": "vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-21.el8_10?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-X11-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-X11-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-common-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-common-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-21.el8_10.s390x",
"product": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.s390x",
"product_id": "vim-minimal-2:8.0.1763-21.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-21.el8_10?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"product": {
"name": "vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"product_id": "vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.0.1763-21.el8_10?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:8.0.1763-21.el8_10.src",
"product": {
"name": "vim-2:8.0.1763-21.el8_10.src",
"product_id": "vim-2:8.0.1763-21.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.0.1763-21.el8_10?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.0.1763-21.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src"
},
"product_reference": "vim-2:8.0.1763-21.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.0.1763-21.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch"
},
"product_reference": "vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.0.1763-21.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src"
},
"product_reference": "vim-2:8.0.1763-21.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-X11-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-common-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.0.1763-21.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch"
},
"product_reference": "vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T19:23:45+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:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17715"
},
{
"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:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T19:23:45+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:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17715"
},
{
"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:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-21.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-21.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-21.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-21.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:17742
Vulnerability from csaf_redhat - Published: 2025-10-13 02:18 - Updated: 2026-06-02 15:24A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 vim 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": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim path traversal (CVE-2025-53906)\n\n* vim: Vim path traversial (CVE-2025-53905)\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:17742",
"url": "https://access.redhat.com/errata/RHSA-2025:17742"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17742.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-06-02T15:24:20+00:00",
"generator": {
"date": "2026-06-02T15:24:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:17742",
"initial_release_date": "2025-10-13T02:18:48+00:00",
"revision_history": [
{
"date": "2025-10-13T02:18:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-13T02:18:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:24:20+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_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"product": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"product_id": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-22.el9_6.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"product": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"product_id": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-22.el9_6.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"product": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"product_id": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-22.el9_6.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-common-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"product": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"product_id": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-22.el9_6.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:8.2.2637-22.el9_6.1.src",
"product": {
"name": "vim-2:8.2.2637-22.el9_6.1.src",
"product_id": "vim-2:8.2.2637-22.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.2.2637-22.el9_6.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"product": {
"name": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"product_id": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.2.2637-22.el9_6.1?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-22.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src"
},
"product_reference": "vim-2:8.2.2637-22.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-22.el9_6.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src"
},
"product_reference": "vim-2:8.2.2637-22.el9_6.1.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-13T02:18:48+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:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17742"
},
{
"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:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-13T02:18:48+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:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17742"
},
{
"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:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-2:8.2.2637-22.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-22.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-22.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-22.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:17913
Vulnerability from csaf_redhat - Published: 2025-10-14 05:32 - Updated: 2026-06-02 15:24A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 vim 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": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim path traversal (CVE-2025-53906)\n\n* vim: Vim path traversial (CVE-2025-53905)\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:17913",
"url": "https://access.redhat.com/errata/RHSA-2025:17913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17913.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-06-02T15:24:20+00:00",
"generator": {
"date": "2026-06-02T15:24:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:17913",
"initial_release_date": "2025-10-14T05:32:21+00:00",
"revision_history": [
{
"date": "2025-10-14T05:32:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-14T05:32:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:24:20+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_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-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": "vim-2:9.1.083-5.el10_0.1.src",
"product": {
"name": "vim-2:9.1.083-5.el10_0.1.src",
"product_id": "vim-2:9.1.083-5.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@9.1.083-5.el10_0.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-data-2:9.1.083-5.el10_0.1.noarch",
"product": {
"name": "vim-data-2:9.1.083-5.el10_0.1.noarch",
"product_id": "vim-data-2:9.1.083-5.el10_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-data@9.1.083-5.el10_0.1?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"product": {
"name": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"product_id": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@9.1.083-5.el10_0.1?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-common-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-common-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-5.el10_0.1.aarch64",
"product": {
"name": "xxd-2:9.1.083-5.el10_0.1.aarch64",
"product_id": "xxd-2:9.1.083-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-5.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-5.el10_0.1.ppc64le",
"product": {
"name": "xxd-2:9.1.083-5.el10_0.1.ppc64le",
"product_id": "xxd-2:9.1.083-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-5.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-common-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-common-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-5.el10_0.1.x86_64",
"product": {
"name": "xxd-2:9.1.083-5.el10_0.1.x86_64",
"product_id": "xxd-2:9.1.083-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-5.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_id": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-X11-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-common-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-common-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"product_id": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-5.el10_0.1.s390x",
"product": {
"name": "xxd-2:9.1.083-5.el10_0.1.s390x",
"product_id": "xxd-2:9.1.083-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-5.el10_0.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:9.1.083-5.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src"
},
"product_reference": "vim-2:9.1.083-5.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-data-2:9.1.083-5.el10_0.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch"
},
"product_reference": "vim-data-2:9.1.083-5.el10_0.1.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch"
},
"product_reference": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:9.1.083-5.el10_0.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src"
},
"product_reference": "vim-2:9.1.083-5.el10_0.1.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-common-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-data-2:9.1.083-5.el10_0.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch"
},
"product_reference": "vim-data-2:9.1.083-5.el10_0.1.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch"
},
"product_reference": "vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "xxd-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-14T05:32:21+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:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17913"
},
{
"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:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-14T05:32:21+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:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17913"
},
{
"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:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"AppStream-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-2:9.1.083-5.el10_0.1.src",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-X11-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-common-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-data-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-debugsource-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-enhanced-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-filesystem-2:9.1.083-5.el10_0.1.noarch",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:vim-minimal-debuginfo-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-2:9.1.083-5.el10_0.1.x86_64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.aarch64",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.ppc64le",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.s390x",
"BaseOS-10.0.Z:xxd-debuginfo-2:9.1.083-5.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:19088
Vulnerability from csaf_redhat - Published: 2025-10-23 19:26 - Updated: 2026-04-23 15:42A NULL pointer dereference flaw was found in the GnuTLS software in _gnutls_figure_common_ciphersuite().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name (SAN) entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1_delete_structure() on an ASN.1 node it does not own, leading to a double-free condition when the parent function or caller later attempts to free the same structure. This vulnerability can be triggered using only public GnuTLS APIs and may result in denial of service or memory corruption, depending on allocator behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
A heap-buffer-overread vulnerability was found in GnuTLS in how it handles the Certificate Transparency (CT) Signed Certificate Timestamp (SCT) extension during X.509 certificate parsing. This flaw allows a malicious user to create a certificate containing a malformed SCT extension (OID 1.3.6.1.4.1.11129.2.4.2) that contains sensitive data. This issue leads to the exposure of confidential information when GnuTLS verifies certificates from certain websites when the certificate (SCT) is not checked correctly.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
A heap-buffer-overflow (off-by-one) flaw was found in the GnuTLS software in the template parsing logic within the certtool utility. When it reads certain settings from a template file, it allows an attacker to cause an out-of-bounds (OOB) NULL pointer write, resulting in memory corruption and a denial-of-service (DoS) that could potentially crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 | — |
Workaround
|
{
"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,\nidentifies, and reports environment data, or facts, such as the number of physical and virtual\nsystems on a network, their operating systems, and relevant configuration data stored within\nthem. Discovery also identifies and reports more detailed facts for some versions of key\nRed 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:19088",
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-32988",
"url": "https://access.redhat.com/security/cve/CVE-2025-32988"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-32989",
"url": "https://access.redhat.com/security/cve/CVE-2025-32989"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-32990",
"url": "https://access.redhat.com/security/cve/CVE-2025-32990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6395",
"url": "https://access.redhat.com/security/cve/CVE-2025-6395"
},
{
"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_19088.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-04-23T15:42:05+00:00",
"generator": {
"date": "2026-04-23T15:42:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:19088",
"initial_release_date": "2025-10-23T19:26:05+00:00",
"revision_history": [
{
"date": "2025-10-23T19:26:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T19:26:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-23T15:42:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.3.0-1760553895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.3.0-1760554384"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Af4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.3.0-1760553895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.3.0-1760554384"
}
}
}
],
"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:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6395",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-07T09:30:13.037000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376755"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the GnuTLS software in _gnutls_figure_common_ciphersuite().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: NULL pointer dereference in _gnutls_figure_common_ciphersuite()",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6395"
},
{
"category": "external",
"summary": "RHBZ#2376755",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376755"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6395",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6395"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1718",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1718"
},
{
"category": "external",
"summary": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html",
"url": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"
}
],
"release_date": "2025-07-10T07:56:53.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"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 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: NULL pointer dereference in _gnutls_figure_common_ciphersuite()"
},
{
"cve": "CVE-2025-32988",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-04-15T01:21:36.833000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2359622"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name (SAN) entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1_delete_structure() on an ASN.1 node it does not own, leading to a double-free condition when the parent function or caller later attempts to free the same structure.\n\nThis vulnerability can be triggered using only public GnuTLS APIs and may result in denial of service or memory corruption, depending on allocator behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: Vulnerability in GnuTLS otherName SAN export",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate rather than Important because, although it involves a memory management flaw (double-free) that can potentially lead to memory corruption, practical exploitation is limited by modern memory protection mechanisms and contextual constraints. The issue occurs only when processing malformed SAN otherName entries through public GnuTLS APIs\u2014an uncommon and controlled code path in most deployments. Furthermore, exploitation for arbitrary code execution is highly dependent on allocator behavior and requires precise heap manipulation, which is non-trivial under defenses such as Address Space Layout Randomization (ASLR), Data Execution Prevention (DEP), and hardened memory allocators. In the majority of cases, the outcome would be a crash or denial of service rather than a reliable compromise of integrity or confidentiality. Therefore, given its limited attack surface, dependency on crafted input, and the presence of strong runtime mitigations, the impact justifies a Moderate severity classification instead of Important.\n\nAs such, successfully triggering this vulnerability would require a sophisticated attack vector that is capable of accounting for the many native and deployed security mechanisms designed to detect and contain a double-free condition.",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-32988"
},
{
"category": "external",
"summary": "RHBZ#2359622",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359622"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-32988",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32988"
},
{
"category": "external",
"summary": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html",
"url": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"
}
],
"release_date": "2025-07-10T07:55:14.310000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: Vulnerability in GnuTLS otherName SAN export"
},
{
"cve": "CVE-2025-32989",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-04-15T01:21:36.512000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2359621"
}
],
"notes": [
{
"category": "description",
"text": "A heap-buffer-overread vulnerability was found in GnuTLS in how it handles the Certificate Transparency (CT) Signed Certificate Timestamp (SCT) extension during X.509 certificate parsing. This flaw allows a malicious user to create a certificate containing a malformed SCT extension (OID 1.3.6.1.4.1.11129.2.4.2) that contains sensitive data. This issue leads to the exposure of confidential information when GnuTLS verifies certificates from certain websites when the certificate (SCT) is not checked correctly.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: Vulnerability in GnuTLS SCT extension parsing",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-32989"
},
{
"category": "external",
"summary": "RHBZ#2359621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359621"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-32989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32989"
},
{
"category": "external",
"summary": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html",
"url": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"
}
],
"release_date": "2025-07-10T07:54:13.541000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: Vulnerability in GnuTLS SCT extension parsing"
},
{
"cve": "CVE-2025-32990",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-04-15T01:21:36.656000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2359620"
}
],
"notes": [
{
"category": "description",
"text": "A heap-buffer-overflow (off-by-one) flaw was found in the GnuTLS software in the template parsing logic within the certtool utility. When it reads certain settings from a template file, it allows an attacker to cause an out-of-bounds (OOB) NULL pointer write, resulting in memory corruption and a denial-of-service (DoS) that could potentially crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: Vulnerability in GnuTLS certtool template parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as a moderate severity because a heap-buffer-overflow (off-by-one) flaw was found exclusively in the certtool utility\u0027s template parsing logic (part of the gnutls-utils package), and does not affect the core gnutls library itself. This issue is triggered when the tool processes specially crafted settings from a template file, leading to an out-of-bounds NULL pointer write. The resulting memory corruption causes a denial-of-service by crashing the application.",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-32990"
},
{
"category": "external",
"summary": "RHBZ#2359620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359620"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-32990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32990"
},
{
"category": "external",
"summary": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html",
"url": "https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"
}
],
"release_date": "2025-07-09T07:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: Vulnerability in GnuTLS certtool template parsing"
},
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"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 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"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 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T19:26:05+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19088"
},
{
"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 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:54d0aab9e86766954949e7a5a11fb29b6b1c463ebb5ba0fb46b2d0f108753208_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f4f0ef1497a7cde32f6507f6805050a33ecb95b93bb7ad6bd0544edd3ef19af2_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:435ba9959b793d46a63a74c343bb8c3ff68350496afec12cc5e894dfc40b7648_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:4784c2680572f9d091fcfb8c593d5424c0fcd8ea9cd51d25ddaf2f72abc7da65_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:20066
Vulnerability from csaf_redhat - Published: 2025-11-10 21:09 - Updated: 2026-02-27 16:34A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "Initial GA Release of Red Hat Insights proxy",
"title": "Topic"
},
{
"category": "general",
"text": "The Insights proxy Container is used by the Insights proxy product RPM\nand serves as an intermediary between cystomer systems in disconnected networks,\nair-gapped systems or systems with no outside connections and Insights.\n\nThe Insights proxy routes all Red Hat Insights traffic through itself, providing\na layer of privary and security for disconnected customer systems.",
"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:20066",
"url": "https://access.redhat.com/errata/RHSA-2025:20066"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20066.json"
}
],
"title": "Red Hat Security Advisory: Insights proxy Container Image",
"tracking": {
"current_release_date": "2026-02-27T16:34:37+00:00",
"generator": {
"date": "2026-02-27T16:34:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2025:20066",
"initial_release_date": "2025-11-10T21:09:13+00:00",
"revision_history": [
{
"date": "2025-11-10T21:09:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-10T21:09:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-27T16:34:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Insights proxy 1.5",
"product": {
"name": "Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:insights_proxy:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Insights proxy"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"product": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"product_id": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-proxy-container-rhel9@sha256%3A940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759?arch=amd64\u0026repository_url=registry.redhat.io/insights-proxy\u0026tag=1.5.8-1762789260"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64",
"product": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64",
"product_id": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-proxy-container-rhel9@sha256%3Ac02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622?arch=arm64\u0026repository_url=registry.redhat.io/insights-proxy\u0026tag=1.5.8-1762789260"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64 as a component of Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64"
},
"product_reference": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"relates_to_product_reference": "Red Hat Insights proxy 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64 as a component of Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
},
"product_reference": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64",
"relates_to_product_reference": "Red Hat Insights proxy 1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"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 Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T21:09:13+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat\nInsights proxy product RPM.\n\nBefore applying this update, make sure all previously released errata relevant to\nyour system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20066"
},
{
"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 Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"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 Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T21:09:13+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat\nInsights proxy product RPM.\n\nBefore applying this update, make sure all previously released errata relevant to\nyour system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20066"
},
{
"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 Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:940f62545101f5cb8799670b2e8b22c0169717ff976be0b7932d48f540048759_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c02e59d4a674b377b9e8c45b92c652c864ecf8c06283d9d228dc3866fa76a622_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
RHSA-2025:20945
Vulnerability from csaf_redhat - Published: 2025-11-11 14:14 - Updated: 2026-06-02 15:24A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 vim 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": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim path traversal (CVE-2025-53906)\n\n* vim: Vim path traversial (CVE-2025-53905)\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:20945",
"url": "https://access.redhat.com/errata/RHSA-2025:20945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20945.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-06-02T15:24:08+00:00",
"generator": {
"date": "2026-06-02T15:24:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:20945",
"initial_release_date": "2025-11-11T14:14:42+00:00",
"revision_history": [
{
"date": "2025-11-11T14:14:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-11T14:14:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:24:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-X11-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-X11-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-common-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-common-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"product": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"product_id": "vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-23.el9_7?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-common-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-common-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"product": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"product_id": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-23.el9_7?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-X11-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-X11-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-common-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-common-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"product": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"product_id": "vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-23.el9_7?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-X11-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-X11-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-common-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-common-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-23.el9_7.s390x",
"product": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.s390x",
"product_id": "vim-minimal-2:8.2.2637-23.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-23.el9_7?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:8.2.2637-23.el9_7.src",
"product": {
"name": "vim-2:8.2.2637-23.el9_7.src",
"product_id": "vim-2:8.2.2637-23.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.2.2637-23.el9_7?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"product": {
"name": "vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"product_id": "vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.2.2637-23.el9_7?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-23.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src"
},
"product_reference": "vim-2:8.2.2637-23.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-23.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-23.el9_7.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src"
},
"product_reference": "vim-2:8.2.2637-23.el9_7.src",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-23.el9_7.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T14:14:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20945"
},
{
"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.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T14:14:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20945"
},
{
"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.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-2:8.2.2637-23.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-X11-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-common-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-debugsource-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-enhanced-debuginfo-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-filesystem-2:8.2.2637-23.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-2:8.2.2637-23.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:vim-minimal-debuginfo-2:8.2.2637-23.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.