Lucene search
+L

58 matches found

CVE
CVE
added 2026/08/31 6:13 p.m.8 views

CVE-2026-14367

CVE-2026-14367 affects the Zephyr RTOS I3C IBI subsystem in drivers/i3c/i3c_ibi_workq.c. A statically-allocated work-node free-list (sys_slist_t) is accessed without synchronization: ISR-context callers invoke sys_slist_get() while the workqueue thread calls sys_slist_append(). This data race can...

3.1CVSS5.9AI score
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: BPF: Fixed a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element during updates, before locking the target hash table bucket. Immediately afterwards, the maps attempt to lock the bucke...

5.8AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:21 a.m.4 views

UBUNTU-CVE-2026-72015

In the Linux kernel, the following vulnerability has been resolved: fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list A pseudo-locked group's RMID is freed when it is created. On unmount rmdirallsub unconditionally frees all RMID of all groups, resulting in a double-free of t...

5.5AI score0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.10 views

PT-2026-72204

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the fs/resctrl component where a pseudo-locked group's RMID Resource Monitoring ID is freed during its creation. During an unmount operation, the rmdir all sub functio...

5.2AI score0.00211EPSS
SaveExploits0References20
EUVD
EUVD
added 2026/07/21 9:32 p.m.10 views

EUVD-2026-46367

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sphwalkcell and sphallocslot. The attach-time validator sphvalidateheader checks the header scalars and region layout against the file size, but does...

5.2AI score0.00174EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 8:17 p.m.11 views

CVE-2026-59146

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sphwalkcell and sphallocslot. The attach-time validator sphvalidateheader checks the header scalars and region layout against the file size, but does...

7.8CVSS0.00174EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:04 p.m.13 views

CVE-2026-59146

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sphwalkcell and sphallocslot. The attach-time validator sphvalidateheader checks the header scalars and region layout against the file size, but does...

5.2AI score0.00174EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 7:04 p.m.32 views

CVE-2026-59146 Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sph_walk_cell and sph_alloc_slot

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sphwalkcell and sphallocslot. The attach-time validator sphvalidateheader checks the header scalars and region layout against the file size, but does...

0.00174EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.22 views

PT-2026-62053

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sph walk cell and sph alloc slot. The attach-time validator sph validate header checks the header scalars and region layout against the file size, but...

5.2AI score0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/30 4:20 p.m.49 views

CVE-2026-10653

The CVE-2026-10653 issue affects the Zephyr net_buf library (lib/net_buf/buf.c). It relies on non-atomic operations for two reference counters: the per-header buf->ref and the per-data-block ref_count. Under true concurrency, two independent unrefs can observe the same prior value and both tre...

8.1CVSS5.7AI score0.00418EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/30 4:20 p.m.13 views

CVE-2026-10653 Non-atomic `net_buf` reference counts cause double-free / free-list corruption under concurrent unref

The Zephyr netbuf library lib/netbuf/buf.c manipulated both of its reference counts -- the per-header buf-ref and the per-data-block refcount at the start of each variable/heap data allocation -- with plain non-atomic C operators buf-ref++, if --buf-ref 0, if --refcount. The API is documented as...

6.4CVSS5.7AI score0.00418EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/06/30 4:20 p.m.53 views

CVE-2026-10653 Non-atomic `net_buf` reference counts cause double-free / free-list corruption under concurrent unref

The Zephyr netbuf library lib/netbuf/buf.c manipulated both of its reference counts -- the per-header buf-ref and the per-data-block refcount at the start of each variable/heap data allocation -- with plain non-atomic C operators buf-ref++, if --buf-ref 0, if --refcount. The API is documented as...

6.4CVSS0.00418EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/30 4:20 p.m.12 views

CVE-2026-10653 Non-atomic `net_buf` reference counts cause double-free / free-list corruption under concurrent unref

The Zephyr netbuf library lib/netbuf/buf.c manipulated both of its reference counts -- the per-header buf-ref and the per-data-block refcount at the start of each variable/heap data allocation -- with plain non-atomic C operators buf-ref++, if --buf-ref 0, if --refcount. The API is documented as...

6.4CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/06/24 4:30 p.m.22 views

EUVD-2026-38947

In the Linux kernel, the following vulnerability has been resolved: netsched: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdiscrunend, it operates on the root qdisc. If the root qdisc do not implement the TCQFDEQUEUEDROPS flag the packets que...

5.7AI score0.001EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/27 2:17 p.m.16 views

CVE-2026-45898

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix workqueue list corruption by removing worklist The commit e1168f0 "RDMA/iwcm: Simplify cmeventhandler" changed the work submission logic to unconditionally call queuework with the expectation that queuework would...

9.8CVSS0.00465EPSS
SaveExploits0References11
CVE
CVE
added 2026/05/27 12:17 p.m.55 views

CVE-2026-45898

The CVE-2026-45898 issue affects the Linux kernel’s RDMA/iwcm component, where flawed work submission logic could cause queue_work() to queue items that are still live, enabling a work item to be processed and freed while still on the workqueue and triggering list corruption. The root cause is th...

9.8CVSS5.8AI score0.00465EPSS
SaveExploits0References11Affected Software1
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the unconditional success of the spintrylock operation within the NMI context on a single-process...

5.8AI score0.00121EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.16 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: iouring: A memory leak was fixed when removing provided buffers. When removing provided buffers, the iobuffer structures were not being disposed of properly, resulting in a memory leak. These structures cannot be freed...

5.7AI score0.00188EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.13 views

SUSE CVE-2026-23326

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix fragment node deletion to prevent buffer leak After commit b692bf9a7543 "xsk: Get rid of xdpbuffxsk::xskblistnode", the listnode field is reused for both the xskb pool list and the buffer free list, this causes a buffer...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.4 views

CVE-2026-23326

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix fragment node deletion to prevent buffer leak After commit b692bf9a7543 "xsk: Get rid of xdpbuffxsk::xskblistnode", the listnode field is reused for both the xskb pool list and the buffer free list, this causes a buffer...

5.8AI score0.00129EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder