CVE-2024-35815 — Linux vulnerability
30 documents7 sources
Severity
5.5MEDIUMNVD
OSV7.0
EPSS
0.0%
top 97.93%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedMay 17
Latest updateSep 18
Description
In the Linux kernel, the following vulnerability has been resolved:
fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
The first kiocb_set_cancel_fn() argument may point at a struct kiocb
that is not embedded inside struct aio_kiocb. With the current code,
depending on the compiler, the req->ki_ctx read happens either before
the IOCB_AIO_RW test or after that test. Move the req->ki_ctx read such
that it is guaranteed that the IOCB_AIO_RW test happens first.
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.8 | Impact: 3.6
Affected Packages5 packages
▶CVEListV5linux/linux337b543e274fe7a8f47df3c8293cc6686ffa620f — 10ca82aff58434e122c7c757cf0497c335f993f3+14
Also affects: Debian Linux 10.0
Patches
🔴Vulnerability Details
14📋Vendor Advisories
14💬Community
1Bugzilla
▶