๐Ÿ” CVE Alert

CVE-2024-44996

UNKNOWN 0.0

vsock: fix recursive ->recvmsg calls

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive ->recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot->recvmsg has been replaced with vsock_bpf_recvmsg(). Thus the following recursiion could happen: vsock_bpf_recvmsg() -> __vsock_recvmsg() -> vsock_connectible_recvmsg() -> prot->recvmsg() -> vsock_bpf_recvmsg() again We need to fix it by calling the original ->recvmsg() without any BPF sockmap logic in __vsock_recvmsg().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 4, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
634f1a7110b439c65fd8a809171c1d2d28bcea6f < 921f1acf0c3cf6b1260ab57a8a6e8b3d5f3023d5 634f1a7110b439c65fd8a809171c1d2d28bcea6f < b4ee8cf1acc5018ed1369150d7bb3e0d0f79e135 634f1a7110b439c65fd8a809171c1d2d28bcea6f < 69139d2919dd4aa9a553c8245e7c63e82613e3fc
Linux / Linux
6.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/921f1acf0c3cf6b1260ab57a8a6e8b3d5f3023d5 git.kernel.org: https://git.kernel.org/stable/c/b4ee8cf1acc5018ed1369150d7bb3e0d0f79e135 git.kernel.org: https://git.kernel.org/stable/c/69139d2919dd4aa9a553c8245e7c63e82613e3fc