BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-52858High confidence

Vim: Arbitrary Code Execution via Python Omni-Completion

vim · vim

7.3HighCVSS 4.0
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivevimVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.2:9.1.0016-1ubuntu7.16Canonical record ↗Source updated 8 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-52858 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityvim: Vim: Arbitrary code execution via Python omni-completion
12 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • vim-X11 as a component of Red Hat Enterprise Linux 6
  • vim-common as a component of Red Hat Enterprise Linux 6
  • vim-enhanced as a component of Red Hat Enterprise Linux 6
  • vim-filesystem as a component of Red Hat Enterprise Linux 6
  • vim-minimal as a component of Red Hat Enterprise Linux 6
  • vim.src as a component of Red Hat Enterprise Linux 6
  • vim-X11 as a component of Red Hat Enterprise Linux 7
  • vim-common as a component of Red Hat Enterprise Linux 7
  • vim-enhanced as a component of Red Hat Enterprise Linux 7
  • vim-filesystem as a component of Red Hat Enterprise Linux 7
  • vim-minimal as a component of Red Hat Enterprise Linux 7
  • vim.src as a component of Red Hat Enterprise Linux 7
Summary
A flaw was found in Vim, a widely used command-line text editor. This vulnerability allows a local attacker to execute arbitrary code on the system. By opening a specially crafted Python file and then triggering the omni-completion feature, the attacker can cause Vim to run malicious code from a sibling Python package. This could lead to a complete compromise of the user's system.
Remediation
For OpenShift Container Platform 4.22 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/ You may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha values for the release are as follows: (For x86_64 architecture) The image digest is sha256:171952b3f8295184cbc98cf89d4aed20e0fbfc06cc95e854d53e8a8a56156490 (For s390x architecture) The image digest is sha256:5d4c79493b883693cfff7222309ece89637bf606f56065d8b5c1ac26acdd2fcf (For ppc64le architecture) The image digest is sha256:7ecf7ab1db0964ab5841c89b48ec6272fe84d1428adde038d59078557752a30e (For aarch64 architecture) The image digest is sha256:4cfd7378ff6b2e188ce37a04cdca2bcf3638ab397f52fb64f92af8cb81859a5f All OpenShift Container Platform 4.22 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-36282

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

Vim is an open source, command line text editor. Prior to version 9.2.0561, the Python omni-completion script in python3complete.vim for Vim with the +python3 interpreter enabled (and the legacy pythoncomplete.vim for builds with the +python interpreter) executes the import and from statements found in the current buffer through Python's import machinery. Because the buffer's working directory is on sys.path, opening a hostile .py file with a sibling Python package and invoking omni-completion runs that package's top-level code as the editing user. This issue has been patched in version 9.2.0561.

What

Vim is an open source, command line text editor. Prior to version 9.2.0561, the Python omni-completion script in python3complete.vim for Vim with the +python3 interpreter enabled (and the legacy pythoncomplete.vim for builds with the +python interpreter) executes the import and from statements found in the current buffer through Python's import machinery. Because the buffer's working directory is on sys.path, opening a hostile .py file with a sibling Python package and invoking omni-completion runs that package's top-level code as the editing user. This issue has been patched in version 9.2.0561.

Why

Untrusted data can cross into a code-evaluation path and be interpreted as executable instructions.

How

An attacker operating through a network path may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

Vim is an open source, command line text editor. Prior to version 9.2.0561, the Python omni-completion script in python3complete.vim for Vim with the +python3 interpreter enabled (and the legacy pythoncomplete.vim for builds with the +python interpreter) executes the import and from statements found in the current buffer through Python's import machinery. Because the buffer's working directory is on sys.path, opening a hostile .py file with a sibling Python package and invoking omni-completion runs that package's top-level code as the editing user. This issue has been patched in version 9.2.0561.

Why

Untrusted data can cross into a code-evaluation path and be interpreted as executable instructions.

How

An attacker operating through a network path may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Improper Control of Generation of Code ('Code Injection') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
Low: a basic authenticated account is required
User interaction
Active interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-94

CWE-94: Improper Control of Generation of Code ('Code Injection'). The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.ATPresentAttack requirements: A particular deployment or execution condition must be present.PRLowPrivileges required: The attacker needs basic user-level privileges.UIActiveUser interaction: A user must take a deliberate action for exploitation to succeed.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VIHighVulnerable-system integrity: A successful attack can cause a major loss.VAHighVulnerable-system availability: A successful attack can cause a major loss.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkCWE-94
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2026-1759vim: Mehrere Schwachstellen

Ein lokaler Angreifer kann mehrere Schwachstellen in vim ausnutzen, um Code auszuführen und um einen Denial of Service Zustand herbeizuführen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0753Multiples vulnérabilités dans Microsoft Azure

De multiples vulnérabilités ont été découvertes dans Microsoft Azure. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7
Fixed
rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
Action
For OpenShift Container Platform 4.22 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/ You may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha values for the release are as follows: (For x86_64 architecture) The image digest is sha256:171952b3f8295184cbc98cf89d4aed20e0fbfc06cc95e854d53e8a8a56156490 (For s390x architecture) The image digest is sha256:5d4c79493b883693cfff7222309ece89637bf606f56065d8b5c1ac26acdd2fcf (For ppc64le architecture) The image digest is sha256:7ecf7ab1db0964ab5841c89b48ec6272fe84d1428adde038d59078557752a30e (For aarch64 architecture) The image digest is sha256:4cfd7378ff6b2e188ce37a04cdca2bcf3638ab397f52fb64f92af8cb81859a5f All OpenShift Container Platform 4.22 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 11 Jun 2026 · Last source change 12 Jun 2026, 12:48 UTC · CWE-94 · Improper Control of Generation of Code ('Code Injection')

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-36282
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/rhui5/cds-kubernetes-tp-rhel9@sha256:6b19042f120e63358cf2cebd8c53af9e75a5a34a7cfde642c3a88a5ddadf94a0_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/installer-tp-rhel9@sha256:9a9560142c4c4023279a47bdb144a7f4c2f3e7c96fcac281c29f93b4b21ef235_amd64 as a component of Red Hat Update Infrastructure 5; registry.redhat.io/rhui5/rhua-tp-rhel9@sha256:2dc99bbbcad15bd50b1ad227f6d4557f5b17fed7388e3eb127c058e3f4636b15_amd64 as a component of Red Hat Update Infrastructure 5
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    Red Hat Product Security
  6. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    After
    vim-X11 as a component of Red Hat Enterprise Linux 6; vim-common as a component of Red Hat Enterprise Linux 6; vim-enhanced as a component of Red Hat Enterprise Linux 6; vim-filesystem as a component of Red Hat Enterprise Linux 6; vim-minimal as a component of Red Hat Enterprise Linux 6; vim.src as a component of Red Hat Enterprise Linux 6; vim-X11 as a component of Red Hat Enterprise Linux 7; vim-common as a component of Red Hat Enterprise Linux 7; vim-enhanced as a component of Red Hat Enterprise Linux 7; vim-filesystem as a component of Red Hat Enterprise Linux 7; vim-minimal as a component of Red Hat Enterprise Linux 7; vim.src as a component of Red Hat Enterprise Linux 7 · Fixed: rhcos-aarch64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-ppc64le-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-s390x-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; rhcos-x86_64-4.22.9.8.202608130832-0 as a component of Red Hat OpenShift Container Platform 4.22; vim-common-2:9.1.083-5.el10_0.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-5.el10_0.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); vim-common-2:9.1.083-9.el10_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:9.1.083-9.el10_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); vim-common-2:8.0.1763-27.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.0.1763-27.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); vim-common-2:8.2.2637-26.el9_8.10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-common-2:8.2.2637-26.el9_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); vim-2:9.1.083-5.el10_0.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0); vim-2:9.1.083-9.el10_2.7.src as a component of Red Hat Enterprise Linux BaseOS (v. 10); vim-2:8.0.1763-27.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); vim-2:8.2.2637-26.el9_8.10.src as a component of Red Hat Enterprise Linux BaseOS (v. 9); registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:296963717d1d077fc4a37a323ab0a34843b0b5d3eeaa15af0a5ca07b83dcd2c1_arm64 as a component of Red Hat Insights proxy 1.5; registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:314da33085b943c6365ba0bb1b3fe311e3c9002d2dd0d1a206965bf21c412308_amd64 as a component of Red Hat Insights proxy 1.5
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-52858 · cve.blacktree.nl