Lucene search
+L

2953 matches found

RedhatCVE
RedhatCVE
added 2024/09/04 10:14 p.m.21 views

CVE-2024-44979

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

6CVSS7.1AI score0.00199EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.18 views

CVE-2024-45000

In the Linux kernel, the following vulnerability has been resolved: fs/netfs/fscachecookie: add missing "naccesses" check This fixes a NULL pointer dereference bug due to a data race which looks like this: BUG: kernel NULL pointer dereference, address: 0000000000000008 PF: supervisor read access ...

7.8CVSS0.00233EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/04 8:15 p.m.8 views

DEBIAN-CVE-2024-44979

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

5.5CVSS5.8AI score0.00199EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.19 views

CVE-2024-45000

In the Linux kernel, the following vulnerability has been resolved: fs/netfs/fscachecookie: add missing "naccesses" check This fixes a NULL pointer dereference bug due to a data race which looks like this: BUG: kernel NULL pointer dereference, address: 0000000000000008 PF: supervisor read access ...

7.8CVSS5.7AI score0.00233EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.14 views

CVE-2024-44979 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

7.2AI score0.00199EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:00 a.m.13 views

Vulnerability of the net/mlx5 component: Linux operating system kernels, which allow attackers to compromise the confidentiality, integrity, and accessibility of protected information.

Vulnerability of the net/mlx5 component: Linux operating system kernels are vulnerable because the link counter and index counter are freed, while another process that executes the command flushing task takes over the link counter from the first function. Exploiting this vulnerability can allow a...

7CVSS6.2AI score0.00178EPSS
SaveExploits0References11Affected Software2
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.6 views

kernel: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...

9.8CVSS6.8AI score0.00815EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.4 views

kernel: netfilter: nft_limit: reject configurations that cause integer overflow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 10:25 p.m.6 views

MAL-2024-12353 Malicious code in subsys-counter (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 d5aa9a3a8888bf731b171ad413a70076df1eff7c362d520f6f3457057aa615f7 Collects basic information about the system, most probably a pentest or bug bounty. --- Category: PROBABLYPENTEST - Packages looking like typical pentest...

6.8AI score
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:00 a.m.17 views

The vulnerability of the ffs_data_clear() function in the Linux kernel’s gadget component, which allows a hacker to cause a service failure

The vulnerability of the ffsdataclear function in the Linux kernel’s gadget component is related to a possible overflow of the link counter. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00244EPSS
SaveExploits0References22Affected Software2
Positive Technologies
Positive Technologies
added 2024/08/19 12:00 a.m.17 views

PT-2024-31363

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel's handling of 'subflow' endpoints in the mptcp module. When a 'signal' endpoint is removed, it triggers the removal of all linked subflows via th...

5.5CVSS5.6AI score0.0022EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.12 views

kernel: md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/07 4:15 p.m.2 views

DEBIAN-CVE-2024-42239

In the Linux kernel, the following vulnerability has been resolved: bpf: Fail bpftimercancel when callback is being cancelled Given a schedule: timer1 cb timer2 cb bpftimercanceltimer2; bpftimercanceltimer1; Both bpftimercancel calls would wait for the other callback to finish executing,...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.28 views

CVE-2024-42239

In the Linux kernel, the following vulnerability has been resolved: bpf: Fail bpftimercancel when callback is being cancelled Given a schedule: timer1 cb timer2 cb bpftimercanceltimer2; bpftimercanceltimer1; Both bpftimercancel calls would wait for the other callback to finish executing,...

5.5CVSS6AI score0.00166EPSS
SaveExploits0References15
CVE
CVE
added 2024/08/07 3:14 p.m.119 views

CVE-2024-42239

CVE-2024-42239 affects the Linux kernel BPF timer cancellation path. The fix adds an atomic counter (cancelling) in bpf_hrtimer to track in-flight cancellation requests and prevents deadlocks when two callbacks attempt to cancel each other in parallel. The patch ensures that if a cancellation is ...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2024/08/07 9:43 a.m.12 views

kernel: blk-cgroup: fix list corruption from resetting io stat

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix list corruption from resetting io stat Since commit 3b8cc6298724 "blk-cgroup: Optimize blkcgrstatflush", each iostat instance is added to blkcg percpu list, so blkcgresetstats can't reset the stat instance by...

7.8CVSS6.8AI score0.00259EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41046

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiqetop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple times...

7.8CVSS6.1AI score0.00435EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.8 views

kernel: netfilter: nft_limit: reject configurations that cause integer overflow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/19 11:07 a.m.9 views

OESA-2024-1850 arm-trusted-firmware security update

Trusted Firmware-A is a reference implementation of secure world software for Arm A-Profile architectures Armv8-A and Armv7-A, including an Exception Level 3 EL3 Secure Monitor. Security Fixes: Buffer Copy without Checking Size of Input 'Classic Buffer Overflow' vulnerability in Renesas...

6.7CVSS7.4AI score0.00223EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/17 7:15 a.m.24 views

CVE-2024-41010

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix too early release of tcxentry Pedro Pinto and later independently also Hyunwoo Kim and Wongi Lee reported an issue that the tcxentry can be released too early leading to a use after free UAF when an active old-style...

7.8CVSS5.8AI score0.0037EPSS
SaveExploits0References13
Rows per page
Query Builder