CVE-2026-89481

Source
https://cve.org/CVERecord?id=CVE-2026-89481
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89481.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89481
Downstream
Published
2026-09-11T19:43:36Z
Modified
2026-09-13T03:47:18Z
Summary
nvme-tcp: fix host memory disclosure on R2T for a read command
Details

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

nvme-tcp: fix host memory disclosure on R2T for a read command

nvme_tcp_handle_r2t() does not check the direction of the request the R2T refers to. A malicious controller can send an R2T for a READ and the host will answer it: nvme_tcp_setup_h2c_data_pdu() builds the H2CData header and nvme_tcp_try_send_data() sends the request's data buffer. That buffer is the READ destination, so its contents go to the controller.

The command then completes normally and nothing is logged.

Against a test controller that answers every READ with an R2T, a 4096 byte buffered read returned all 4096 bytes, split over two R2Ts. The pages contained stale kernel data, including an array of struct page pointers.

Reject an R2T for a request that is not a write.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89481.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
3f2304f8c6d6ed97849057bd16fee99e434ca796
Fixed
a4c3c7310156493797c920b10d8648c07aa05403
Fixed
3b3d27670c0c890ba7cf1bc3614cab61bde6d25c
Fixed
3a0b05145053a5fad1a2ddb4e4d87b07385e63e5
Fixed
6efbc52237facda35d2d874fe1765bb4839275d8

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.0.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-89481.json"