Lucene search
+L

1140 matches found

Cvelist
Cvelist
added 2026/09/17 4:12 p.m.35 views

CVE-2026-93179 drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read

In the Linux kernel, the following vulnerability has been resolved: drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read Reject voltage objects whose usSize is smaller than the header or would advance the cursor past the table end, preventing an infinite loop or heap OOB read wh...

0.00184EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:12 p.m.4 views

CVE-2026-93179 drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read

In the Linux kernel, the following vulnerability has been resolved: drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read Reject voltage objects whose usSize is smaller than the header or would advance the cursor past the table end, preventing an infinite loop or heap OOB read wh...

SaveExploits0References5
OSV
OSV
added 2026/09/17 4:10 p.m.5 views

CVE-2026-93065 wifi: iwlwifi: fix counter type in iwl_fwrt_dump_error_logs

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix counter type in iwlfwrtdumperrorlogs The loop counter 'count' was declared as u8 while numpc is u32. If firmware advertises more than 255 PC entries the counter wraps back to zero and the loop never terminates...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:10 p.m.18 views

CVE-2026-93055

CVE-2026-93055 affects the Linux kernel's UDF filesystem implementation. The vulnerability is an out-of-bounds (OOB) read in the handling of UDF symlinks: udf_symlink_filler() can pass a partial pathComponent header to udf_pc_to_char(), which then reads beyond the available input. The fix validat...

0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:10 p.m.5 views

CVE-2026-93055 UDF symlink pathComponent header OOB read

In the Linux kernel, the following vulnerability has been resolved: UDF symlink pathComponent header OOB read udfsymlinkfiller can enter udfpctochar with a partial pathComponent header. Validate that enough input remains for a complete pathComponent header before accessing it. Reject malformed...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:10 p.m.9 views

EUVD-2026-82165

In the Linux kernel, the following vulnerability has been resolved: UDF symlink pathComponent header OOB read udfsymlinkfiller can enter udfpctochar with a partial pathComponent header. Validate that enough input remains for a complete pathComponent header before accessing it. Reject malformed...

0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:10 p.m.8 views

CVE-2026-92525 RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate numsge/cursge before indexing wqe-dma.sge For a user QP, qp-sq.queue is a ring the application writes directly, so rxepostsend takes the isuser branch and only schedules sendtask without validating the WQE...

7.1CVSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.35 views

CVE-2026-92525 RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate numsge/cursge before indexing wqe-dma.sge For a user QP, qp-sq.queue is a ring the application writes directly, so rxepostsend takes the isuser branch and only schedules sendtask without validating the WQE...

7.1CVSS0.00159EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:10 p.m.8 views

EUVD-2026-82146

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate numsge/cursge before indexing wqe-dma.sge For a user QP, qp-sq.queue is a ring the application writes directly, so rxepostsend takes the isuser branch and only schedules sendtask without validating the WQE...

0.00159EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 4:10 p.m.15 views

CVE-2026-92525

CVE-2026-92525 is a vulnerability in the Linux kernel RDMA/rxe subsystem. For user-space queue pairs, rxe_post_send() takes the is_user branch and schedules send_task without validating the WQE . When rxe_requester() later calls copy_data(), it indexes wqe->dma.sge[cur_sge] using attacker-cont...

7.1CVSS0.00159EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 4:09 p.m.18 views

CVE-2026-90414

CVE-2026-90414 affects the Linux kernel's ib_isert (InfiniBand iSCSI Target) module. The root cause is that isert_recv_done() passes received PDUs to opcode handlers without validating the HCA-reported wc->byte_len against the initiator-declared data-segment length (dlength). Handlers such as ...

9.1CVSS0.00521EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:09 p.m.8 views

EUVD-2026-82035

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate RX bandidx before dereferencing phys bandidx comes from a 2-bit descriptor field 0-3 and was used directly to index dev-mt76.phys size MTMAXBAND == 3 and dereference the result. A corrupt or reserved...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:08 p.m.5 views

EUVD-2026-81975

In the Linux kernel, the following vulnerability has been resolved: remoteproc: fix OOB read via signed offset in rsctableforeachentry table-offseti is a u32 from firmware, but was stored into a signed int. A crafted offset like 0xFFFFFFF0 becomes -16, placing hdr 16 bytes before the table buffer...

0.00221EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:08 p.m.15 views

CVE-2026-90314

CVE-2026-90314 is an out-of-bounds read vulnerability in the Linux kernel remoteproc subsystem, specifically in rsc_table_for_each_entry(). The root cause is a signed/unsigned type mismatch : table->offset[i] is a u32 value supplied by firmware, but was stored into a signed int. A crafted offs...

0.00221EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90314 remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()

In the Linux kernel, the following vulnerability has been resolved: remoteproc: fix OOB read via signed offset in rsctableforeachentry table-offseti is a u32 from firmware, but was stored into a signed int. A crafted offset like 0xFFFFFFF0 becomes -16, placing hdr 16 bytes before the table buffer...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:07 p.m.7 views

EUVD-2026-81850

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: avoid OOB read of build info string The virtbtsetupzephyr sends the Zephyr vendor command 0xfc08 Read Build Information and hands the response to btdevinfo and hcisetfwinfo as a "%s" string starting at skb-da...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:07 p.m.6 views

CVE-2026-90257 Bluetooth: virtio_bt: avoid OOB read of build info string

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: avoid OOB read of build info string The virtbtsetupzephyr sends the Zephyr vendor command 0xfc08 Read Build Information and hands the response to btdevinfo and hcisetfwinfo as a "%s" string starting at skb-da...

SaveExploits0References10
CVE
CVE
added 2026/09/17 4:07 p.m.20 views

CVE-2026-90230

CVE-2026-90230 is a heap out-of-bounds read in the Linux kernel's NVMe target (nvmet) authentication path. The function nvmet_auth_negotiate() indexes a fixed idlist[60] array using host-supplied halen/dhlen fields (both u8, max 255) without validating the transfer length, allowing a malicious or...

9.1CVSS0.00457EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/17 11:48 a.m.9 views

CVE-2026-92925 Redis: redis: out-of-bounds read via crafted cluster bus packets

A flaw was found in Redis community. The cluster bus packet parser, responsible for handling PING, PONG, and MEET packets, fails to properly validate string-carrying extensions for null-termination. This oversight allows a remote attacker to craft a malicious packet, leading to an out-of-bounds...

7.1CVSS0.00335EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/17 10:59 a.m.6 views

Elysium-Vanguard-Sentinel-Audit

SENTINEL-ROOT-AUDIT: Honor Magic V2 Hypervisor Detection Suite ➲ Project Overview SENTINEL-ROOT-AUDIT is a professional-grade security suite designed to audit kernel integrity and detect hypervisor-level interventions on the Honor Magic V2 SM8550. While the core vulnerability CVE-2025-38352 allow...

7.8CVSS7.1AI score0.01297EPSS
SaveExploits9
Rows per page
Query Builder