DEBIAN-CVE-2024-43802

Source
https://security-tracker.debian.org/tracker/DEBIAN-CVE-2024-43802
Import Source
https://storage.googleapis.com/osv-test-debian-osv/debian-cve-osv/DEBIAN-CVE-2024-43802.json
JSON Data
https://api.test.osv.dev/v1/vulns/DEBIAN-CVE-2024-43802
Upstream
Published
2024-08-26T19:15:07Z
Modified
2025-09-19T07:34:01.976310Z
Summary
[none]
Details

Vim is an improved version of the unix vi text editor. When flushing the typeahead buffer, Vim moves the current position in the typeahead buffer but does not check whether there is enough space left in the buffer to handle the next characters. So this may lead to the tboff position within the typebuf variable to point outside of the valid buffer size, which can then later lead to a heap-buffer overflow in e.g. instypebuf(). Therefore, when flushing the typeahead buffer, check if there is enough space left before advancing the off position. If not, fall back to flush current typebuf contents. It's not quite clear yet, what can lead to this situation. It seems to happen when error messages occur (which will cause Vim to flush the typeahead buffer) in comnination with several long mappgins and so it may eventually move the off position out of a valid buffer size. Impact is low since it is not easily reproducible and requires to have several mappings active and run into some error condition. But when this happens, this will cause a crash. The issue has been fixed as of Vim patch v9.1.0697. Users are advised to upgrade. There are no known workarounds for this issue.

References

Affected packages

Debian:11 / vim

Package

Name
vim
Purl
pkg:deb/debian/vim?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2:8.2.2434-3+deb11u2

Affected versions

2:8.*

2:8.2.2434-3
2:8.2.2434-3+deb11u1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:12 / vim

Package

Name
vim
Purl
pkg:deb/debian/vim?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2:9.0.1378-2+deb12u1

Affected versions

2:9.*

2:9.0.1378-2

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:13 / vim

Package

Name
vim
Purl
pkg:deb/debian/vim?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2:9.1.0698-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:14 / vim

Package

Name
vim
Purl
pkg:deb/debian/vim?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2:9.1.0698-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}