Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-57456 (GCVE-0-2026-57456)
Vulnerability from cvelistv5 – Published: 2026-06-25 15:16 – Updated: 2026-06-26 03:55- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://github.com/vim/vim/security/advisories/GH… | x_refsource_CONFIRM |
| https://github.com/vim/vim/commit/cce141c42740f12… | x_refsource_MISC |
| https://github.com/vim/vim/releases/tag/v9.2.0699 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-57456",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-25T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-26T03:55:53.888Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "vim",
"vendor": "vim",
"versions": [
{
"status": "affected",
"version": "\u003c 9.2.0699"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to 9.2.0699, Vim\u0027s Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populating the completion dictionary. When reconstructing that source, each scope\u0027s docstring is inserted verbatim between triple quotes with no escaping, so a hostile buffer can break out of the triple-quoted literal and execute attacker-controlled Python during omni-completion. This vulnerability is fixed in 9.2.0699."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-25T15:16:16.015Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
},
{
"name": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"name": "https://github.com/vim/vim/releases/tag/v9.2.0699",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
}
],
"source": {
"advisory": "GHSA-ppj8-wqjf-6fp3",
"discovery": "UNKNOWN"
},
"title": "Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-57456",
"datePublished": "2026-06-25T15:16:16.015Z",
"dateReserved": "2026-06-24T13:21:20.731Z",
"dateUpdated": "2026-06-26T03:55:53.888Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-57456",
"date": "2026-08-03",
"epss": "0.00145",
"percentile": "0.04261"
},
"microsoft_vex": {
"current_release_date": "2026-06-30T15:40:11.000Z",
"cve": "CVE-2026-57456",
"id": "msrc_CVE-2026-57456",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "2",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-57456.json",
"version": "3"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-57456\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-25T16:16:42.900\",\"lastModified\":\"2026-06-26T05:16:31.510\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Vim is an open source, command line text editor. Prior to 9.2.0699, Vim\u0027s Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populating the completion dictionary. When reconstructing that source, each scope\u0027s docstring is inserted verbatim between triple quotes with no escaping, so a hostile buffer can break out of the triple-quoted literal and execute attacker-controlled Python during omni-completion. This vulnerability is fixed in 9.2.0699.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"vim\",\"product\":\"vim\",\"versions\":[{\"version\":\"\u003c 9.2.0699\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-25T00:00:00+00:00\",\"id\":\"CVE-2026-57456\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"9.2.0699\",\"matchCriteriaId\":\"77198FAE-83D6-4416-8D34-98B3C3FC4040\"}]}]}],\"references\":[{\"url\":\"https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/vim/vim/releases/tag/v9.2.0699\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-31T20:30:35+00:00",
"cve": "CVE-2026-57456",
"id": "CVE-2026-57456",
"initial_release_date": "2026-06-25T15:16:16.015000+00:00",
"product_status:fixed": "19",
"product_status:known_affected": "13",
"product_status:known_not_affected": "188",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-57456.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-06-27T01:52:10Z",
"cve": "CVE-2026-57456",
"id": "CVE-2026-57456",
"initial_release_date": "2026-06-27T01:52:10Z",
"product_status:known_affected": "169",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-57456",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-57456.json",
"version": "2"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-57456\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-25T17:41:38.275531Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-25T17:41:40.680Z\"}}], \"cna\": {\"title\": \"Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings\", \"source\": {\"advisory\": \"GHSA-ppj8-wqjf-6fp3\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"vim\", \"product\": \"vim\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 9.2.0699\"}]}], \"references\": [{\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3\", \"name\": \"https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8\", \"name\": \"https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/vim/vim/releases/tag/v9.2.0699\", \"name\": \"https://github.com/vim/vim/releases/tag/v9.2.0699\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Vim is an open source, command line text editor. Prior to 9.2.0699, Vim\u0027s Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populating the completion dictionary. When reconstructing that source, each scope\u0027s docstring is inserted verbatim between triple quotes with no escaping, so a hostile buffer can break out of the triple-quoted literal and execute attacker-controlled Python during omni-completion. This vulnerability is fixed in 9.2.0699.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-06-25T15:16:16.015Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-57456\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-26T03:55:53.888Z\", \"dateReserved\": \"2026-06-24T13:21:20.731Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-25T15:16:16.015Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:47982
Vulnerability from osv_almalinux
Vim (Vi IMproved) is an updated and improved version of the vi editor.
Security Fix(es):
- vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)
- vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)
- vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)
- vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)
- vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "vim-X11"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "vim-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "vim-enhanced"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "vim-filesystem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "vim-minimal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Vim (Vi IMproved) is an updated and improved version of the vi editor. \n\nSecurity Fix(es): \n\n * vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n * vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n * vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n * vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)\n * vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\n\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.\n",
"id": "ALSA-2026:47982",
"modified": "2026-07-31T12:25:47Z",
"published": "2026-07-29T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492968"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492972"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2498867"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2498868"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-47982.html"
}
],
"related": [
"CVE-2026-57455",
"CVE-2026-57456",
"CVE-2026-55693",
"CVE-2026-59856",
"CVE-2026-59858"
],
"summary": "Important: vim security update"
}
alsa-2026:48650
Vulnerability from osv_almalinux
Vim (Vi IMproved) is an updated and improved version of the vi editor.
Security Fix(es):
- vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)
- vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)
- vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)
- vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)
- vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-X11"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-data"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-enhanced"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-filesystem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "vim-minimal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "xxd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:9.1.083-9.el10_2.12"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Vim (Vi IMproved) is an updated and improved version of the vi editor. \n\nSecurity Fix(es): \n\n * vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n * vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n * vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n * vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)\n * vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\n\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.\n",
"id": "ALSA-2026:48650",
"modified": "2026-08-03T08:24:57Z",
"published": "2026-07-30T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492968"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492972"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2498867"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2498868"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-48650.html"
}
],
"related": [
"CVE-2026-57455",
"CVE-2026-57456",
"CVE-2026-55693",
"CVE-2026-59856",
"CVE-2026-59858"
],
"summary": "Important: vim security update"
}
alsa-2026:48703
Vulnerability from osv_almalinux
Vim (Vi IMproved) is an updated and improved version of the vi editor.
Security Fix(es):
- vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)
- vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)
- vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)
- vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "vim-X11"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.0.1763-31.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "vim-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.0.1763-31.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "vim-enhanced"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.0.1763-31.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "vim-filesystem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.0.1763-31.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "vim-minimal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.0.1763-31.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Vim (Vi IMproved) is an updated and improved version of the vi editor. \n\nSecurity Fix(es): \n\n * vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n * vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n * vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n * vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\n\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.\n",
"id": "ALSA-2026:48703",
"modified": "2026-07-30T13:16:14Z",
"published": "2026-07-30T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492968"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492972"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2498868"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-48703.html"
}
],
"related": [
"CVE-2026-57455",
"CVE-2026-57456",
"CVE-2026-55693",
"CVE-2026-59858"
],
"summary": "Important: vim security update"
}
FKIE_CVE-2026-57456
Vulnerability from fkie_nvd - Published: 2026-06-25 16:16 - Updated: 2026-06-26 05:16| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8 | Patch | |
| security-advisories@github.com | https://github.com/vim/vim/releases/tag/v9.2.0699 | Product | |
| security-advisories@github.com | https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3 | Vendor Advisory |
{
"affected": [
{
"affectedData": [
{
"product": "vim",
"vendor": "vim",
"versions": [
{
"status": "affected",
"version": "\u003c 9.2.0699"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*",
"matchCriteriaId": "77198FAE-83D6-4416-8D34-98B3C3FC4040",
"versionEndExcluding": "9.2.0699",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to 9.2.0699, Vim\u0027s Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populating the completion dictionary. When reconstructing that source, each scope\u0027s docstring is inserted verbatim between triple quotes with no escaping, so a hostile buffer can break out of the triple-quoted literal and execute attacker-controlled Python during omni-completion. This vulnerability is fixed in 9.2.0699."
}
],
"id": "CVE-2026-57456",
"lastModified": "2026-06-26T05:16:31.510",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-57456",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-25T00:00:00+00:00",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-25T16:16:42.900",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2026-57456
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-30 15:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 21488-17084 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/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-2026-57456 Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-57456.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: Arbitrary Code Execution via Python Omni-Completion Docstrings",
"tracking": {
"current_release_date": "2026-06-30T15:40:11.000Z",
"generator": {
"date": "2026-07-01T07:19:52.255Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-57456",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-27T01:18:22.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-28T01:54:14.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-06-30T15:40:11.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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": "azl3 vim 0:9.2.0488-1.azl3",
"product": {
"name": "azl3 vim 0:9.2.0488-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 vim 0:9.2.0620-1.azl3",
"product": {
"name": "\u003cazl3 vim 0:9.2.0620-1.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 vim 0:9.2.0620-1.azl3",
"product": {
"name": "azl3 vim 0:9.2.0620-1.azl3",
"product_id": "21488"
}
}
],
"category": "product_name",
"name": "vim"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 0:9.2.0488-1.azl3 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": "\u003cazl3 vim 0:9.2.0620-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 0:9.2.0620-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21488-17084"
},
"product_reference": "21488",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-57456",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21488-17084"
],
"known_affected": [
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-57456 Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-57456.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-06-27T01:18:22.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "vendor_fix",
"date": "2026-06-27T01:18:22.000Z",
"details": "0:9.2.0735-1.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17084-2",
"17084-1"
]
}
],
"title": "Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings"
}
]
}
RHSA-2026:35387
Vulnerability from csaf_redhat - Published: 2026-07-03 09:43 - Updated: 2026-08-03 12:46A flaw was found in Vim, an open-source command-line text editor. A remote attacker could exploit this vulnerability by convincing a user to load a specially crafted spell file. This malicious file can trigger a stack out-of-bounds write, which corrupts the editor's memory and causes it to crash. This leads to a Denial of Service (DoS), making the editor unavailable to the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:vim-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:vim-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:vim-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
An out-of-bounds write vulnerability in Vim's spell_soundfold_sal() function allows an attacker to corrupt memory and crash the editor (Denial of Service) by supplying a specially crafted word during spell sound-folding.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:vim-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A command injection vulnerability in Vim's C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:vim-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:vim-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:35387 | self |
| https://images.redhat.com/ | external |
| https://access.redhat.com/security/cve/CVE-2026-57456 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/security/cve/CVE-2026-55892 | external |
| https://access.redhat.com/security/cve/CVE-2026-59856 | external |
| https://access.redhat.com/security/cve/CVE-2026-59858 | external |
| https://access.redhat.com/security/cve/CVE-2026-59857 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-55892 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492975 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55892 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55892 | external |
| https://github.com/vim/vim/commit/8325b193bba5f01… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0662 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57456 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57456 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57456 | external |
| https://github.com/vim/vim/commit/cce141c42740f12… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0699 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59856 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498867 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59856 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59856 | external |
| https://github.com/vim/vim/commit/43afc581a37a357… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59857 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498863 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59857 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59857 | external |
| https://github.com/vim/vim/commit/d22ff1c955ff87e… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59858 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59858 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59858 | external |
| https://github.com/vim/vim/commit/6b611b0d15603c5… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\nvim:\n * vim-X11-9.2.780-1.hum1 (aarch64, x86_64)\n * vim-common-9.2.780-1.hum1 (aarch64, x86_64)\n * vim-data-9.2.780-1.hum1 (noarch)\n * vim-default-editor-9.2.780-1.hum1 (noarch)\n * vim-enhanced-9.2.780-1.hum1 (aarch64, x86_64)\n * vim-filesystem-9.2.780-1.hum1 (noarch)\n * vim-minimal-9.2.780-1.hum1 (aarch64, x86_64)\n * xxd-9.2.780-1.hum1 (aarch64, x86_64)\n * vim-9.2.780-1.hum1.src (src)",
"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-2026:35387",
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-57456",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55892",
"url": "https://access.redhat.com/security/cve/CVE-2026-55892"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59856",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59858",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59857",
"url": "https://access.redhat.com/security/cve/CVE-2026-59857"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_35387.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-08-03T12:46:08+00:00",
"generator": {
"date": "2026-08-03T12:46:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:35387",
"initial_release_date": "2026-07-03T09:43:18+00:00",
"revision_history": [
{
"date": "2026-07-03T09:43:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-01T08:08:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-03T12:46:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-main@src",
"product": {
"name": "vim-main@src",
"product_id": "vim-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@9.2.780-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-main@aarch64",
"product": {
"name": "vim-main@aarch64",
"product_id": "vim-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.2.780-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-main@x86_64",
"product": {
"name": "vim-main@x86_64",
"product_id": "vim-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.2.780-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-main@noarch",
"product": {
"name": "vim-main@noarch",
"product_id": "vim-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-data@9.2.780-1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:vim-main@aarch64"
},
"product_reference": "vim-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:vim-main@noarch"
},
"product_reference": "vim-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:vim-main@src"
},
"product_reference": "vim-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:vim-main@x86_64"
},
"product_reference": "vim-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55892",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-06-25T16:01:52.997166+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492975"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. A remote attacker could exploit this vulnerability by convincing a user to load a specially crafted spell file. This malicious file can trigger a stack out-of-bounds write, which corrupts the editor\u0027s memory and causes it to crash. This leads to a Denial of Service (DoS), making the editor unavailable to the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of Service via crafted spell file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Vim\u0027s spell file handling. The dump_prefixes() function in src/spell.c does not validate the depth of the prefix trie against the size of fixed-size stack arrays, allowing a crafted .spl file to cause a stack out-of-bounds write and crash. Red Hat ships Vim in all RHEL versions and OpenShift CoreOS. Exploitation requires a user to load a malicious spell file and run :spelldump or spelling completion.",
"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 Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55892"
},
{
"category": "external",
"summary": "RHBZ#2492975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492975"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55892"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/8325b193bba5f01e7a7d8241f",
"url": "https://github.com/vim/vim/commit/8325b193bba5f01e7a7d8241f"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0662",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0662"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-qm9w-fmpj-879h",
"url": "https://github.com/vim/vim/security/advisories/GHSA-qm9w-fmpj-879h"
}
],
"release_date": "2026-06-25T15:32:41.238000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-03T09:43:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "workaround",
"details": "Do not load untrusted spell files (.spl) from unknown sources. Avoid using :spelldump with spell files of unknown provenance.",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of Service via crafted spell file"
},
{
"cve": "CVE-2026-57456",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-06-25T16:01:37.648886+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492972"
}
],
"notes": [
{
"category": "description",
"text": "There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. A vulnerability in Vim\u0027s Python omni-completion feature allows for arbitrary code execution. By opening a specially crafted file, a local attacker could execute arbitrary Python code due to improper handling of docstrings during omni-completion, leading to a compromise of the system where Vim is running.",
"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 Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"category": "external",
"summary": "RHBZ#2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8",
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0699",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3",
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
}
],
"release_date": "2026-06-25T15:16:16.015000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-03T09:43:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, users should avoid opening untrusted Python files or using Python omni-completion on such files. If Python omni-completion is not required, it can be disabled by adding `autocmd FileType python setlocal omnifunc=` to your `.vimrc` file. This will prevent the vulnerable code from being executed. Disabling Python omni-completion will remove the ability to use `Ctrl-X Ctrl-O` for Python code completion. A restart of Vim is required for the changes to take effect.",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion"
},
{
"cve": "CVE-2026-59856",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:40.406872+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as having a Moderate impact. While successful exploitation allows for arbitrary operating-system command execution when a user opens a crafted PHP file and triggers omni-completion, this feature is disabled by default in Red Hat products. The requirement for a non-default configuration, combined with mandatory user interaction, significantly reduces the real-world risk.\"",
"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 Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"category": "external",
"summary": "RHBZ#2498867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59856"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24",
"url": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97",
"url": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97"
}
],
"release_date": "2026-07-09T22:39:01.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-03T09:43:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "workaround",
"details": "Users should exercise caution when opening untrusted PHP files and avoid invoking omni-completion on them. To prevent exploitation, the PHP omni-completion script can be disabled by moving or renaming `phpcomplete.vim`. For example, execute `mv /usr/share/vim/vim*/autoload/phpcomplete.vim /usr/share/vim/vim*/autoload/phpcomplete.vim.bak`. This action will disable PHP omni-completion functionality. A restart of Vim is necessary for this change to take effect.",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion"
},
{
"cve": "CVE-2026-59857",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-09T23:01:27.257331+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498863"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds write vulnerability in Vim\u0027s spell_soundfold_sal() function allows an attacker to corrupt memory and crash the editor (Denial of Service) by supplying a specially crafted word during spell sound-folding.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of Service via out-of-bounds write in spell sound-folding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in Vim\u0027s spell sound-folding feature can lead to a denial of service. A local attacker could provide a specially crafted word, causing an out-of-bounds write and crashing the editor. This vulnerability primarily affects interactive users of the Vim text editor.",
"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 Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59857"
},
{
"category": "external",
"summary": "RHBZ#2498863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59857",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59857"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/d22ff1c955ff87e8273210eae125aab0e85b6c30",
"url": "https://github.com/vim/vim/commit/d22ff1c955ff87e8273210eae125aab0e85b6c30"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-m3hf-xcm3-xhm2",
"url": "https://github.com/vim/vim/security/advisories/GHSA-m3hf-xcm3-xhm2"
}
],
"release_date": "2026-07-09T22:34:54.698000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-03T09:43:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "workaround",
"details": "This vulnerability can be mitigated by preventing Vim from automatically applying editor configurations embedded in files.\nAdd the following line to the global /etc/vimrc or local ~/.vimrc configuration file:\nset nomodeline",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of Service via out-of-bounds write in spell sound-folding"
},
{
"cve": "CVE-2026-59858",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:43.278752+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498868"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability in Vim\u0027s C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in Vim\u0027s C omni-completion script allows for arbitrary command execution. Exploitation requires a user to open a specially crafted C source file along with a malicious project tags file and then invoke C omni-completion. This limits the attack vector as it relies on specific user interaction and the presence of a hostile tags file, making it less likely to be exploited without user awareness.",
"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 Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"category": "external",
"summary": "RHBZ#2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e",
"url": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x",
"url": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x"
}
],
"release_date": "2026-07-09T22:37:52.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-03T09:43:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35387"
},
{
"category": "workaround",
"details": "Users are advised to avoid opening untrusted C source files or project tags files in Vim. Exercising caution and only processing trusted content prevents exploitation.",
"product_ids": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:vim-main@aarch64",
"Red Hat Hardened Images:vim-main@noarch",
"Red Hat Hardened Images:vim-main@src",
"Red Hat Hardened Images:vim-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion"
}
]
}
RHSA-2026:48650
Vulnerability from csaf_redhat - Published: 2026-07-31 16:31 - Updated: 2026-07-31 20:41Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — | ||
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — | ||
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — | ||
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
A command injection vulnerability in Vim's C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:48650 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498867 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-55693 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55693 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55693 | external |
| https://github.com/vim/vim/commit/a80874d9b84a010… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0653 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57455 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57455 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57455 | external |
| https://github.com/vim/vim/commit/497f931f85339d1… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0698 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57456 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57456 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57456 | external |
| https://github.com/vim/vim/commit/cce141c42740f12… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0699 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59856 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498867 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59856 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59856 | external |
| https://github.com/vim/vim/commit/43afc581a37a357… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59858 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59858 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59858 | external |
| https://github.com/vim/vim/commit/6b611b0d15603c5… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n\n* vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n\n* vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n\n* vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)\n\n* vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\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-2026:48650",
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "2498867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"category": "external",
"summary": "2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_48650.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-07-31T20:41:22+00:00",
"generator": {
"date": "2026-07-31T20:41:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:48650",
"initial_release_date": "2026-07-31T16:31:37+00:00",
"revision_history": [
{
"date": "2026-07-31T16:31:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-31T16:31:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-31T20:41:22+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.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-common-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-common-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "xxd-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "xxd-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"product": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"product_id": "vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-9.el10_2.12?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "xxd-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "xxd-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"product": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"product_id": "vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-9.el10_2.12?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-X11-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-common-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-common-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "xxd-2:9.1.083-9.el10_2.12.s390x",
"product_id": "xxd-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_id": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"product": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"product_id": "vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-9.el10_2.12?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-common-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-common-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "xxd-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "xxd-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/xxd-debuginfo@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"product": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"product_id": "vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@9.1.083-9.el10_2.12?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:9.1.083-9.el10_2.12.src",
"product": {
"name": "vim-2:9.1.083-9.el10_2.12.src",
"product_id": "vim-2:9.1.083-9.el10_2.12.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@9.1.083-9.el10_2.12?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-data-2:9.1.083-9.el10_2.12.noarch",
"product": {
"name": "vim-data-2:9.1.083-9.el10_2.12.noarch",
"product_id": "vim-data-2:9.1.083-9.el10_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-data@9.1.083-9.el10_2.12?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"product": {
"name": "vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"product_id": "vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@9.1.083-9.el10_2.12?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-X11-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-common-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-common-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-common-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "xxd-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "xxd-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "xxd-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "xxd-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:9.1.083-9.el10_2.12.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
},
"product_reference": "vim-2:9.1.083-9.el10_2.12.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-data-2:9.1.083-9.el10_2.12.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch"
},
"product_reference": "vim-data-2:9.1.083-9.el10_2.12.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:9.1.083-9.el10_2.12.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch"
},
"product_reference": "vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
},
"product_reference": "xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55693",
"discovery_date": "2026-06-25T16:02:21.870241+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492980"
}
],
"notes": [
{
"category": "description",
"text": "Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Out-of-bounds Write in Spell File Word Count",
"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.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"known_not_affected": [
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"category": "external",
"summary": "RHBZ#2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7",
"url": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0653",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0653"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq",
"url": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq"
}
],
"release_date": "2026-06-25T15:34:33.424000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:31:37+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.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Out-of-bounds Write in Spell File Word Count"
},
{
"cve": "CVE-2026-57455",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-06-25T16:01:18.343208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492968"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in Vim, a command-line text editor, is due to a stack out-of-bounds write in the spell checker. Exploitation requires a user to open a specially crafted file or encounter a long word via spell suggestion while a SOFO-based spell language is active, leading to a Denial of Service. This is not a default configuration in most Red Hat environments, limiting the attack surface.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"known_not_affected": [
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"category": "external",
"summary": "RHBZ#2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b",
"url": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0698",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0698"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4",
"url": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4"
}
],
"release_date": "2026-06-25T15:22:37.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:31:37+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.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"category": "workaround",
"details": "To mitigate this issue disable spell checking or avoid using SOFO-based spell files. This can be achieved globally by adding set nospell to your ~/.vimrc configuration file. Ensure your systems utilize standard UTF-8 encoding. This flaw is strictly confined to legacy 8-bit encodings and cannot be triggered under default Red Hat configurations.",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()"
},
{
"cve": "CVE-2026-57456",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-06-25T16:01:37.648886+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492972"
}
],
"notes": [
{
"category": "description",
"text": "There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. A vulnerability in Vim\u0027s Python omni-completion feature allows for arbitrary code execution. By opening a specially crafted file, a local attacker could execute arbitrary Python code due to improper handling of docstrings during omni-completion, leading to a compromise of the system where Vim is running.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"known_not_affected": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"category": "external",
"summary": "RHBZ#2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8",
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0699",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3",
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
}
],
"release_date": "2026-06-25T15:16:16.015000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:31:37+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.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, users should avoid opening untrusted Python files or using Python omni-completion on such files. If Python omni-completion is not required, it can be disabled by adding `autocmd FileType python setlocal omnifunc=` to your `.vimrc` file. This will prevent the vulnerable code from being executed. Disabling Python omni-completion will remove the ability to use `Ctrl-X Ctrl-O` for Python code completion. A restart of Vim is required for the changes to take effect.",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion"
},
{
"cve": "CVE-2026-59856",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:40.406872+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as having a Moderate impact. While successful exploitation allows for arbitrary operating-system command execution when a user opens a crafted PHP file and triggers omni-completion, this feature is disabled by default in Red Hat products. The requirement for a non-default configuration, combined with mandatory user interaction, significantly reduces the real-world risk.\"",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"known_not_affected": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"category": "external",
"summary": "RHBZ#2498867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59856"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24",
"url": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97",
"url": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97"
}
],
"release_date": "2026-07-09T22:39:01.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:31:37+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.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"category": "workaround",
"details": "Users should exercise caution when opening untrusted PHP files and avoid invoking omni-completion on them. To prevent exploitation, the PHP omni-completion script can be disabled by moving or renaming `phpcomplete.vim`. For example, execute `mv /usr/share/vim/vim*/autoload/phpcomplete.vim /usr/share/vim/vim*/autoload/phpcomplete.vim.bak`. This action will disable PHP omni-completion functionality. A restart of Vim is necessary for this change to take effect.",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion"
},
{
"cve": "CVE-2026-59858",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:43.278752+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498868"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability in Vim\u0027s C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in Vim\u0027s C omni-completion script allows for arbitrary command execution. Exploitation requires a user to open a specially crafted C source file along with a malicious project tags file and then invoke C omni-completion. This limits the attack vector as it relies on specific user interaction and the presence of a hostile tags file, making it less likely to be exploited without user awareness.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"known_not_affected": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"category": "external",
"summary": "RHBZ#2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e",
"url": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x",
"url": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x"
}
],
"release_date": "2026-07-09T22:37:52.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:31:37+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.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48650"
},
{
"category": "workaround",
"details": "Users are advised to avoid opening untrusted C source files or project tags files in Vim. Exercising caution and only processing trusted content prevents exploitation.",
"product_ids": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-common-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-2:9.1.083-9.el10_2.12.x86_64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"AppStream-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-2:9.1.083-9.el10_2.12.src",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-X11-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-data-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-debugsource-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-enhanced-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-filesystem-2:9.1.083-9.el10_2.12.noarch",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:vim-minimal-debuginfo-2:9.1.083-9.el10_2.12.x86_64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.aarch64",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.ppc64le",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.s390x",
"BaseOS-10.2.Z:xxd-debuginfo-2:9.1.083-9.el10_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion"
}
]
}
RHSA-2026:48703
Vulnerability from csaf_redhat - Published: 2026-07-31 16:20 - Updated: 2026-07-31 20:40Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — | ||
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
A command injection vulnerability in Vim's C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:48703 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-55693 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55693 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55693 | external |
| https://github.com/vim/vim/commit/a80874d9b84a010… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0653 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57455 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57455 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57455 | external |
| https://github.com/vim/vim/commit/497f931f85339d1… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0698 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57456 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57456 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57456 | external |
| https://github.com/vim/vim/commit/cce141c42740f12… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0699 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59858 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59858 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59858 | external |
| https://github.com/vim/vim/commit/6b611b0d15603c5… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n\n* vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n\n* vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n\n* vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\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-2026:48703",
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_48703.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-07-31T20:40:57+00:00",
"generator": {
"date": "2026-07-31T20:40:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:48703",
"initial_release_date": "2026-07-31T16:20:52+00:00",
"revision_history": [
{
"date": "2026-07-31T16:20:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-31T16:20:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-31T20:40:57+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-31.el8_10.aarch64",
"product": {
"name": "vim-X11-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-X11-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-common-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-common-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"product": {
"name": "vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"product_id": "vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-31.el8_10?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-common-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-common-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"product": {
"name": "vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"product_id": "vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-31.el8_10?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-X11-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-X11-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-common-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-common-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"product": {
"name": "vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"product_id": "vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-31.el8_10?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-X11-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-X11-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-X11-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-common-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-common-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-2:8.0.1763-31.el8_10.s390x",
"product": {
"name": "vim-minimal-2:8.0.1763-31.el8_10.s390x",
"product_id": "vim-minimal-2:8.0.1763-31.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.0.1763-31.el8_10?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"product": {
"name": "vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"product_id": "vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.0.1763-31.el8_10?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-2:8.0.1763-31.el8_10.src",
"product": {
"name": "vim-2:8.0.1763-31.el8_10.src",
"product_id": "vim-2:8.0.1763-31.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.0.1763-31.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-X11-2:8.0.1763-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-X11-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-X11-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-X11-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-X11-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-common-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-common-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-common-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-common-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-enhanced-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-enhanced-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-enhanced-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.noarch"
},
"product_reference": "vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.src"
},
"product_reference": "vim-2:8.0.1763-31.el8_10.src",
"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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-debugsource-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.0.1763-31.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-2:8.0.1763-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-minimal-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-minimal-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-minimal-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-minimal-2:8.0.1763-31.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-31.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-31.el8_10.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.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-31.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-31.el8_10.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55693",
"discovery_date": "2026-06-25T16:02:21.870241+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492980"
}
],
"notes": [
{
"category": "description",
"text": "Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Out-of-bounds Write in Spell File Word Count",
"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-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"known_not_affected": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"category": "external",
"summary": "RHBZ#2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7",
"url": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0653",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0653"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq",
"url": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq"
}
],
"release_date": "2026-06-25T15:34:33.424000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:20:52+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-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Out-of-bounds Write in Spell File Word Count"
},
{
"cve": "CVE-2026-57455",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-06-25T16:01:18.343208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492968"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in Vim, a command-line text editor, is due to a stack out-of-bounds write in the spell checker. Exploitation requires a user to open a specially crafted file or encounter a long word via spell suggestion while a SOFO-based spell language is active, leading to a Denial of Service. This is not a default configuration in most Red Hat environments, limiting the attack surface.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"known_not_affected": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"category": "external",
"summary": "RHBZ#2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b",
"url": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0698",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0698"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4",
"url": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4"
}
],
"release_date": "2026-06-25T15:22:37.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:20:52+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-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
},
{
"category": "workaround",
"details": "To mitigate this issue disable spell checking or avoid using SOFO-based spell files. This can be achieved globally by adding set nospell to your ~/.vimrc configuration file. Ensure your systems utilize standard UTF-8 encoding. This flaw is strictly confined to legacy 8-bit encodings and cannot be triggered under default Red Hat configurations.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()"
},
{
"cve": "CVE-2026-57456",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-06-25T16:01:37.648886+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492972"
}
],
"notes": [
{
"category": "description",
"text": "There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. A vulnerability in Vim\u0027s Python omni-completion feature allows for arbitrary code execution. By opening a specially crafted file, a local attacker could execute arbitrary Python code due to improper handling of docstrings during omni-completion, leading to a compromise of the system where Vim is running.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"known_not_affected": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"category": "external",
"summary": "RHBZ#2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8",
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0699",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3",
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
}
],
"release_date": "2026-06-25T15:16:16.015000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:20:52+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-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, users should avoid opening untrusted Python files or using Python omni-completion on such files. If Python omni-completion is not required, it can be disabled by adding `autocmd FileType python setlocal omnifunc=` to your `.vimrc` file. This will prevent the vulnerable code from being executed. Disabling Python omni-completion will remove the ability to use `Ctrl-X Ctrl-O` for Python code completion. A restart of Vim is required for the changes to take effect.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion"
},
{
"cve": "CVE-2026-59858",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:43.278752+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498868"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability in Vim\u0027s C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in Vim\u0027s C omni-completion script allows for arbitrary command execution. Exploitation requires a user to open a specially crafted C source file along with a malicious project tags file and then invoke C omni-completion. This limits the attack vector as it relies on specific user interaction and the presence of a hostile tags file, making it less likely to be exploited without user awareness.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"known_not_affected": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"category": "external",
"summary": "RHBZ#2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e",
"url": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x",
"url": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x"
}
],
"release_date": "2026-07-09T22:37:52.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T16:20:52+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-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48703"
},
{
"category": "workaround",
"details": "Users are advised to avoid opening untrusted C source files or project tags files in Vim. Exercising caution and only processing trusted content prevents exploitation.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-filesystem-2:8.0.1763-31.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-2:8.0.1763-31.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-debugsource-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-2:8.0.1763-31.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.0.1763-31.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion"
}
]
}
RHSA-2026:47982
Vulnerability from csaf_opensuse - Published: 2026-07-29 18:35 - Updated: 2026-07-31 20:41Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — | ||
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
A command injection vulnerability in Vim's C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:47982 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498867 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-55693 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492980 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55693 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55693 | external |
| https://github.com/vim/vim/commit/a80874d9b84a010… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0653 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57455 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492968 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57455 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57455 | external |
| https://github.com/vim/vim/commit/497f931f85339d1… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0698 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-57456 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492972 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57456 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57456 | external |
| https://github.com/vim/vim/commit/cce141c42740f12… | external |
| https://github.com/vim/vim/releases/tag/v9.2.0699 | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59856 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498867 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59856 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59856 | external |
| https://github.com/vim/vim/commit/43afc581a37a357… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
| https://access.redhat.com/security/cve/CVE-2026-59858 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2498868 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59858 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59858 | external |
| https://github.com/vim/vim/commit/6b611b0d15603c5… | external |
| https://github.com/vim/vim/security/advisories/GH… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Vim (Vi IMproved) is an updated and improved version of the vi editor.\n\nSecurity Fix(es):\n\n* vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo() (CVE-2026-57455)\n\n* vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion (CVE-2026-57456)\n\n* vim: Vim: Out-of-bounds Write in Spell File Word Count (CVE-2026-55693)\n\n* vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion (CVE-2026-59856)\n\n* vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion (CVE-2026-59858)\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-2026:47982",
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "2498867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"category": "external",
"summary": "2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_47982.json"
}
],
"title": "Red Hat Security Advisory: vim security update",
"tracking": {
"current_release_date": "2026-07-31T20:41:26+00:00",
"generator": {
"date": "2026-07-31T20:41:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:47982",
"initial_release_date": "2026-07-29T18:35:02+00:00",
"revision_history": [
{
"date": "2026-07-29T18:35:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-29T18:35:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-31T20:41:26+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.8.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.8.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-2:8.2.2637-26.el9_8.13.src",
"product": {
"name": "vim-2:8.2.2637-26.el9_8.13.src",
"product_id": "vim-2:8.2.2637-26.el9_8.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim@8.2.2637-26.el9_8.13?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"product": {
"name": "vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"product_id": "vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-filesystem@8.2.2637-26.el9_8.13?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-common-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"product": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"product_id": "vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-26.el9_8.13?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"product": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"product_id": "vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-26.el9_8.13?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"product": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"product_id": "vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-26.el9_8.13?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debugsource@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11-debuginfo@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common-debuginfo@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-debuginfo@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced-debuginfo@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-minimal-debuginfo@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-X11@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-common@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"product": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"product_id": "vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vim-enhanced@8.2.2637-26.el9_8.13?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-common-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-2:8.2.2637-26.el9_8.13.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
},
"product_reference": "vim-2:8.2.2637-26.el9_8.13.src",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-filesystem-2:8.2.2637-26.el9_8.13.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch"
},
"product_reference": "vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
},
"product_reference": "vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55693",
"discovery_date": "2026-06-25T16:02:21.870241+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492980"
}
],
"notes": [
{
"category": "description",
"text": "Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Out-of-bounds Write in Spell File Word Count",
"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.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"known_not_affected": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55693"
},
{
"category": "external",
"summary": "RHBZ#2492980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55693"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7",
"url": "https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0653",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0653"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq",
"url": "https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jq"
}
],
"release_date": "2026-06-25T15:34:33.424000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-29T18:35:02+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.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Out-of-bounds Write in Spell File Word Count"
},
{
"cve": "CVE-2026-57455",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-06-25T16:01:18.343208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492968"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw in Vim allows an attacker to cause a Denial of Service (DoS). When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spell_soundfold_sofo() function, causing the editor to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in Vim, a command-line text editor, is due to a stack out-of-bounds write in the spell checker. Exploitation requires a user to open a specially crafted file or encounter a long word via spell suggestion while a SOFO-based spell language is active, leading to a Denial of Service. This is not a default configuration in most Red Hat environments, limiting the attack surface.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"known_not_affected": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57455"
},
{
"category": "external",
"summary": "RHBZ#2492968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57455"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b",
"url": "https://github.com/vim/vim/commit/497f931f85339d175d7f69588dd249e8ccfed41b"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0698",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0698"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4",
"url": "https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4"
}
],
"release_date": "2026-06-25T15:22:37.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-29T18:35:02+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.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"category": "workaround",
"details": "To mitigate this issue disable spell checking or avoid using SOFO-based spell files. This can be achieved globally by adding set nospell to your ~/.vimrc configuration file. Ensure your systems utilize standard UTF-8 encoding. This flaw is strictly confined to legacy 8-bit encodings and cannot be triggered under default Red Hat configurations.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()"
},
{
"cve": "CVE-2026-57456",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-06-25T16:01:37.648886+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492972"
}
],
"notes": [
{
"category": "description",
"text": "There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. A vulnerability in Vim\u0027s Python omni-completion feature allows for arbitrary code execution. By opening a specially crafted file, a local attacker could execute arbitrary Python code due to improper handling of docstrings during omni-completion, leading to a compromise of the system where Vim is running.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"known_not_affected": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57456"
},
{
"category": "external",
"summary": "RHBZ#2492972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57456"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8",
"url": "https://github.com/vim/vim/commit/cce141c42740f122dd8486ae04e21c2a81016ba8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0699",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0699"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3",
"url": "https://github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3"
}
],
"release_date": "2026-06-25T15:16:16.015000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-29T18:35:02+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.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, users should avoid opening untrusted Python files or using Python omni-completion on such files. If Python omni-completion is not required, it can be disabled by adding `autocmd FileType python setlocal omnifunc=` to your `.vimrc` file. This will prevent the vulnerable code from being executed. Disabling Python omni-completion will remove the ability to use `Ctrl-X Ctrl-O` for Python code completion. A restart of Vim is required for the changes to take effect.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion"
},
{
"cve": "CVE-2026-59856",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:40.406872+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remote attacker to achieve arbitrary operating-system command execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as having a Moderate impact. While successful exploitation allows for arbitrary operating-system command execution when a user opens a crafted PHP file and triggers omni-completion, this feature is disabled by default in Red Hat products. The requirement for a non-default configuration, combined with mandatory user interaction, significantly reduces the real-world risk.\"",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"known_not_affected": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59856"
},
{
"category": "external",
"summary": "RHBZ#2498867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59856"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59856"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24",
"url": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97",
"url": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97"
}
],
"release_date": "2026-07-09T22:39:01.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-29T18:35:02+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.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"category": "workaround",
"details": "Users should exercise caution when opening untrusted PHP files and avoid invoking omni-completion on them. To prevent exploitation, the PHP omni-completion script can be disabled by moving or renaming `phpcomplete.vim`. For example, execute `mv /usr/share/vim/vim*/autoload/phpcomplete.vim /usr/share/vim/vim*/autoload/phpcomplete.vim.bak`. This action will disable PHP omni-completion functionality. A restart of Vim is necessary for this change to take effect.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion"
},
{
"cve": "CVE-2026-59858",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-09T23:01:43.278752+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498868"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability in Vim\u0027s C omni-completion script allows an attacker to execute arbitrary commands if a user is tricked into opening a maliciously crafted tags file and manually invoking the autocomplete feature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in Vim\u0027s C omni-completion script allows for arbitrary command execution. Exploitation requires a user to open a specially crafted C source file along with a malicious project tags file and then invoke C omni-completion. This limits the attack vector as it relies on specific user interaction and the presence of a hostile tags file, making it less likely to be exploited without user awareness.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"known_not_affected": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59858"
},
{
"category": "external",
"summary": "RHBZ#2498868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59858"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e",
"url": "https://github.com/vim/vim/commit/6b611b0d15603c52ebdad17172b0232b4f65704e"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x",
"url": "https://github.com/vim/vim/security/advisories/GHSA-mf92-v4xw-j45x"
}
],
"release_date": "2026-07-09T22:37:52.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-29T18:35:02+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.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:47982"
},
{
"category": "workaround",
"details": "Users are advised to avoid opening untrusted C source files or project tags files in Vim. Exercising caution and only processing trusted content prevents exploitation.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-2:8.2.2637-26.el9_8.13.src",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-X11-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-common-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-debugsource-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-enhanced-debuginfo-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-filesystem-2:8.2.2637-26.el9_8.13.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-2:8.2.2637-26.el9_8.13.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:vim-minimal-debuginfo-2:8.2.2637-26.el9_8.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary command execution via crafted tags file in C omni-completion"
}
]
}
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.