Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-59856 (GCVE-0-2026-59856)
Vulnerability from cvelistv5 – Published: 2026-07-09 22:39 – Updated: 2026-07-14 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/43afc581a37a357… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-59856",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-13T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T03:55:39.477Z",
"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.0736"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without escaping. A name containing a single quote can terminate the search() string argument early, and because the bar is honored as an Ex command separator, the remainder of the name is run as Ex commands; via the :! command this allows arbitrary operating-system command execution when a victim opens a crafted PHP file and invokes omni-completion. This issue is fixed in version 9.2.0736."
}
],
"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-07-09T22:39:01.803Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97"
},
{
"name": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24"
}
],
"source": {
"advisory": "GHSA-fh26-8f79-wj97",
"discovery": "UNKNOWN"
},
"title": "Vim: Arbitrary Code Execution via PHP Omni-Completion"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-59856",
"datePublished": "2026-07-09T22:39:01.803Z",
"dateReserved": "2026-07-07T15:41:53.606Z",
"dateUpdated": "2026-07-14T03:55:39.477Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-59856",
"date": "2026-08-03",
"epss": "0.00216",
"percentile": "0.12131"
},
"microsoft_vex": {
"current_release_date": "2026-07-11T01:01:16.000Z",
"cve": "CVE-2026-59856",
"id": "msrc_CVE-2026-59856",
"initial_release_date": "2026-07-02T00:00:00.000Z",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Vim: Arbitrary Code Execution via PHP Omni-Completion",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59856.json",
"version": "1"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-59856\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-09T23:17:06.420\",\"lastModified\":\"2026-07-14T05:16:19.477\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without escaping. A name containing a single quote can terminate the search() string argument early, and because the bar is honored as an Ex command separator, the remainder of the name is run as Ex commands; via the :! command this allows arbitrary operating-system command execution when a victim opens a crafted PHP file and invokes omni-completion. This issue is fixed in version 9.2.0736.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"vim\",\"product\":\"vim\",\"versions\":[{\"version\":\"\u003c 9.2.0736\",\"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-07-13T00:00:00+00:00\",\"id\":\"CVE-2026-59856\",\"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.0736\",\"matchCriteriaId\":\"5D978571-6FF6-4BCA-978F-9701F6A5E6A5\"}]}]}],\"references\":[{\"url\":\"https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-31T20:41:14+00:00",
"cve": "CVE-2026-59856",
"id": "CVE-2026-59856",
"initial_release_date": "2026-07-09T22:39:01.803000+00:00",
"product_status:fixed": "14",
"product_status:known_affected": "19",
"product_status:known_not_affected": "127",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-59856.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-31T00:15:14Z",
"cve": "CVE-2026-59856",
"id": "CVE-2026-59856",
"initial_release_date": "2026-07-11T03:22:12Z",
"product_status:first_fixed": "59",
"product_status:known_affected": "112",
"product_status:recommended": "86",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-59856",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-59856.json",
"version": "12"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-59856\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-10T14:44:45.848798Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-10T14:44:50.900Z\"}}], \"cna\": {\"title\": \"Vim: Arbitrary Code Execution via PHP Omni-Completion\", \"source\": {\"advisory\": \"GHSA-fh26-8f79-wj97\", \"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.0736\"}]}], \"references\": [{\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97\", \"name\": \"https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24\", \"name\": \"https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without escaping. A name containing a single quote can terminate the search() string argument early, and because the bar is honored as an Ex command separator, the remainder of the name is run as Ex commands; via the :! command this allows arbitrary operating-system command execution when a victim opens a crafted PHP file and invokes omni-completion. This issue is fixed in version 9.2.0736.\"}], \"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-07-09T22:39:01.803Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-59856\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-14T03:55:39.477Z\", \"dateReserved\": \"2026-07-07T15:41:53.606Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-09T22:39:01.803Z\", \"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"
}
CERTFR-2026-AVI-0873
Vulnerability from certfr_avis - Published: 2026-07-15 - Updated: 2026-07-15
De multiples vulnérabilités ont été découvertes dans Microsoft Azure Linux. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | Azure Linux | azl3 libXfont2 2.0.6-1 versions antérieures à 2.0.8-1 | ||
| Microsoft | Azure Linux | azl3 telegraf 1.31.0-23 versions antérieures à 1.31.0-25 | ||
| Microsoft | Azure Linux | azl3 clamav 1.5.2-3 versions antérieures à 1.5.3-1 | ||
| Microsoft | Azure Linux | azl3 glib 2.78.6-9 versions antérieures à 2.78.6-10 | ||
| Microsoft | Azure Linux | azl3 mtr 0.95-3 versions antérieures à 0.95-4 | ||
| Microsoft | Azure Linux | azl3 xorg-x11-server-Xwayland 24.1.12-1 versions antérieures à 24.1.13-1 | ||
| Microsoft | Azure Linux | azl3 python-msgpack 1.0.5-2 versions antérieures à 1.0.5-3 | ||
| Microsoft | Azure Linux | azl3 curl 8.11.1-9 versions antérieures à 8.11.1-10 | ||
| Microsoft | Azure Linux | azl3 erlang 26.2.5.21-2 versions antérieures à 26.2.5.21-3 | ||
| Microsoft | Azure Linux | azl3 openssh 9.8p1-8 versions antérieures à 9.8p1-9 | ||
| Microsoft | Azure Linux | azl3 python-setuptools 69.0.3-5 versions antérieures à 69.0.3-6 | ||
| Microsoft | Azure Linux | azl3 nodejs 24.17.0-1 versions antérieures à 24.17.0-2 | ||
| Microsoft | Azure Linux | azl3 vim 9.2.0735-1 versions antérieures à 9.2.0782-1 | ||
| Microsoft | Azure Linux | azl3 keras 3.3.3-7 versions antérieures à 3.3.3-8 | ||
| Microsoft | Azure Linux | azl3 perl-DBI 1.643-5 versions antérieures à 1.650-1 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 libXfont2 2.0.6-1 versions ant\u00e9rieures \u00e0 2.0.8-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 telegraf 1.31.0-23 versions ant\u00e9rieures \u00e0 1.31.0-25",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 clamav 1.5.2-3 versions ant\u00e9rieures \u00e0 1.5.3-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 glib 2.78.6-9 versions ant\u00e9rieures \u00e0 2.78.6-10",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 mtr 0.95-3 versions ant\u00e9rieures \u00e0 0.95-4",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 xorg-x11-server-Xwayland 24.1.12-1 versions ant\u00e9rieures \u00e0 24.1.13-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-msgpack 1.0.5-2 versions ant\u00e9rieures \u00e0 1.0.5-3",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 curl 8.11.1-9 versions ant\u00e9rieures \u00e0 8.11.1-10",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 erlang 26.2.5.21-2 versions ant\u00e9rieures \u00e0 26.2.5.21-3",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 openssh 9.8p1-8 versions ant\u00e9rieures \u00e0 9.8p1-9",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-setuptools 69.0.3-5 versions ant\u00e9rieures \u00e0 69.0.3-6",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nodejs 24.17.0-1 versions ant\u00e9rieures \u00e0 24.17.0-2",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 vim 9.2.0735-1 versions ant\u00e9rieures \u00e0 9.2.0782-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 keras 3.3.3-7 versions ant\u00e9rieures \u00e0 3.3.3-8",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 perl-DBI 1.643-5 versions ant\u00e9rieures \u00e0 1.650-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-14380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14380"
},
{
"name": "CVE-2026-14461",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14461"
},
{
"name": "CVE-2026-59996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59996"
},
{
"name": "CVE-2026-59995",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59995"
},
{
"name": "CVE-2026-59999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59999"
},
{
"name": "CVE-2026-20216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20216"
},
{
"name": "CVE-2026-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58013"
},
{
"name": "CVE-2026-8926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8926"
},
{
"name": "CVE-2026-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20243"
},
{
"name": "CVE-2026-8458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8458"
},
{
"name": "CVE-2026-14739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14739"
},
{
"name": "CVE-2026-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58015"
},
{
"name": "CVE-2026-56000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56000"
},
{
"name": "CVE-2026-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58014"
},
{
"name": "CVE-2026-20215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20215"
},
{
"name": "CVE-2026-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58012"
},
{
"name": "CVE-2026-59890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59890"
},
{
"name": "CVE-2026-10536",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10536"
},
{
"name": "CVE-2026-20213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20213"
},
{
"name": "CVE-2026-8932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8932"
},
{
"name": "CVE-2026-11525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11525"
},
{
"name": "CVE-2026-59997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59997"
},
{
"name": "CVE-2026-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58010"
},
{
"name": "CVE-2026-12064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12064"
},
{
"name": "CVE-2026-12480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12480"
},
{
"name": "CVE-2026-20214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20214"
},
{
"name": "CVE-2026-60002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60002"
},
{
"name": "CVE-2026-9079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9079"
},
{
"name": "CVE-2026-56003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56003"
},
{
"name": "CVE-2026-59856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59856"
},
{
"name": "CVE-2026-20217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20217"
},
{
"name": "CVE-2026-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58011"
},
{
"name": "CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"name": "CVE-2026-60001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60001"
},
{
"name": "CVE-2026-14740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14740"
},
{
"name": "CVE-2026-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20244"
},
{
"name": "CVE-2026-57585",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57585"
},
{
"name": "CVE-2026-8927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8927"
},
{
"name": "CVE-2026-60000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60000"
},
{
"name": "CVE-2026-54908",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54908"
},
{
"name": "CVE-2026-56002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56002"
},
{
"name": "CVE-2026-54886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54886"
},
{
"name": "CVE-2026-56001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56001"
},
{
"name": "CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
}
],
"initial_release_date": "2026-07-15T00:00:00",
"last_revision_date": "2026-07-15T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0873",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-15T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure Linux. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure Linux",
"vendor_advisories": [
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58013",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58013"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-9079",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-9079"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-56001",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56001"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20243",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20243"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-60001",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-60001"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20214",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20214"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-8927",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8927"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20216",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20216"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-54908",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54908"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58011",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58011"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58012",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58012"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-8926",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8926"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59997",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59997"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-56002",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56002"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-60002",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-60002"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-8932",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8932"
},
{
"published_at": "2026-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-57585",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57585"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-12064",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-12064"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20215",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20215"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-56000",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56000"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-56003",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56003"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-14380",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-14380"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58014",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58014"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-8286",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8286"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58015",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58015"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-8458",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8458"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-11525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-11525"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59996",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59996"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-10536",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-10536"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20213",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20213"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59999",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59999"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59995",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59995"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20244",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20244"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-14740",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-14740"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-14461",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-14461"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58016",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58016"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-12480",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-12480"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-58010",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58010"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59856",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59856"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-60000",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-60000"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-14739",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-14739"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-54886",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54886"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-59890",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59890"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-20217",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20217"
}
]
}
FKIE_CVE-2026-59856
Vulnerability from fkie_nvd - Published: 2026-07-09 23:17 - Updated: 2026-07-14 05:16{
"affected": [
{
"affectedData": [
{
"product": "vim",
"vendor": "vim",
"versions": [
{
"status": "affected",
"version": "\u003c 9.2.0736"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5D978571-6FF6-4BCA-978F-9701F6A5E6A5",
"versionEndExcluding": "9.2.0736",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without escaping. A name containing a single quote can terminate the search() string argument early, and because the bar is honored as an Ex command separator, the remainder of the name is run as Ex commands; via the :! command this allows arbitrary operating-system command execution when a victim opens a crafted PHP file and invokes omni-completion. This issue is fixed in version 9.2.0736."
}
],
"id": "CVE-2026-59856",
"lastModified": "2026-07-14T05:16:19.477",
"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-59856",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-13T00:00:00+00:00",
"version": "2.0.3"
}
}
]
},
"published": "2026-07-09T23:17:06.420",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/vim/vim/commit/43afc581a37a35762dd0ef292f038b9dc5680a24"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-fh26-8f79-wj97"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2026-59856
Vulnerability from csaf_microsoft - Published: 2026-07-02 00:00 - Updated: 2026-07-12 14:55| 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-59856 Vim: Arbitrary Code Execution via PHP Omni-Completion - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59856.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 PHP Omni-Completion",
"tracking": {
"current_release_date": "2026-07-12T14:55:22.000Z",
"generator": {
"date": "2026-07-13T08:50:21.988Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-59856",
"initial_release_date": "2026-07-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-07-11T01:01:16.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-07-12T14:55:22.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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": "\u003cazl3 vim 0:9.2.0735-1.azl3",
"product": {
"name": "\u003cazl3 vim 0:9.2.0735-1.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 vim 0:9.2.0735-1.azl3",
"product": {
"name": "azl3 vim 0:9.2.0735-1.azl3",
"product_id": "21574"
}
}
],
"category": "product_name",
"name": "vim"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 vim 0:9.2.0735-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.0735-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21574-17084"
},
"product_reference": "21574",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-59856",
"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": [
"21574-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-59856 Vim: Arbitrary Code Execution via PHP Omni-Completion - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-59856.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-11T01:01:16.000Z",
"details": "0:9.2.0782-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-1"
]
}
],
"title": "Vim: Arbitrary Code Execution via PHP Omni-Completion"
}
]
}
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: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"
}
]
}
rlsa-2026:47982
Vulnerability from osv_rocky
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": "Rocky Linux:9",
"name": "vim",
"purl": "pkg:rpm/rocky-linux/vim?distro=rocky-linux-9\u0026epoch=2"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "2:8.2.2637-26.el9_8.13"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"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\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.",
"id": "RLSA-2026:47982",
"modified": "2026-08-03T18:08:54.118198Z",
"published": "2026-07-30T12:03:58.794288Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:47982"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492968"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492972"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498867"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498868"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: vim security update",
"upstream": [
"CVE-2026-55693",
"CVE-2026-57455",
"CVE-2026-57456",
"CVE-2026-59856",
"CVE-2026-59858"
]
}
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.