Lucene search
+L

181 matches found

CVE
CVE
added 2024/02/29 3:52 p.m.5885 views

CVE-2024-26612

CVE-2024-26612 affects the Linux kernel in the netfs/fscache path. The vulnerability stems from dereferencing a pointer in fscache_put_cache() before verifying it with IS_ERR_OR_NULL(), allowing a potential NULL pointer dereference. The fix changes the order to check first, then dereference. Conn...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.28 views

CVE-2024-26612

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/12/20 12:0 a.m.8 views

The vulnerability of the __fscache_invalidate() function in the fs/fscache/cookie.c module of the Linux operating system allows a hacker to induce a service failure.

The vulnerability of the fscacheinvalidate function in the fs/fscache/cookie.c module of the Linux operating system is related to a memory leak. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00246EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: cifs: Fix memory leak when using fscache

A flaw was found in the cifs module in the Linux kernel. A missing decrement of the reference count will cause a memory leak, potentially impacting system performance and resulting in a denial of service...

5.5CVSS6.8AI score0.00157EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/11/07 12:0 a.m.13 views

PT-2025-26033 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel when using fscache. Specifically, when the 'index == next cached' case is encountered, a refcount leak on the struct page...

8.2CVSS7AI score0.16642EPSS
SaveExploits5References275
Positive Technologies
Positive Technologies
added 2023/09/18 12:0 a.m.11 views

PT-2023-8752

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc5 Description The issue is related to the netfs module in the Linux kernel, where the function netfs rreq unlock folios can cause an oops when a network filesystem using netfs implements a clamp length...

5.5CVSS6.3AI score0.0029EPSS
SaveExploits0References473
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.2 views

kernel: fscache: Fix invalidation/lookup race

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscacheinvalidate will be asked to invalidate the file - however, if the cookie is in the LOOKINGUP state or the CREATING state, then request ...

4.7CVSS6.3AI score0.00146EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:31 a.m.3 views

SUSE CVE-2022-3630

A vulnerability was found in Linux Kernel. It has been rated as problematic. This issue affects some unknown processing of the file fs/fscache/cookie.c of the component IPsec. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. The associated identifier of...

5.5CVSS6.9AI score0.00246EPSS
SaveExploits0References3
OSV
OSV
added 2023/02/13 5:22 p.m.10 views

GSD-2023-1001880 fscache: Use wait_on_bit() to wait for the freeing of relinquished volume

fscache: Use waitonbit to wait for the freeing of relinquished volume This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.11 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2023/01/17 3:56 p.m.3 views

GSD-2023-1000050 fscache: Fix oops due to race with cookie_lru and use_cookie

fscache: Fix oops due to race with cookielru and usecookie This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.13 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/13 12:0 a.m.10 views

PT-2025-13328 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.1.0-rc6+ Description: A synchronization issue exists in the Linux kernel's fscache module. The freeing of a relinquished volume wakes up pending volume acquisition using wake up bit, but this is mismatched wit...

7.8CVSS7.3AI score0.00266EPSS
SaveExploits0References127
OSV
OSV
added 2022/12/08 2:29 a.m.8 views

GSD-2022-1007737 erofs: fix missing xas_retry() in fscache mode

erofs: fix missing xasretry in fscache mode This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.10 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/10/21 6:15 a.m.4 views

DEBIAN-CVE-2022-3630

A vulnerability was found in Linux Kernel. It has been rated as problematic. This issue affects some unknown processing of the file fs/fscache/cookie.c of the component IPsec. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. The associated identifier of...

5.5CVSS4.5AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2022/10/21 6:15 a.m.3 views

UBUNTU-CVE-2022-3630

A vulnerability was found in Linux Kernel. It has been rated as problematic. This issue affects some unknown processing of the file fs/fscache/cookie.c of the component IPsec. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. The associated identifier of...

5.5CVSS4.8AI score0.00246EPSS
SaveExploits0References4
CVE
CVE
added 2022/10/21 12:0 a.m.59 views

CVE-2022-3630

The CVE-2022-3630 entry concerns the Linux kernel, specifically the fs/fscache/cookie.c component used by IPsec. The vulnerability is described as a memory leak resulting from a manipulation in that code path. A patch is recommended to fix the issue, and the vulnerability is associated with VDB-2...

5.5CVSS4.5AI score0.00246EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/10/21 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. Linux kernel has a security vulnerability that affects some unknown processing of the file fs/fscache/cookie.c of the component IPsec. This operation results in a memory leak. No details of the...

5.5CVSS6.5AI score0.00246EPSS
SaveExploits0References4
OSV
OSV
added 2022/09/16 11:38 p.m.12 views

GSD-2022-1005207 cifs: Fix memory leak when using fscache

cifs: Fix memory leak when using fscache This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.2 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:33 p.m.7 views

GSD-2022-1005136 fscache: don't leak cookie access refs if invalidation is in progress or failed

fscache: don't leak cookie access refs if invalidation is in progress or failed This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.4 by commi...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/09/16 12:0 a.m.5 views

PT-2022-33394 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions v5.19 through v5.19.3 Description: The issue is related to a potential leak of cookie access references in the fscache module if invalidation is in progress or has failed. The actual impact and attack plausibility have n...

7.1AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/08/09 12:0 a.m.4 views

PT-2022-7185 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: The issue is related to a memory leak in the fscache invalidate function in the fs/fscache/cookie.c module of the Linux kernel. This can be exploited to cause a denial of service. The...

5.5CVSS5.1AI score0.00246EPSS
SaveExploits0References12
Rows per page
Query Builder