CVE-2022-0351
25.01.2022, 18:15
Access of Memory Location Before Start of Buffer in GitHub repository vim/vim prior to 8.2.Enginsight
Vendor | Product | Version |
---|---|---|
vim | vim | 𝑥 < 8.2 |
debian | debian_linux | 9.0 |
debian | debian_linux | 10.0 |
apple | macos | 𝑥 < 12.6 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-786 - Access of Memory Location Before Start of BufferThe software reads or writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.
References