Lucene search
+L

277 matches found

Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.31 views

CVE-2024-40935

In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILESDEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILESDEAD, the cachefilesdaemonwrite will always return -EIO, so t...

7.8CVSS5.7AI score0.00259EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:25 p.m.22 views

CVE-2024-40935 cachefiles: flush all requests after setting CACHEFILES_DEAD

In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILESDEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILESDEAD, the cachefilesdaemonwrite will always return -EIO, so t...

5.7AI score
SaveExploits0References8
CVE
CVE
added 2024/07/12 12:24 p.m.174 views

CVE-2024-40913

Technical details for CVE-2024-40913 are not provided in the supplied documents. Monitor for updates from vendors/advisories.

7.8CVSS6.4AI score0.00287EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:24 p.m.15 views

CVE-2024-40913 cachefiles: defer exposing anon_fd until after copy_to_user() succeeds

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anonfd until after copytouser 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 ...

6.6AI score0.00287EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/12 12:24 p.m.38 views

CVE-2024-40913 cachefiles: defer exposing anon_fd until after copy_to_user() succeeds

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anonfd until after copytouser 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 ...

0.00287EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/12 12:24 p.m.15 views

CVE-2024-40913 cachefiles: defer exposing anon_fd until after copy_to_user() succeeds

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anonfd until after copytouser 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 ...

6.3AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.21 views

CVE-2024-40900 cachefiles: remove requests from xarray during flushing requests

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILESDEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemonthread1...

6.6AI score0.00286EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/12 12:20 p.m.134 views

CVE-2024-40900

CVE-2024-40900 affects the Linux kernel cachefiles path: a use-after-free can occur where requests are not removed from cache->reqs during flushing, allowing access to freed REQ objects in a concurrent flush scenario. The described sequence shows a freed req being accessed by cachefiles_ondema...

7.8CVSS6.5AI score0.00286EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.28 views

CVE-2024-40900 cachefiles: remove requests from xarray during flushing requests

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILESDEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemonthread1...

7.8CVSS0.00286EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.14 views

CVE-2024-40900

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILESDEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemonthread1...

7.8CVSS6AI score0.00286EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:20 p.m.17 views

CVE-2024-40900 cachefiles: remove requests from xarray during flushing requests

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILESDEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemonthread1...

7.8CVSS5.9AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.22 views

CVE-2024-40899 cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemandgetfd We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

6.8AI score0.00284EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.41 views

CVE-2024-40899 cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemandgetfd We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

0.00284EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/12 12:20 p.m.111 views

CVE-2024-40899

CVE-2024-40899 is a Linux kernel vulnerability in the cachefiles subsystem, causing a slab-use-after-free in cachefiles_ondemand_get_fd via a restore-triggered path that can lead to use-after-free in cachefiles_ondemand_daemon_read. The connected documents identify the issue as resolved by a patc...

7.8CVSS8.4AI score0.00284EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.15 views

CVE-2024-39510 cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemanddaemonread We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

6.8AI score0.00284EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.4 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a failure of the cachefiles component to properly refresh all requests after setting CACHEFILESDEAD...

7.8CVSS6.4AI score0.00259EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.4 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a failure of the cachefiles component to properly delay exposing anonymous file descriptors after a successful copytouser function...

7.8CVSS8.2AI score0.00287EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.4 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure of the cachefiles component to remove requests from the xarray when refreshing them, which could...

7.8CVSS8.2AI score0.00286EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.10 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a post-release reuse issue in the cachefiles component in the cachefilesondemanddaemonread function...

7.8CVSS8.1AI score0.00284EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.8 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a post-release reuse issue in the cachefiles component in the cachefilesondemandgetfd function...

7.8CVSS8.3AI score0.00284EPSS
SaveExploits0References7
Rows per page
Query Builder