Lucene search
+L

2148 matches found

Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.21 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-44946)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-44946 advisory. - In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same...

7.8CVSS6AI score0.0086EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.22 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-44985)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-44985 advisory. - In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If...

9.8CVSS6AI score0.00876EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.26 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-44974)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-44974 advisory. - In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: avoid possible UaF when...

7.8CVSS5.9AI score0.00272EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.23 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-43853)

"The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-43853 advisory. - In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in...

7CVSS5.9AI score0.00226EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/30 10:52 a.m.31 views

SUSE-SU-2024:3499-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-48791: Fix use-after-free for aborted TMF sastask bsc1228002 - CVE-2024-44947: Initialize beyond-EOF page contents before setting uptodate bsc1229454. -...

9.8CVSS7.9AI score0.00886EPSS
SaveExploits4References66
SUSE CVE
SUSE CVE
added 2024/09/28 2:50 a.m.6 views

SUSE CVE-2024-46866

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

5.5CVSS7.6AI score0.00147EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/27 2:43 p.m.19 views

CVE-2024-46866

A vulnerability in the Linux kernel's drm/xe/client driver was resolved. This issue was resolved by adding the missing buffer object BO locking in the showmeminfo function. Inspecting the BO state without this lock led to a NULL pointer dereference NPD or use-after-free UAF issues due to concurre...

5.5CVSS5.4AI score0.00147EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.35 views

CVE-2024-46858

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in timerdeletesync There are two paths to access mptcppmdeladdtimer, result in a race condition: CPU1 CPU2 ==== ==== netrxaction napipoll netlinksendmsg napipoll netlinkunicast processbacklog netlinkunicastkern...

8.1CVSS0.00591EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.48 views

CVE-2024-46866 drm/xe/client: add missing bo locking in show_meminfo()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in showmeminfo bomeminfo wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to stuff like NPD and UAF, if the bo lock is not held. Grab...

7.8CVSS0.00147EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/27 12:42 p.m.170 views

CVE-2024-46866

The CVE-2024-46866 issue in the Linux kernel affects the drm/xe client, specifically the bo_meminfo path. Root cause: bo_meminfo() inspects bo state (tt and ttm resource) without consistently holding the bo lock, allowing state changes that can cause NPD or UAF. Mitigation implemented by grabbing...

7.8CVSS5.1AI score0.00147EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/09/27 12:42 p.m.180 views

CVE-2024-46858

CVE-2024-46858 in the Linux kernel fixes a local UAF race in mptcp_pm_del_add_timer. Two paths can access mptcp_pm_del_add_timer concurrently (CPU1 in PM code path vs CPU2 in netlink/ip stack path), leading to use-after-free when a timer entry is freed after leaving the critical region. The patch...

8.1CVSS7AI score0.00591EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.49 views

CVE-2024-46858 mptcp: pm: Fix uaf in __timer_delete_sync

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in timerdeletesync There are two paths to access mptcppmdeladdtimer, result in a race condition: CPU1 CPU2 ==== ==== netrxaction napipoll netlinksendmsg napipoll netlinkunicast processbacklog netlinkunicastkern...

8.1CVSS0.00591EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.20 views

CVE-2024-46858 mptcp: pm: Fix uaf in __timer_delete_sync

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in timerdeletesync There are two paths to access mptcppmdeladdtimer, result in a race condition: CPU1 CPU2 ==== ==== netrxaction napipoll netlinksendmsg napipoll netlinkunicast processbacklog netlinkunicastkern...

6.8AI score0.00591EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/09/18 1:19 p.m.14 views

CVE-2024-46801

In the Linux kernel, the following vulnerability has been resolved: libfs: fix getstasheddentry getstasheddentry tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use...

5.5CVSS6.9AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 12:46 p.m.31 views

CVE-2024-46800

A use-after-free vulnerability was found in the Linux kernel. If netemdequeue enqueues a packet to inner qdisc and that qdisc returns NETXMITSTOLEN, the packet is dropped but qdisctreereducebacklog is not called to update the parent's q.qlen. Mitigation Mitigation for this issue is either not...

6.6CVSS7.3AI score0.00268EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 9:46 a.m.15 views

CVE-2024-46740

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF caused by offsets overwrite Binder objects are processed and copied individually into the target buffer during transactions. Any raw data in-between these objects is copied as well. However, this raw data copy lac...

7.8CVSS7AI score0.00289EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/18 8:15 a.m.34 views

CVE-2024-46801

In the Linux kernel, the following vulnerability has been resolved: libfs: fix getstasheddentry getstasheddentry tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use...

7.8CVSS0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46801

In the Linux kernel, the following vulnerability has been resolved: libfs: fix getstasheddentry getstasheddentry tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/18 8:15 a.m.23 views

CVE-2024-46786

In the Linux kernel, the following vulnerability has been resolved: fscache: delete fscachecookielrutimer when fscache exits to avoid UAF The fscachecookielrutimer is initialized when the fscache module is inserted, but is not deleted when the fscache module is removed. If timerreduce is called...

7.8CVSS0.00224EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/18 8:15 a.m.30 views

CVE-2024-46740

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF caused by offsets overwrite Binder objects are processed and copied individually into the target buffer during transactions. Any raw data in-between these objects is copied as well. However, this raw data copy lac...

7.8CVSS0.00289EPSS
SaveExploits0References9
Rows per page
Query Builder