CVE-2026-89743

Source
https://cve.org/CVERecord?id=CVE-2026-89743
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89743.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89743
Downstream
Published
2026-09-11T19:46:49Z
Modified
2026-09-13T03:47:20Z
Summary
misc: nsm: bound the device-reported response length
Details

In the Linux kernel, the following vulnerability has been resolved:

misc: nsm: bound the device-reported response length

nsm_sendrecv_msg_locked() stores the virtqueue used-ring length reported by the NSM device into msg->resp.len without bounding it to the response buffer. A malicious or buggy backend can report a length larger than the response buffer; parse_resp_raw() then copies that many bytes out of the fixed buffer to user space, disclosing adjacent kernel heap (an out-of-bounds read). The request path already floors its length in fill_req_raw(); the response path lacks the symmetric check.

Clamp the stored length to the size of the response buffer. Well-behaved devices report no more than the posted buffer size, so conforming traffic is unaffected.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89743.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b9873755a6c8ccfce79094c4dce9efa3ecb1a749
Fixed
339f19b9a6171289b0e797deb8bda80b9a1fcc30
Fixed
29e634a18957acda11383a15ab98a91c4ae9e294
Fixed
2aa0fb9c96f894a9c179a48e7522ea6705800adf
Fixed
808e530654a5354e6df78863a5d61e4d44e67235

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89743.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89743.json"