CVE-2026-93207

Source
https://cve.org/CVERecord?id=CVE-2026-93207
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93207.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93207
Downstream
Published
2026-09-24T15:10:30Z
Modified
2026-09-25T03:48:52Z
Summary
SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry
Details

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

SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry

svcauth_gss_decode_credbody() writes the caller's rpc_gss_wire_cred field by field and assigns gc_ctx.len only on the success tail. The caller storage is svcdata->clcred, which lives in the per-svc_rqst gss_svc_data and is reused across requests. Early decode failures leave partially decoded state mixed with residue from the prior request.

The trailing body_len tightness check is the sharpest case: xdr_stream_decode_opaque_inline() has already written gc_ctx.data with a borrowed inline pointer into the current request's XDR pages, but gc_ctx.len retains its prior value. Once the request pages are released the pooled clcred carries a dangling pointer paired with a stale length.

Zero the caller's rpc_gss_wire_cred at function entry so that every early-return path leaves a deterministic all-zero cred. On the trailing tightness-check path, gc_ctx.len is now zero instead of stale, which neuters length-driven consumers such as gss_svc_searchbyctx() that would otherwise walk the dangling data pointer.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93207.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
b0bc53470d1af01f62a0fe2d405cf56477804863
Fixed
56b29d62017c7dd1718d060dd5b3a2ce61095d0c
Fixed
0e18641708eaa8bc3c1ff338cd844aeadbd52bac
Fixed
e0778464049b0238f2915a40007a4154f86cf351
Fixed
0fa8a8acae57e6373962741d5b06d13f44aba6a9
Fixed
11539e8fcce0b0af062ae5fecf7b3676c2f7aeed

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.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-93207.json"