Wind River Support Network

HomeDefectsLIN1023-7043
Fixed

LIN1023-7043 : Security Advisory - linux - CVE-2024-40913

Created: Jul 13, 2024    Updated: Jul 17, 2024
Resolved Date: Jul 14, 2024
Found In Version: 10.23.30.1
Fix Version: 10.23.30.12
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel

Description

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

cachefiles: defer exposing anon_fd until after copy_to_user() succeeds

After installing the anonymous fd, we can now see it in userland and close
it. However, at this point we may not have gotten the reference count of
the cache, but we will put it during colse fd, so this may cause a cache
UAF.

So grab the cache reference count before fd_install(). In addition, by
kernel convention, fd is taken over by the user land after fd_install(),
and the kernel should not call close_fd() after that, i.e., it should call
fd_install() after everything is ready, thus fd_install() is called after
copy_to_user() succeeds.

CREATE(Triage):(User=admin) CVE-2024-40913 (https://nvd.nist.gov/vuln/detail/CVE-2024-40913)

CVEs


Live chat
Online