Lucene search
+L

65097 matches found

OSV
OSV
added 2026/08/10 12:4 p.m.9 views

CVE-2026-68400 firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's epmemoffset to calculate the start of the endpoint memory access array and to comply with the FF-A spec instead of defaulting to...

7.8CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:3 p.m.7 views

EUVD-2026-55457

In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:3 p.m.34 views

CVE-2026-68354

CVE-2026-68354 affects the Linux kernel FireWire networking driver (fwnet_frag_new) and its fragmented datagram reassembly. The root cause is incorrect neighbor-edge handling when fragments are adjacent: list-edge checks incorrectly treat the head as a real neighbor and merge decisions use the ol...

8.8CVSS5.3AI score0.00276EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:3 p.m.10 views

CVE-2026-68354 firewire: net: Fix fragmented datagram reassembly

In the Linux kernel, the following vulnerability has been resolved: firewire: net: Fix fragmented datagram reassembly fwnetfragnew keeps a sorted list of received fragments for a partial datagram. When a new fragment is adjacent to an existing fragment, the code checks whether the new fragment al...

8.8CVSS5.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:3 p.m.7 views

EUVD-2026-55453

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware IE lengths in connect event The firmware-controlled beaconielen, assocreqlen, and assocresplen fields in ath6klwmiconnecteventrx are not validated against the buffer length. Their sum up t...

5.3AI score0.00405EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.36 views

CVE-2026-68350

In the Linux kernel wifi carl9170 driver, a vulnerability exists in carl9170_tx_process_status() due to an off-by-two bounds check. The condition i > ((cmd->hdr.len / 2) + 1) permits two extra iterations past valid _tx_status entries when hdr.ext exceeds hdr.len/2, enabling an out-of-bounds...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.30 views

CVE-2026-68350 wifi: carl9170: fix OOB read from off-by-two in TX status handler

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170txprocessstatus uses i cmd-hdr.len / 2 + 1 which is off by two, allowing 2 extra iterations past valid txstatus entries when the...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55451

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170txprocessstatus uses i cmd-hdr.len / 2 + 1 which is off by two, allowing 2 extra iterations past valid txstatus entries when the...

5.3AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55436

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

5.1AI score0.00134EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.23 views

CVE-2026-68325 iommu/amd: Bound the early ACPI HID map

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.33 views

CVE-2026-68325

The Linux kernel AMD IOMMU path (ivrs_acpihid parser) is affected by CVE-2026-68325. The parser appends entries to a fixed four-element early_acpihid_map and, unlike the IOAPIC/HPET parsers, does not reject a fifth entry before increasing the map size. The patch adds a capacity check at the commo...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.32 views

CVE-2026-68320 sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authchunklist capacity check in sctpauthepaddchunkid sctpauthepaddchunkid uses SCTPNUMCHUNKTYPES 20 as the capacity limit for ep-authchunklist, allowing it to hold up to 20 chunk entries paramhdr.length up to 24. Howeve...

7.3CVSS0.00127EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:2 p.m.7 views

EUVD-2026-55418

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:2 p.m.33 views

CVE-2026-68317

The CVE-2026-68317 entry concerns the Linux kernel pds_core component, focusing on races when adding or deleting an auxiliary device slot (pf->vfs[vf_id].padev). Root cause: both the VF and PF paths (pdsc_reset_done and devlink enable_vnet/disable_vnet) serialize on config_lock but fail to gua...

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.30 views

CVE-2026-68317 pds_core: fix auxiliary device add/del races

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:2 p.m.5 views

EUVD-2026-55409

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.29 views

CVE-2026-68308 wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:2 p.m.35 views

CVE-2026-68306

In the Linux kernel, the wifi mt76 mt7996 driver vulnerability CVE-2026-68306 could cause a NULL pointer dereference in mt7996_mcu_sta_bfer_eht() if mt76_connac_get_eht_phy_cap() returns NULL. The advisory notes that the cap pointer must be checked before dereferencing it, and the issue has been ...

5.2AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.35 views

CVE-2026-68297 tipc: fix u16 MTU truncation in media and bearer MTU validation

In the Linux kernel, the following vulnerability has been resolved: tipc: fix u16 MTU truncation in media and bearer MTU validation Both TIPCNLMEDIASET and TIPCNLBEARERSET accept user-supplied MTU values but only enforce a minimum bound, not a maximum. When a user sets the MTU to a value exceedin...

7.8CVSS0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:2 p.m.7 views

CVE-2026-68292 ice: prevent tstamp ring allocation for non-PF VSI types

In the Linux kernel, the following vulnerability has been resolved: ice: prevent tstamp ring allocation for non-PF VSI types The pf-txtimetxqs bitmap tracks which Tx queues have ETF Earliest TxTime First offload enabled. This bitmap is indexed by queue number and is set by iceoffloadtxtime, which...

5.4AI score
SaveExploits0References6
Rows per page
Query Builder