CWE
190
EPSS
0.045%
Advisory Published
CVE Published
Updated

CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep()

First published: Fri May 17 2024(Updated: )

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() The "controllen" variable is type size_t (unsigned long). Casting it to int could lead to an integer underflow. The check_add_overflow() function considers the type of the destination which is type int. If we add two positive values and the result cannot fit in an integer then that's counted as an overflow. However, if we cast "controllen" to an int and it turns negative, then negative values *can* fit into an int type so there is no overflow. Good: 100 + (unsigned long)-4 = 96 <-- overflow Bad: 100 + (int)-4 = 96 <-- no overflow I deleted the cast of the sizeof() as well. That's not a bug but the cast is unnecessary.

Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Affected SoftwareAffected VersionHow to fix
redhat/kernel<6.1.83
6.1.83
redhat/kernel<6.6.23
6.6.23
redhat/kernel<6.7.11
6.7.11
redhat/kernel<6.8.2
6.8.2
redhat/kernel<6.9
6.9
debian/linux
5.10.223-1
5.10.226-1
6.1.123-1
6.1.119-1
6.12.11-1
6.12.12-1
Linux Kernel>=6.0<6.1.83
Linux Kernel>=6.2<6.6.23
Linux Kernel>=6.7<6.7.11
Linux Kernel>=6.8<6.8.2

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of CVE-2024-35827?

    CVE-2024-35827 has a high severity due to the potential for integer underflow causing system instability.

  • How do I fix CVE-2024-35827?

    To fix CVE-2024-35827, update the kernel to a patched version such as 6.1.83, 6.6.23, 6.7.11, 6.8.2, or 6.9 for Red Hat systems, or appropriate Debian kernel versions.

  • What systems are affected by CVE-2024-35827?

    CVE-2024-35827 affects multiple Linux kernel versions, particularly those in the Red Hat and Debian distributions.

  • Is there a workaround for CVE-2024-35827?

    Currently, there is no reliable workaround for CVE-2024-35827 aside from applying the recommended updates.

  • When was CVE-2024-35827 disclosed?

    CVE-2024-35827 was disclosed in early 2024, highlighting a critical issue in the Linux kernel's io_uring component.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203