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-11",
"epss": "0.00074",
"percentile": "0.22489"
},
"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"
}
}
}
CERTFR-2026-AVI-0281
Vulnerability from certfr_avis - Published: 2026-03-12 - Updated: 2026-03-12
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une injection de code indirecte à distance (XSS).
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk AppDynamics Private Synthetic Agent | Splunk AppDynamics Private Synthetic Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk AppDynamics On-Premises Enterprise Console | Splunk AppDynamics On-Premises Enterprise Console versions 26.1.x antérieures à 26.1.1 | ||
| Splunk | Splunk AppDynamics Database Agent | Splunk AppDynamics Database Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.0.2503 antérieures à 10.0.2503.12 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2411 antérieures à 9.3.2411.124 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.4.x antérieures à 9.4.9 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 10.2.x antérieures à 10.2.1 | ||
| Splunk | Splunk AppDynamics NodeJS Agent | Splunk AppDynamics NodeJS Agent versions 25.12.x antérieures à 25.12.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 10.0.x antérieures à 10.0.4 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.3.x antérieures à 9.3.10 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.1.2507 antérieures à 10.1.2507.17 | ||
| Splunk | Splunk AppDynamics Java Agent | Splunk AppDynamics Java Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.2.2510 antérieures à 10.2.2510.7 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk AppDynamics Private Synthetic Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Private Synthetic Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics On-Premises Enterprise Console versions 26.1.x ant\u00e9rieures \u00e0 26.1.1",
"product": {
"name": "Splunk AppDynamics On-Premises Enterprise Console",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics Database Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Database Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.0.2503 ant\u00e9rieures \u00e0 10.0.2503.12",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.3.2411 ant\u00e9rieures \u00e0 9.3.2411.124",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.4.x ant\u00e9rieures \u00e0 9.4.9",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 10.2.x ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics NodeJS Agent versions 25.12.x ant\u00e9rieures \u00e0 25.12.1",
"product": {
"name": "Splunk AppDynamics NodeJS Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 10.0.x ant\u00e9rieures \u00e0 10.0.4",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.3.x ant\u00e9rieures \u00e0 9.3.10",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.1.2507 ant\u00e9rieures \u00e0 10.1.2507.17",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics Java Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Java Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.2.2510 ant\u00e9rieures \u00e0 10.2.2510.7",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2018-16864",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16864"
},
{
"name": "CVE-2025-48073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48073"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-11219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11219"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1594"
},
{
"name": "CVE-2025-3887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3887"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-4574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4574"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12433"
},
{
"name": "CVE-2025-12444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12444"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2025-11213",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11213"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-12036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12036"
},
{
"name": "CVE-2012-0871",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0871"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2025-0518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0518"
},
{
"name": "CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2018-15688",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15688"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-12438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12438"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-26464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26464"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2025-12435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12435"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2013-4394",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4394"
},
{
"name": "CVE-2019-20386",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20386"
},
{
"name": "CVE-2025-64183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64183"
},
{
"name": "CVE-2025-13226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13226"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-47808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47808"
},
{
"name": "CVE-2021-46877",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46877"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2017-18078",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18078"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2019-17571",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17571"
},
{
"name": "CVE-2025-11207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11207"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2025-13223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13223"
},
{
"name": "CVE-2025-12431",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12431"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2024-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7246"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2026-21226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21226"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2025-12726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12726"
},
{
"name": "CVE-2025-12445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12445"
},
{
"name": "CVE-2025-12437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12437"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2025-69230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69230"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-0716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0716"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-12434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12434"
},
{
"name": "CVE-2025-69225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69225"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-12439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12439"
},
{
"name": "CVE-2018-16865",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16865"
},
{
"name": "CVE-2025-14874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14874"
},
{
"name": "CVE-2020-17521",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-17521"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2025-48072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48072"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-12432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12432"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2026-20165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20165"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-22919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22919"
},
{
"name": "CVE-2024-23672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23672"
},
{
"name": "CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"name": "CVE-2021-33910",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33910"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-12443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12443"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-6602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6602"
},
{
"name": "CVE-2025-11215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11215"
},
{
"name": "CVE-2013-4393",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4393"
},
{
"name": "CVE-2019-3842",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3842"
},
{
"name": "CVE-2025-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11205"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-12725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12725"
},
{
"name": "CVE-2022-23305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23305"
},
{
"name": "CVE-2025-11208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11208"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2024-8372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8372"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2025-11756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11756"
},
{
"name": "CVE-2025-59730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59730"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2020-13776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13776"
},
{
"name": "CVE-2025-13033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13033"
},
{
"name": "CVE-2022-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23307"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-11212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11212"
},
{
"name": "CVE-2025-12495",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12495"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2025-12840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12840"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-11458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11458"
},
{
"name": "CVE-2020-1712",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1712"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12429"
},
{
"name": "CVE-2026-20164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20164"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-11211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11211"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2023-26118",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26118"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-69228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69228"
},
{
"name": "CVE-2025-59250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59250"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2025-47807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47807"
},
{
"name": "CVE-2025-47806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47806"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-64182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64182"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2023-6604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6604"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2017-9217",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9217"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2025-64181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64181"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-12436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12436"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2025-13230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13230"
},
{
"name": "CVE-2013-4327",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4327"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-12446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12446"
},
{
"name": "CVE-2025-13228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13228"
},
{
"name": "CVE-2013-4391",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4391"
},
{
"name": "CVE-2026-20166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20166"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-12441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12441"
},
{
"name": "CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"name": "CVE-2025-47183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47183"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-6601",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6601"
},
{
"name": "CVE-2018-16888",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16888"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-69226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69226"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-13224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13224"
},
{
"name": "CVE-2025-13042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13042"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2025-11460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11460"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2025-13229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13229"
},
{
"name": "CVE-2024-24549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24549"
},
{
"name": "CVE-2025-12440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12440"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-11216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11216"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2018-1049",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1049"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2025-11210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11210"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2022-31159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31159"
},
{
"name": "CVE-2025-12729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12729"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-13227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13227"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2025-10256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10256"
},
{
"name": "CVE-2026-20162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20162"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-12839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12839"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-37727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37727"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2019-3844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3844"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-12728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12728"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2023-6605",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6605"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2022-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23302"
},
{
"name": "CVE-2025-12430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12430"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2025-11206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11206"
},
{
"name": "CVE-2025-62408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62408"
},
{
"name": "CVE-2018-15686",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15686"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-9951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9951"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2025-59729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59729"
},
{
"name": "CVE-2025-48071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48071"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2023-26604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26604"
},
{
"name": "CVE-2025-69224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69224"
},
{
"name": "CVE-2025-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2759"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2025-30153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30153"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-69229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69229"
},
{
"name": "CVE-2024-8373",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8373"
},
{
"name": "CVE-2025-11209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11209"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2024-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21490"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2023-49501",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49501"
},
{
"name": "CVE-2019-3843",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3843"
},
{
"name": "CVE-2018-6954",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6954"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2026-26981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26981"
},
{
"name": "CVE-2025-12447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12447"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2013-4392",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4392"
},
{
"name": "CVE-2025-48074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48074"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2016-7795",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7795"
},
{
"name": "CVE-2025-12727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12727"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-12428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12428"
},
{
"name": "CVE-2026-20163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20163"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-12T00:00:00",
"last_revision_date": "2026-03-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0281",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-12T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une injection de code indirecte \u00e0 distance (XSS).",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0302",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0302"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0311",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0311"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0308",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0308"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0309",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0309"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0305",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0305"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0310",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0310"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0304",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0304"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0301",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0301"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0313",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0313"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0306",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0306"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0303",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0303"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0307",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0307"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0312",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0312"
}
]
}
CERTFR-2026-AVI-0327
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.1.x antérieures à 6.1.2.8 | ||
| IBM | Sterling | Sterling Control Center versions 6.4.2.x antérieures à 6.4.2.0 iFix01 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x antérieures à 6.2.2.0_1 | ||
| IBM | Informix Dynamic Server | Informix Dynamic Server versions 12.10.x antérieures à 12.10.xC16W6 | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité PH69757 et PH69729 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.x antérieures à 6.2.0.5_2 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.12.x antérieures à 1.11.9.0 | ||
| IBM | Sterling | Sterling Control Center versions 6.3.1.x antérieures à 6.3.1.0 iFix07 | ||
| IBM | Cloud Pak | Cloud Pak for Security versions 1.10.x antérieures à 1.11.9.0 | ||
| IBM | Sterling | Sterling Control Center versions 6.4.1.x antérieures à 6.4.1.0 iFix01 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x antérieures à 6.2.1.1_2 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.1.x ant\u00e9rieures \u00e0 6.1.2.8",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.2.x ant\u00e9rieures \u00e0 6.4.2.0 iFix01",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x ant\u00e9rieures \u00e0 6.2.2.0_1",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Informix Dynamic Server versions 12.10.x ant\u00e9rieures \u00e0 12.10.xC16W6",
"product": {
"name": "Informix Dynamic Server",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 PH69757 et PH69729",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.5_2",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.12.x ant\u00e9rieures \u00e0 1.11.9.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.1.x ant\u00e9rieures \u00e0 6.3.1.0 iFix07",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak for Security versions 1.10.x ant\u00e9rieures \u00e0 1.11.9.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.1.x ant\u00e9rieures \u00e0 6.4.1.0 iFix01",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x ant\u00e9rieures \u00e0 6.2.1.1_2",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-32996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32996"
},
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"name": "CVE-2025-14242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14242"
},
{
"name": "CVE-2024-47831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47831"
},
{
"name": "CVE-2025-32421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32421"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-6176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6176"
},
{
"name": "CVE-2024-51479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51479"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-22150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
},
{
"name": "CVE-2022-46337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46337"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2022-50673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50673"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-6545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6545"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2025-55173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55173"
},
{
"name": "CVE-2025-4897",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4897"
},
{
"name": "CVE-2025-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2025-57752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57752"
},
{
"name": "CVE-2025-32997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32997"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2023-53552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53552"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2025-57350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57350"
},
{
"name": "CVE-2025-66453",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66453"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2025-58457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58457"
},
{
"name": "CVE-2025-48913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48913"
},
{
"name": "CVE-2025-59250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59250"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2025-64775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64775"
},
{
"name": "CVE-2025-39760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39760"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2020-7660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7660"
},
{
"name": "CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2025-14031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14031"
},
{
"name": "CVE-2025-23184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23184"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2022-50865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50865"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2025-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27533"
},
{
"name": "CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2026-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1264"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-66675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66675"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-6547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6547"
},
{
"name": "CVE-2025-40096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40096"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2024-26766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26766"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0327",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-03-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266518",
"url": "https://www.ibm.com/support/pages/node/7266518"
},
{
"published_at": "2026-03-13",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7263574",
"url": "https://www.ibm.com/support/pages/node/7263574"
},
{
"published_at": "2026-03-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266520",
"url": "https://www.ibm.com/support/pages/node/7266520"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266678",
"url": "https://www.ibm.com/support/pages/node/7266678"
},
{
"published_at": "2026-03-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266497",
"url": "https://www.ibm.com/support/pages/node/7266497"
},
{
"published_at": "2026-03-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266324",
"url": "https://www.ibm.com/support/pages/node/7266324"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266711",
"url": "https://www.ibm.com/support/pages/node/7266711"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266677",
"url": "https://www.ibm.com/support/pages/node/7266677"
},
{
"published_at": "2026-03-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266399",
"url": "https://www.ibm.com/support/pages/node/7266399"
},
{
"published_at": "2026-03-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7266321",
"url": "https://www.ibm.com/support/pages/node/7266321"
}
]
}
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"
}
]
}
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.