CVE-2026-53391

Source
https://cve.org/CVERecord?id=CVE-2026-53391
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53391.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53391
Downstream
Related
Published
2026-07-19T12:01:55.521Z
Modified
2026-07-23T09:59:44.988598287Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr
Details

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

NFSv4/pNFS: reject zero-length raddr in nfs4decodempds_addr

nfs4decodempdsaddr() decodes the rnetid and raddr opaques of a netaddr4 from a GETDEVICEINFO multipath-DS body, then immediately calls strrchr(buf, '.') to locate the port separator. Both decodes use xdrstreamdecodestringdup(), and the current code checks only "nlen < 0" / "rlen < 0" before dereferencing the returned string.

When the on-wire opaque has length zero, xdrstreamdecodeopaqueinline() returns 0 and xdrstreamdecodestringdup() falls through to its "*str = NULL; return ret" tail, leaving buf NULL with a return value of 0. The "< 0" check does not catch this, and the next line is strrchr(NULL, '.'), a kernel NULL pointer dereference reachable from any pNFS-flexfile client mounted against a malicious or compromised metadata server.

Reject the zero-length cases explicitly so the decoder fails with -EBADMSG (treated as a malformed GETDEVICEINFO body) instead of panicking the client.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53391.json",
    "cna_assigner": "Linux"
}
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
6b7f3cf96364eaf597940cb5c68a682894829915
Fixed
76b94cbd32aacf36a641956385a852635c6802b9
Fixed
c8e4e0c701d0192a2efb6df059c0f9e19678c23d
Fixed
6c344fff2feff9d4d716d8e4ad40e9b5040ee5ea
Fixed
427ab81a811dab4bca9d19f82eec5847ae42646e
Fixed
012d37a568bfbb2c9686f03ade75560bc7139956
Fixed
30aae62e50b4e074a90a9a5e15246548fbdc1182
Fixed
41fe0f7b84f0cb822ae10ab08592996a592b2a25

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
5.15.211
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.177
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.144
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.38
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.3

Database specific

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