Description
Vim is an open source, command line text editor. Prior to 9.2.0841, prop_add_one() in src/textprop.c uses the proplen value from get_text_props() to increment a uint16_t property count beyond 0xffff, wrapping the count to zero and copying existing text-property records into a heap allocation sized for none of them. This issue is fixed in version 9.2.0841.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a heap buffer overflow that occurs when the property count in Vim’s text‑property handling exceeds 0xffff. In prop_add_one() the code copies existing property records into an allocation sized for none of them, causing a wrap of a uint16_t counter to zero and corruption of heap memory. This overflow can be leveraged to execute arbitrary code locally or cause a denial of service by crashing the editor.

Affected Systems

Vim, the open‑source command line text editor, is affected in all releases prior to 9.2.0841.

Risk and Exploitability

The CVSS base score of 7.1 indicates high severity. No EPSS rating is available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack path involves an attacker supplying crafted input that triggers the addition of more than 65535 text properties while running Vim locally. While the description does not explicitly prove remote exploitation, the classic heap overflow nature suggests that an attacker with local or compromised shell privileges could elevate privileges or execute code.

Generated by OpenCVE AI on August 11, 2026 at 23:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vim to 9.2.0841 or any later release where the heap overflow is fixed.
  • If upgrading immediately is not possible, disable or remove any plugins that use text properties heavily until the upgrade can be applied or a formal workaround is published.
  • Regularly monitor Vim’s official security advisories and apply any additional patches or guidance as they become available.

Generated by OpenCVE AI on August 11, 2026 at 23:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:H'}

threat_severity

Moderate


Wed, 12 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Vim
Vim vim
Vendors & Products Vim
Vim vim

Tue, 11 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description Vim is an open source, command line text editor. Prior to 9.2.0841, prop_add_one() in src/textprop.c uses the proplen value from get_text_props() to increment a uint16_t property count beyond 0xffff, wrapping the count to zero and copying existing text-property records into a heap allocation sized for none of them. This issue is fixed in version 9.2.0841.
Title Vim: Heap Buffer Overflow in Text Property Handling
Weaknesses CWE-190
References
Metrics cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T22:14:12.887Z

Reserved: 2026-08-10T19:37:41.444Z

Link: CVE-2026-73074

cve-icon Vulnrichment

Updated: 2026-08-12T22:09:18.776Z

cve-icon NVD

Status : Received

Published: 2026-08-11T16:17:38.697

Modified: 2026-08-12T23:17:23.217

Link: CVE-2026-73074

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T15:35:07Z

Links: CVE-2026-73074 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T00:00:03Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound