Lucene search
+L

10674 matches found

Cvelist
Cvelist
added 2026/08/10 12:4 p.m.31 views

CVE-2026-68406 wifi: cfg80211: validate PMSR FTM preamble range

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

0.00175EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:4 p.m.7 views

EUVD-2026-55592

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.37 views

CVE-2026-68406

The CVE-2026-68406 issue affects the Linux kernel’s wifi cfg80211 path (PMSR FTM preamble). The vulnerability stemmed from PMSR FTM request parsing accepting values outside the defined nl80211 preamble range. The fix rejects out-of-range values before using them in the parser capability bit test,...

5.3AI score0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:4 p.m.6 views

CVE-2026-68406 wifi: cfg80211: validate PMSR FTM preamble range

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

5.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.38 views

CVE-2026-68388 smb/client: handle overlapping allocated ranges in fallocate

In the Linux kernel, the following vulnerability has been resolved: smb/client: handle overlapping allocated ranges in fallocate smb3simplefallocaterange can skip holes when an allocated range returned by the server starts before the current fallocate offset. The skipped hole is not zero-filled,...

9.8CVSS0.00463EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:1 p.m.6 views

EUVD-2026-55348

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:1 p.m.6 views

CVE-2026-68247 drm/i915/bios: range check LFP Data Block panel_type2

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:1 p.m.32 views

CVE-2026-68247 drm/i915/bios: range check LFP Data Block panel_type2

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:1 p.m.42 views

CVE-2026-68247

The CVE-2026-68247 entry concerns the Linux kernel DRM i915 BIOS code where panel_type2 lacked a range check in the LFP Data Block, though panel_type was checked. The fix introduces range-checking helpers and uses them to validate panel_type2 and to improve clarity and correctness in panel type s...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:0 p.m.37 views

CVE-2026-68232

CVE-2026-68232 affects the Linux kernel DRM/GPU virtualization path (drm_gpusvm). The issue is a MM reference leak in drm_gpusvm_range_evict when kvmalloc_array() fails, leaving a previously acquired MM reference unreleased. The documented remediation is to drop the MM reference on the kvmalloc_a...

5.3AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:0 p.m.34 views

CVE-2026-68232 drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:0 p.m.8 views

EUVD-2026-55333

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

5.3AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 11:59 a.m.7 views

EUVD-2026-55529

In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmapset with zero-length range ifssetrangedirty and ifssetrangeuptodate compute lastblk as off + len - 1 iblkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZEMAX, producing a...

5.5AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.37 views

CVE-2026-68145 iomap: fix out-of-bounds bitmap_set() with zero-length range

In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmapset with zero-length range ifssetrangedirty and ifssetrangeuptodate compute lastblk as off + len - 1 iblkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZEMAX, producing a...

7.8CVSS0.00138EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:59 a.m.38 views

CVE-2026-68145

CVE-2026-68145 describes a Linux kernel iomap vulnerability where zero-length ranges in ifs_set_range_dirty() and ifs_set_range_uptodate() cause an unsigned underflow in (off + len - 1) >> i_blkbits, producing a huge last_blk and nr_blks and leading to out-of-bounds bitmap_set() writes. A f...

7.8CVSS5.5AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.31 views

CVE-2026-68128 ice: reject out-of-range ptype in ice_parser_profile_init

In the Linux kernel, the following vulnerability has been resolved: ice: reject out-of-range ptype in iceparserprofileinit setbitrslt-ptype, prof-ptypes operates on a DECLAREBITMAP of ICEFLOWPTYPEMAX 1024 bits. Nothing prevents a malicious VF from providing ptype = 1024 through VIRTCHNL, resultin...

8.8CVSS0.00138EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:58 a.m.34 views

CVE-2026-68128

CVE-2026-68128 affects the Linux kernel ice driver. The vulnerability arises when a malicious VF can supply an out-of-range ptype (>= ICE_FLOW_PTYPE_MAX, 1024) via VIRTCHNL, causing a write past the end of a bitmap in ice_parser_profile_init and a kernel page fault. Reproduced on a system with...

8.8CVSS5.3AI score0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:58 a.m.8 views

EUVD-2026-55509

In the Linux kernel, the following vulnerability has been resolved: ice: reject out-of-range ptype in iceparserprofileinit setbitrslt-ptype, prof-ptypes operates on a DECLAREBITMAP of ICEFLOWPTYPEMAX 1024 bits. Nothing prevents a malicious VF from providing ptype = 1024 through VIRTCHNL, resultin...

5.3AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:5 a.m.40 views

CVE-2026-64941 Open redirect in Phoenix.LiveView.validate_local_url!/2 via ASCII tab, LF and CR

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in phoenixframework phoenixliveview allows an attacker to send a victim's browser to an origin of the attacker's choosing via a :to value containing ASCII tab, LF or CR. redirect/2 validates :to through the private validatelocalurl!/...

2.1CVSS0.00341EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/10 10:40 a.m.4 views

kernel: ipc: limit next_id allocation to the valid ID range

A flaw was found in the Linux kernel. The ipcidralloc function, used in the checkpoint/restore path for SysV Inter-Process Communication IPC ID allocation, does not properly limit ID allocation to the valid range. This can result in the system attempting to dereference freed memory, leading to a...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0References5
Rows per page
Query Builder