Lucene search
+L

53 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 5:06 a.m.19 views

CVE-2023-5330

Mattermost fails to enforce a limit for the size of the cache entry for OpenGraph data allowing an attacker to send a specially crafted request to the /api/v4/opengraph filling the cache and turning the server unavailable...

7.5CVSS6.8AI score0.00498EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.13 views

kernel: SUNRPC: make sure cache entry active before cache_show

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS6.7AI score0.00249EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/12/29 2:24 p.m.17 views

CVE-2024-53174

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

5.5CVSS6.7AI score0.00249EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.19 views

CVE-2024-53174 SUNRPC: make sure cache entry active before cache_show

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.3AI score0.00249EPSS
SaveExploits0References8
CVE
CVE
added 2024/12/27 1:49 p.m.242 views

CVE-2024-53174

CVE-2024-53174 concerns a Linux kernel SUNRPC use-after-free in the cache path: c_show could dereference a freed cache entry due to RC ul protection when reading via cache_show. The fix uses cache_get_rcu to ensure the cache entry (cp) remains active while accessed, preventing a refcount UAF. Aff...

7.8CVSS6.3AI score0.00249EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.25 views

CVE-2024-53174

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS5.7AI score0.00249EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.33 views

CVE-2024-53174 SUNRPC: make sure cache entry active before cache_show

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS0.00249EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2024/12/19 10:22 a.m.14 views

Security update for curl

This update for curl fixes the following issues: CVE-2024-9681: Fixed HSTS subdomain overwrites parent cache entry bsc1232528 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the comma...

6.9CVSS7.3AI score0.01987EPSS
SaveExploits1References4
OSV
OSV
added 2024/12/19 10:22 a.m.16 views

SUSE-SU-2024:3927-1 Security update for curl

This update for curl fixes the following issues: - CVE-2024-9681: Fixed HSTS subdomain overwrites parent cache entry bsc1232528...

6.5CVSS5.3AI score0.01987EPSS
SaveExploits1References3
OSV
OSV
added 2024/11/18 9:02 p.m.13 views

GHSA-27MF-GHQM-J3J8 aiohttp has a memory leak when middleware is enabled when requesting a resource with a non-allowed method

Summary A memory leak can occur when a request produces a MatchInfoError. This was caused by adding an entry to a cache on each request, due to the building of each MatchInfoError producing a unique cache entry. Impact If the user is making use of any middlewares with aiohttp.web then it is...

7.5CVSS7.1AI score0.00591EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/11/08 12:00 a.m.32 views

openSUSE Security Advisory (SUSE-SU-2024:3926-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS6.7AI score0.01987EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2024/11/06 7:47 a.m.43 views

CVE-2024-9681 HSTS subdomain overwrites parent cache entry

When curl is asked to use HSTS, the expiry time for a subdomain might overwrite a parent domain's cache entry, making it end sooner or later than otherwise intended. This affects curl using applications that enable HSTS and use URLs with the insecure HTTP:// scheme and perform transfers with host...

0.01987EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2024/11/06 12:00 a.m.17 views

SUSE: Security Advisory (SUSE-SU-2024:3926-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS6.7AI score0.01987EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2024/10/25 3:07 a.m.9 views

SUSE CVE-2024-49869

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 "btrfs: send: annotate struct namecacheentry with countedby" we annotated the variable length array "name" from the...

5.5CVSS8AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 6:15 p.m.8 views

DEBIAN-CVE-2024-49869

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 "btrfs: send: annotate struct namecacheentry with countedby" we annotated the variable length array "name" from the...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

UBUNTU-CVE-2024-49869

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 "btrfs: send: annotate struct namecacheentry with countedby" we annotated the variable length array "name" from the...

7.8CVSS5.9AI score0.00244EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 6:01 p.m.15 views

CVE-2024-49869 btrfs: send: fix buffer overflow detection when copying path to cache entry

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 "btrfs: send: annotate struct namecacheentry with countedby" we annotated the variable length array "name" from the...

7.3AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.11 views

kernel: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.9 views

SUSE CVE-2024-39276

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

4.7CVSS6.4AI score0.00233EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/25 3:15 p.m.6 views

DEBIAN-CVE-2024-39276

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

5.5CVSS6.1AI score0.00233EPSS
SaveExploits0References1
Rows per page
Query Builder