Lucene search
K

259 matches found

OSV
OSV
added 2024/08/07 4:15 p.m.0 views

UBUNTU-CVE-2024-42250

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

5.5CVSS6.6AI score0.00165EPSS
Exploits0References17
Cvelist
Cvelist
added 2024/08/07 3:14 p.m.29 views

CVE-2024-42250 cachefiles: add missing lock protection when polling

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

0.00165EPSS
Exploits0References4
CVE
CVE
added 2024/08/07 3:14 p.m.136 views

CVE-2024-42250

Technical details about CVE-2024-42250 (affected component, root cause, impact, and remediation) are not provided in the connected documents. Monitor vendor advisories for updates.

5.5CVSS6.2AI score0.00165EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.11 views

CVE-2024-42250 cachefiles: add missing lock protection when polling

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

6.5AI score0.00165EPSS
Exploits0References4
OSV
OSV
added 2024/08/07 3:14 p.m.7 views

CVE-2024-42250 cachefiles: add missing lock protection when polling

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

5.5CVSS6.1AI score0.00165EPSS
Exploits0References8
CNNVD
CNNVD
added 2024/08/07 12:0 a.m.5 views

Linux kernel 安全漏洞

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, which stems from a lack of lock protection in the cachefiles module during polling, requiring the addition of spinlocks to...

5.5CVSS6.3AI score0.00165EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2024/08/07 12:0 a.m.2 views

The vulnerability of the cachefiles_ondemand_daemon_read() function in the cachefiles file system of the Linux operating system allows a attacker to compromise the accessibility of protected information.

The vulnerability of the cachefilesondemanddaemonread function in the fs/cachefiles/ondemand.c file of the Linux kernel’s cachefiles file system is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the accessibility of...

7.8CVSS7.2AI score0.00284EPSS
Exploits0References18Affected Software3
BDU FSTEC
BDU FSTEC
added 2024/08/07 12:0 a.m.2 views

The vulnerability of the cachefiles_ondemand_daemon_read() function in the cachefiles file system of the Linux operating system allows a attacker to compromise the accessibility of protected information.

The vulnerability of the cachefilesondemanddaemonread function in the fs/cachefiles/ondemand.c file of the Linux kernel’s cachefile file system is related to the reutilization of previously freed memory due to competitive access to resources race condition. Exploiting this vulnerability could all...

7.8CVSS6.7AI score0.00284EPSS
Exploits0References16Affected Software3
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.2 views

SUSE CVE-2024-41050

In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msgid to avoid reuse Reusing the msgid after a maliciously completed reopen request may cause a read request to remain unprocessed and result in a hung, as shown below: t1 | t2 | t3...

5.5CVSS7.6AI score0.00282EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.1 views

SUSE CVE-2024-41051

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemandobjectworker to finish when dropping object When queuing ondemandobjectworker to re-open the object, cachefilesobject is not pinned. The cachefilesobject may be freed when the pending read request is...

5.5CVSS7.7AI score0.00275EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.1 views

SUSE CVE-2024-41057

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefileswithdrawcookie We got the following issue in our fault injection stress test: ================================================================== BUG: KASAN: slab-use-after-free in...

7CVSS6.7AI score0.00275EPSS
Exploits0References26
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.1 views

SUSE CVE-2024-41058

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in fscachewithdrawvolume We got the following issue in our fault injection stress test: ================================================================== BUG: KASAN: slab-use-after-free in...

6.1CVSS6.7AI score0.00281EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.1 views

SUSE CVE-2024-41074

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set object to close if ondemandid 0 in copen If copen is maliciously called in the user mode, it may delete the request corresponding to the random id. And the request may have not been read yet. Note that when the...

5.5CVSS7.6AI score0.0022EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.2 views

SUSE CVE-2024-41075

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

5.5CVSS7.7AI score0.00211EPSS
Exploits0References10
RedhatCVE
RedhatCVE
added 2024/07/31 9:15 a.m.24 views

CVE-2024-41075

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

5.5CVSS6.9AI score0.00211EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:14 a.m.23 views

CVE-2024-41050

In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msgid to avoid reuse Reusing the msgid after a maliciously completed reopen request may cause a read request to remain unprocessed and result in a hung, as shown below: t1 | t2 | t3...

4.7CVSS7.3AI score0.00282EPSS
Exploits0References4
NVD
NVD
added 2024/07/29 3:15 p.m.20 views

CVE-2024-41075

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

5.5CVSS0.00211EPSS
Exploits0References5
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41075

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

5.5CVSS5.7AI score0.00211EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41074

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set object to close if ondemandid 0 in copen If copen is maliciously called in the user mode, it may delete the request corresponding to the random id. And the request may have not been read yet. Note that when the...

7.8CVSS5.7AI score0.0022EPSS
Exploits0References1
NVD
NVD
added 2024/07/29 3:15 p.m.11 views

CVE-2024-41050

In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msgid to avoid reuse Reusing the msgid after a maliciously completed reopen request may cause a read request to remain unprocessed and result in a hung, as shown below: t1 | t2 | t3...

7.8CVSS0.00282EPSS
Exploits0References5
Rows per page
Query Builder