PatchSiren cyber security CVE debrief
CVE-2026-73071 vim CVE debrief
A low-severity vulnerability exists in Vim, a command-line text editor, from version 9.2.0511 to 9.2.0844. The issue arises in the json_decode_item() function in src/json.c, which can retain a stale pointer after json_decode_string() invokes channel_fill() to refill and free the current buffer. This can cause the error path to read freed memory, leading to potential crashes or information disclosure.
- Vendor
- vim
- Product
- Unknown
- CVSS
- LOW 3.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
System administrators, security teams, and developers using or managing systems with Vim versions 9.2.0511 to 9.2.0844 should assess exposure and prioritize remediation. This includes reviewing system inventories, updating to version 9.2.0844 or later, and monitoring for potential exploitation attempts. Security teams should verify inventory and implement compensating controls where necessary.
Why it matters
CVE-2026-73071 is a low-severity vulnerability in Vim that can cause potential crashes or information disclosure. System administrators and security teams should assess exposure, prioritize remediation, and verify inventory for affected systems.
- Potential crashes or information disclosure due to reading freed memory.
- Local exploitation requires specific conditions and access.
- Remediation priority is low, but recommended to prevent potential issues.
- Verification of exposure and remediation is necessary for affected systems.
Technical summary
The json_decode_item() function in Vim's src/json.c can retain a stale pointer after json_decode_string() invokes channel_fill() to refill and free the current buffer. This can cause the error path to read freed memory instead of reader->js_buf + reader->js_used when an invalid JSON string spans buffers. The issue arises from improper handling of JSON decoding across buffer refills, leading to potential crashes or information disclosure in specific scenarios. Affected versions are from 9.2.0511 to 9.2.0844, fixed in 9.2.0844.
Defensive priority
Low-priority remediation recommended, as exploitation requires local access and specific conditions.
Recommended defensive actions
- Assess exposure: Review systems and deployments using Vim versions 9.2.0511 to 9.2.0844.
- Verify inventory: Check for and update to Vim version 9.2.0844 or later.
- Monitor for exploitation attempts: Implement logging and monitoring to detect potential attacks.
- Remediate vulnerable systems: Prioritize updates for systems with elevated risk profiles.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is confirmed in Vim versions 9.2.0511 to 9.2.0844. The issue is fixed in version 9.2.0844. The CVE Program and NVD provide official records and assessments. Evidence is limited to public sources and may not reflect all affected systems or potential impacts. Defenders should verify exposure and apply remediation based on official guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73071 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73071
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73071 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73071
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/vim/vim/commit/f8126294a526aa80c5123eb3079e325daee9ec75
-
Source reference
Unverified legacy reference
URL: https://github.com/vim/vim/releases/tag/v9.2.0844
-
Source reference
Unverified legacy reference
URL: https://github.com/vim/vim/security/advisories/GHSA-69ch-22ch-r887
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.