CVE-2025-38571
Last modified
CVE-2025-38571 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix client side handling of tls alerts A security exploit was discovered in NFS over TLS in tls_alert_recv due to its assumption that there is valid data in the msghdr's iterator's kvec. Instead, this patch proposes the rework how control messages are setup and used by sock_recvmsg(). If no control message structure is setup, kTLS layer will read and process TLS data record types. As soon as it encounters a TLS control message, it would return an error. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix client side handling of tls alerts A security exploit was discovered in NFS over TLS in tls_alert_recv due to its assumption that there is valid data in the msghdr's iterator's kvec. Instead, this patch proposes the rework how control messages are setup and used by sock_recvmsg(). If no control message structure is setup, kTLS layer will read and process TLS data record types. As soon as it encounters a TLS control message, it would return an error. At that point, NFS can setup a kvec backed control buffer and read in the control message such as a TLS alert. Scott found that a msg iterator can advance the kvec pointer as a part of the copy process thus we need to revert the iterator before calling into the tls_alert_recv.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.5, < 6.6.102 |
| Linux | Linux Kernel | >= 6.7, < 6.12.42 |
| Linux | Linux Kernel | >= 6.13, < 6.15.10 |
| Linux | Linux Kernel | >= 6.16, < 6.16.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38571?
How severe is CVE-2025-38571?
How do I fix CVE-2025-38571?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-38566In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-38567In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38568In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38569In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3857When reading binary Ion data through Amazon.IonDotnet using …8.7
- CVE-2025-38570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38572In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38573In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38574In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38575In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38576In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38577In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38571?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
