Lucene search
+L

6358 matches found

Cvelist
Cvelist
added 2024/12/29 8:42 a.m.19 views

CVE-2024-56709 io_uring: check if iowq is killed before queuing

In the Linux kernel, the following vulnerability has been resolved: iouring: check if iowq is killed before queuing task work can be executed after the task has gone through iouring termination, whether it's the final taskwork run or the fallback path. In this case, task work will find -iowq bein...

7.8CVSS0.00215EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/29 8:42 a.m.2500 views

CVE-2024-56709

CVE-2024-56709 : Linux kernel io_uring vulnerability fixed by verifying iowq is not killed before queuing. If a task completes its termination path after io_uring teardown, task_work may see a null ->io_wq and attempt to forward to io_queue_iowq(), causing failure. The fix also accounts for PF...

7.8CVSS6.5AI score0.00215EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.5 views

SUSE CVE-2024-53190

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures Syzkaller reported a hung task with ueventshow on stack trace. That specific issue was addressed by another commit 0, but even with that fix applied...

2.3CVSS7.6AI score0.0024EPSS
SaveExploits0References14
NVD
NVD
added 2024/12/27 3:15 p.m.17 views

CVE-2024-56652

In the Linux kernel, the following vulnerability has been resolved: drm/xe/regsr: Remove register pool That pool implementation doesn't really work: if the krealloc happens to move the memory and return another address, the entries in the xarray become invalid, leading to use-after-free later: BU...

7.8CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:15 p.m.3 views

UBUNTU-CVE-2024-56583

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrateenable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done a warning is eventually triggered: WARNING: CPU: 43 PID...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References20
OSV
OSV
added 2024/12/27 2:50 p.m.9 views

CVE-2024-56583 sched/deadline: Fix warning in migrate_enable for boosted tasks

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrateenable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done a warning is eventually triggered: WARNING: CPU: 43 PID...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2024/12/27 2:15 p.m.7 views

AZL-67602 CVE-2024-53190 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures Syzkaller reported a hung task with ueventshow on stack trace. That specific issue was addressed by another commit 0, but even with that fix applied...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

AZL-55623 CVE-2024-53173 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfsreleaseseqid in...

7.8CVSS6.3AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.4 views

DEBIAN-CVE-2024-53173

In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfsreleaseseqid in...

7.8CVSS5.6AI score0.00267EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.27 views

CVE-2024-53166

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix bfqq uaf in bfqlimitdepth Set new allocated bfqq to bic or remove freed bfqq from bic are both protected by bfqd-lock, however bfqlimitdepth is deferencing bfqq from bic without the lock, this can lead to UAF if t...

7.8CVSS0.00252EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 1:50 p.m.12 views

CVE-2024-53227 scsi: bfa: Fix use-after-free in bfad_im_module_exit()

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Fix use-after-free in bfadimmoduleexit BUG: KASAN: slab-use-after-free in lockacquire+0x2aca/0x3a20 Read of size 8 at addr ffff8881082d80c8 by task modprobe/25303 Call Trace: dumpstacklvl+0x95/0xe0 printreport+0xcb/0x6...

7.8CVSS6.2AI score
SaveExploits0References14
CVE
CVE
added 2024/12/27 1:49 p.m.106 views

CVE-2024-53207

CVE-2024-53207 affects the Linux kernel Bluetooth MGMT path. The issue is a deadlock risk in the Bluetooth stack caused by hci_cmd_sync_dequeue leading to destroy function execution and hung tasks (example trace shows kworker blocks and a long hung_task_timeout). The provided description states a...

7.8CVSS7AI score0.00167EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.13 views

CVE-2024-53190 wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures Syzkaller reported a hung task with ueventshow on stack trace. That specific issue was addressed by another commit 0, but even with that fix applied...

5.5CVSS6.1AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.7 views

CVE-2024-53173 NFSv4.0: Fix a use-after-free problem in the asynchronous open()

In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfsreleaseseqid in...

7.5AI score0.00267EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:49 p.m.215 views

CVE-2024-53173

CVE-2024-53173 — Linux kernel NFSv4.0 use-after-free fix . The vulnerability arises when two threads open files concurrently and abort before a reply is seen, leading to use-after-free of the defunct rpc task pointer due to nfs_release_seqid() in nfs4_opendata_free(). The patch ensures that if th...

7.8CVSS6.5AI score0.00267EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.10 views

CVE-2024-53166 block, bfq: fix bfqq uaf in bfq_limit_depth()

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix bfqq uaf in bfqlimitdepth Set new allocated bfqq to bic or remove freed bfqq from bic are both protected by bfqd-lock, however bfqlimitdepth is deferencing bfqq from bic without the lock, this can lead to UAF if t...

7.5AI score0.00252EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/12/27 12:0 a.m.6 views

PT-2024-35654 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.8.0-2024-03-19-intel-next-iLS-24ww14 Description: The issue is related to possible deadlocks in the Bluetooth management MGMT component of the Linux kernel, caused by the hci cmd sync dequeue function. This ca...

9.8CVSS7.8AI score0.03558EPSS
SaveExploits6References1929
Patchstack
Patchstack
added 2024/12/19 9:8 p.m.9 views

WordPress WP Project Manager plugin <= 2.6.15 - Authenticated (Subscriber+) Sensitive Information Exposure via Project Task List REST API vulnerability

Authenticated Subscriber+ Sensitive Information Exposure via Project Task List REST API vulnerability discovered by Noah Stead TurtleBurg in WordPress Plugin WP Project Manager versions = 2.6.15...

6.5CVSS7AI score0.00392EPSS
SaveExploits0References1Affected Software1
SUSE Linux
SUSE Linux
added 2024/12/19 3:39 p.m.2 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Confidential Computing kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52778: mptcp: deal with large GSO size bsc1224948. CVE-2023-52920: bpf: support non-r10 register spill/fill to/from stack in precision...

8.7CVSS7.6AI score0.03301EPSS
SaveExploits8References2184
Fedora
Fedora
added 2024/12/19 4:9 a.m.15 views

[SECURITY] Fedora 41 Update: golang-github-task-3.40.1-1.fc41

A task runner / simpler Make alternative written in Go...

7.5CVSS6.5AI score0.0085EPSS
SaveExploits1
Rows per page
Query Builder