PatchSiren cyber security CVE debrief
CVE-2025-71120 Linux CVE debrief
A MEDIUM severity vulnerability was found in the Linux kernel, specifically in the SUNRPC component. The vulnerability is caused by a NULL dereference on a zero-length gss_token in the gss_read_proxy_verf function. This can lead to a denial-of-service (DoS) attack. The vulnerability has a CVSS score of 5.5 and is considered MEDIUM severity. Affected Linux kernel deployments should be inventoried and patched or updated as necessary. Compensating controls such as network segmentation or access controls may be implemented to limit the attack surface. System logs should be monitored for potential exploitation attempts. Incident response plans should be reviewed and updated to address potential exploitation. Evidence is limited, and defenders should verify system logs for potential exploitation attempts with caution.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-14
- Original CVE updated
- 2026-07-28
- Advisory published
- 2026-07-14
- Advisory updated
- 2026-07-28
Who should care
Linux kernel users and administrators should be aware of this vulnerability and take necessary actions to mitigate it. This includes inventorying Linux kernel installations, applying patches or updates provided by the Linux kernel maintainers, and monitoring system logs for potential exploitation attempts.
Technical summary
The vulnerability is caused by a NULL dereference on a zero-length gss_token in the gss_read_proxy_verf function. 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. To fix this, a check should be added to ensure that the length is greater than 0 before performing the memcpy. The fix involves adding a simple length check.
Defensive priority
Medium
Recommended defensive actions
- Inventory Linux kernel installations to identify potential exposure.
- Apply patches or updates provided by the Linux kernel maintainers.
- Monitor system logs for potential exploitation attempts.
- Implement compensating controls, such as network segmentation or access controls, to limit the attack surface.
- Consider using a Web Application Firewall (WAF) to detect and prevent exploitation attempts.
- Review and update incident response plans to address potential exploitation.
- Conduct regular vulnerability assessments to identify and address potential exposures.
Evidence notes
The CVE record was published on 2026-01-14T15:16:01.690Z and was last modified on 2026-07-14T13:18:03.810Z. The NVD entry is currently Modified. The Linux kernel vulnerability affects SUNRPC component. Evidence is limited, and defenders should verify system logs for potential exploitation attempts.
Sources and references
Verified primary and authoritative sources
-
CVE-2025-71120 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2025-71120
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2025-71120 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-71120
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1c8bb965e9b0559ff0f5690615a527c30f651dd8
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4dedb6a11243a5c9eb9dbb97bca3c98bd725e83d
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7452d53f293379e2c38cfa8ad0694aa46fc4788b
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a2c6f25ab98b423f99ccd94874d655b8bcb01a19
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a8f1e445ce3545c90d69c9e8ff8f7821825fe810
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d4b69a6186b215d2dc1ebcab965ed88e8d41768d
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f9e53f69ac3bc4ef568b08d3542edac02e83fefd
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.