🛡️ CVE-2024-35827 on Debian — linux
Description
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.
Distribution advisory
This page covers CVE-2024-35827 as tracked by Debian, for the package linux. The fix is available in version 6.7.12-1; earlier versions remain affected.
How this vulnerability can be exploited
This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity none, availability high.
Affected software
DEBIAN-CVE-2024-35827 is recorded against 1 package.
- linux (fixed in 6.7.12-1)
Timeline and source
Published on 17 May 2024 and last revised on 5 August 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
CVE-2024-35827 on other distributions
Each distribution ships its own build and its own fixed version. Pick the one you run:
Details
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| linux | — | 6.7.12-1 |
References
Similar Threats
- Unknown CGA-23jx-hhcx-m389
- Unknown CGA-2qp7-6757-fmgc
- Unknown CGA-2rj5-jc55-r267
- Unknown CGA-3m96-cwq8-6xmx
- Unknown CGA-3qj9-973w-fh9g
More DEBIAN CVE 2024 advisories
Browse all of DEBIAN CVE 2024 in the advisory index.
- DEBIAN-CVE-2024-35818
- DEBIAN-CVE-2024-35819
- DEBIAN-CVE-2024-35821
- DEBIAN-CVE-2024-35822
- DEBIAN-CVE-2024-35823
- DEBIAN-CVE-2024-35824
- DEBIAN-CVE-2024-35825
- DEBIAN-CVE-2024-35826
- DEBIAN-CVE-2024-35828
- DEBIAN-CVE-2024-35829
- DEBIAN-CVE-2024-35830
- DEBIAN-CVE-2024-35831
- DEBIAN-CVE-2024-35832
- DEBIAN-CVE-2024-35833
- DEBIAN-CVE-2024-35834
- DEBIAN-CVE-2024-35835
Site Security Check
Is linux part of your stack?
DEBIAN-CVE-2024-35827 is rated CVSS 7.8 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.