VYPR
Unrated severityNVD Advisory· Published Jan 14, 2026· Updated Feb 9, 2026

SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf

CVE-2025-71120

Description

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

SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf

A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

296

Patches

Vulnerability mechanics

References

7

News mentions

0

No linked articles in our index yet.