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

Published May 17, 2024
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iouring/net: fix overflow check in iorecvmsgmshotprep()

The "controllen" variable is type sizet (unsigned long). Casting it to int could lead to an integer underflow.

The checkaddoverflow() 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.

Other sources

In the Linux kernel, the following vulnerability has been resolved:

iouring/net: fix overflow check in iorecvmsgmshotprep()

The Linux kernel CVE team has assigned CVE-2024-35827 to this issue.

Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051741-CVE-2024-35827-822c@gregkh/T

Red Hat

Affected Software

10 affected componentsFixes available
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
Linux Linux kernel>=6.0<6.1.83
Linux Linux kernel>=6.2<6.6.23
Linux Linux kernel>=6.7<6.7.11
Linux Linux kernel>=6.8<6.8.2
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade debian/linux to a version that resolves this vulnerability.

    Fixed in 5.10.223-1Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1
  2. Upgrade

    Upgrade redhat/kernel to a version that resolves this vulnerability.

    Fixed in 6.1.83
  3. Upgrade

    Upgrade redhat/kernel to a version that resolves this vulnerability.

    Fixed in 6.6.23
  4. Upgrade

    Upgrade redhat/kernel to a version that resolves this vulnerability.

    Fixed in 6.7.11
  5. Upgrade

    Upgrade redhat/kernel to a version that resolves this vulnerability.

    Fixed in 6.8.2
  6. Upgrade

    Upgrade redhat/kernel to a version that resolves this vulnerability.

    Fixed in 6.9

Event History

May 17, 2024
CVE Published
via MITRE·01:41 PM
Data Sourced
via MITRE·01:41 PM
DescriptionSeverity
Data Sourced
via NVD·02:15 PM
RemedyDescriptionSeverityWeaknessAffected Software
Data Sourced
via Red Hat·11:09 PM
DescriptionSeverityAffected Software
Jun 8, 2024
Data Sourced
via Launchpad·01:18 AM
Description
Feb 8, 2025
Data Sourced
via Ubuntu·05:10 AM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

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.

2

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.

3

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.

4

Is there a workaround for CVE-2024-35827?

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

5

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.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203