Lucene search
+L

390 matches found

Cvelist
Cvelist
added 2025/09/17 2:56 p.m.28 views

CVE-2022-50362 dmaengine: hisilicon: Add multi-thread support for a DMA channel

In the Linux kernel, the following vulnerability has been resolved: dmaengine: hisilicon: Add multi-thread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 100 /sys/module/dmatest/parameters/threadsperchan ...

7.8CVSS0.00208EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/05 5:27 p.m.72 views

CVE-2025-39726

CVE-2025-39726 concerns the s390 Linux kernel ISM driver. The connected BDU entry notes that vulnerabilities in the functions ism_cmd() and ism_probe() in drivers/s390/net/ism_drv.c enable state management errors that can cause service failures. The initial description explains the root cause: th...

9.8CVSS6.3AI score0.00235EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/09/04 3:32 p.m.77 views

CVE-2025-38704

CVE-2025-38704: In the Linux kernel, a bug in rcu/nocb could access an invalid nocb_cb_kthread pointer during CPU online/offline cycles. The fix changes the safety check to use rdp->nocb_gp_kthread instead of rdp_gp->nocb_gp_kthread. Public advisories from SUSE (SUSE-SU-2026:20220-1, openSU...

7.8CVSS6.2AI score0.00166EPSS
SaveExploits0References8Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/09/04 2:05 a.m.7 views

wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode

...

8.8CVSS6.8AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.18 views

CVE-2025-38524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS4.8AI score0.00263EPSS
SaveExploits0
NVD
NVD
added 2025/07/28 12:15 p.m.32 views

CVE-2025-38477

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7.8CVSS0.00119EPSS
SaveExploits0References11
CVE
CVE
added 2025/07/28 11:21 a.m.154 views

CVE-2025-38477

The CVE-2025-38477 entry concerns a race in the Linux kernel’s net/sched qfq code. A concurrent modification of agg in qfq_change_agg (invoked during qfq_enqueue) could lead to a NULL dereference in qfq_dump_class and a use-after-free in qfq_delete_class. The fix moves qfq_destroy_class into the ...

7.8CVSS6.4AI score0.00119EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/07/17 12:00 p.m.17 views

RUSTSEC-2025-0045 ConstStaticCell could have been used to pass non-Send values to another thread

ConstStaticCell could have been used to pass non-Send values to another thread, because T was not required to be Send while ConstStaticCell is Send. This was corrected by introducing a T: Send bound...

7.1AI score
SaveExploits0References3
RustSec
RustSec
added 2025/07/17 12:00 p.m.20 views

ConstStaticCell could have been used to pass non-Send values to another thread

ConstStaticCell could have been used to pass non-Send values to another thread, because T was not required to be Send while ConstStaticCell is Send. This was corrected by introducing a T: Send bound...

7.1AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/17 12:00 a.m.9 views

PT-2025-31011 · Crates.Io · Static Cell

ConstStaticCell could have been used to pass non-Send values to another thread, because T was not required to be Send while ConstStaticCell is Send. This was corrected by introducing a T: Send bound...

7.2AI score
SaveExploits0References4
Snyk
Snyk
added 2025/07/04 3:42 p.m.11 views

Compiler Optimization Removal or Modification of Security-critical Code

Overview Affected versions of this package are vulnerable to Compiler Optimization Removal or Modification of Security-critical Code due to a race condition in AESNI detection when certain compiler optimizations are applied. An attacker can extract sensitive cryptographic keys or perform...

7.8CVSS7.2AI score0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2025/06/18 11:15 a.m.11 views

UBUNTU-CVE-2022-50005

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Fix use-after-free bugs caused by pn532cmdtimeout When the pn532 uart device is detaching, the pn532uartremove is called. But there are no functions in pn532uartremove that could delete the cmdtimeout timer, which wil...

7.8CVSS6AI score0.00229EPSS
SaveExploits0References6
Amazon
Amazon
added 2025/06/10 12:00 a.m.10 views

Important: perl

Issue Overview: Thread creation while a directory handle is open does a fchdir, affecting other threads race condition CVE-2025-40909 Affected Packages: perl Issue Correction: Run dnf update perl --releasever 2023.7.20250609 to update your system. New Packages: aarch64: ...

5.9CVSS7.2AI score0.00504EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 4:24 a.m.16 views

CVE-2023-43544

Memory corruption when IPC callback handle is used after it has been released during register callback by another thread...

7.8CVSS7.2AI score0.00102EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 8:08 p.m.15 views

CVE-2021-38191

An issue was discovered in the tokio crate before 1.8.1 for Rust. Upon a JoinHandle::abort, a Task may be dropped in the wrong thread...

5.9CVSS6.8AI score0.00836EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.12 views

CVE-2020-36457

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

8.1CVSS6.9AI score0.0124EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.17 views

CVE-2020-36441

An issue was discovered in the abox crate before 0.4.1 for Rust. It implements Send and Sync for AtomicBox with no requirement for T: Send and T: Sync...

8.1CVSS6.9AI score0.00766EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 5:19 a.m.10 views

CVE-2019-5612

In FreeBSD 12.0-STABLE before r351264, 12.0-RELEASE before 12.0-RELEASE-p10, 11.3-STABLE before r351265, 11.3-RELEASE before 11.3-RELEASE-p3, and 11.2-RELEASE before 11.2-RELEASE-p14, the kernel driver for /dev/midistat implements a read handler that is not thread-safe. A multi-threaded program c...

7.8CVSS6.6AI score0.00909EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 a.m.14 views

CVE-2018-25026

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can add the Send marker trait to an object that cannot be sent between threads safely, leading to memory corruption...

9.8CVSS6.7AI score0.01324EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/20 4:01 p.m.133 views

CVE-2025-37952

CVE-2025-37952 describes a use-after-free in ksmbd within the Linux kernel. A thread destroying a file via __ksmbd_close_fd can race with another thread holding a reference to the same file, because the existing fp->refcount checks do not prevent the issue. The fix adds ft->lock around the ...

8.8CVSS7AI score0.0035EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder