CVE-2025-40248
Last modified
CVE-2025-40248 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect() if already established During connect(), acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect() invoking vsock_transport_cancel_pkt() -> virtio_transport_purge_skbs() may race with sendmsg() invoking virtio_transport_get_credit(). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect() if already established During connect(), acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect() invoking vsock_transport_cancel_pkt() -> virtio_transport_purge_skbs() may race with sendmsg() invoking virtio_transport_get_credit(). This results in a permanently elevated `vvs->bytes_unsent`. Which, in turn, confuses the SOCK_LINGER handling. 2. connect() resetting a connected socket's state may race with socket being placed in a sockmap. A disconnected socket remaining in a sockmap breaks sockmap's assumptions. And gives rise to WARNs. 3. connect() transitioning SS_CONNECTED -> SS_UNCONNECTED allows for a transport change/drop after TCP_ESTABLISHED. Which poses a problem for any simultaneous sendmsg() or connect() and may result in a use-after-free/null-ptr-deref. Do not disconnect socket on signal/timeout. Keep the logic for unconnected sockets: they don't linger, can't be placed in a sockmap, are rejected by sendmsg(). [1]: https://lore.kernel.org/netdev/e07fd95c-9a38-4eea-9638-133e38c2ec9b@rbox.co/ [2]: https://lore.kernel.org/netdev/20250317-vsock-trans-signal-race-v4-0-fc8837f3f1d4@rbox.co/ [3]: https://lore.kernel.org/netdev/60f1b7db-3099-4f6a-875e-af9f6ef194f6@rbox.co/
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d021c344051af91f42c5ba9fdedc176740cbd238, < 3f71753935d648082a8279a97d30efe6b85be680; >= d021c344051af91f42c5ba9fdedc176740cbd238, < da664101fb4a0de5cb70d2bae6a650df954df2af; >= d021c344051af91f42c5ba9fdedc176740cbd238, < 67432915145848658149683101104e32f9fd6559; >= d021c344051af91f42c5ba9fdedc176740cbd238, < eeca93f06df89be5a36305b7b9dae1ed65550dfc; >= d021c344051af91f42c5ba9fdedc176740cbd238, < 5998da5a8208ae9ad7838ba322bccb2bdcd95e81; >= d021c344051af91f42c5ba9fdedc176740cbd238, < f1c170cae285e4b8f61be043bb17addc3d0a14b5; >= d021c344051af91f42c5ba9fdedc176740cbd238, < ab6b19f690d89ae4709fba73a3c4a7911f495b7a; >= d021c344051af91f42c5ba9fdedc176740cbd238, < 002541ef650b742a198e4be363881439bb9d86b4 |
| Linux | Linux | 3.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40248?
How severe is CVE-2025-40248?
How do I fix CVE-2025-40248?
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-40242In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-40243In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40245In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40246In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40247In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40249In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-4025A vulnerability classified as critical was found in itsource…9.8
- CVE-2025-40250In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40251In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-40252In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-40253In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2025-40248?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
