Lucene search
+L

51555 matches found

Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-72397

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

5.4AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72395

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

5.4AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday20 views

CVE-2026-72395 hwmon: (pmbus) Fix passing events to regulator core

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

0.00219EPSS
SaveExploits0References5
CVE
CVE
added yesterday10 views

CVE-2026-72395

CVE-2026-72395 fixes a Linux kernel hwmon/pmbus issue where a worker batcher passed a combined bitmask of regulator events to regulator_notifier_call_chain(), causing regulator_handle_critical() to miss a valid case when multiple faults occurred before the worker ran. The strict switch in regulat...

5.4AI score0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72392

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6: fix NULL deref in fib6walkcontinue on multi-batch dump inet6dumpfib saves its progress in cb-args1 as a positional index within the current hash chain. Between batches, a concurrent fib6newtable can insert a new table...

5.4AI score0.00215EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72387

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in groupprocesstileroom If heaps is an ERRPTR, panthorheappoolput will deref an invalid pointer. Make sure we set it to NULL in that case...

5.4AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday22 views

CVE-2026-72385 tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()

In the Linux kernel, the following vulnerability has been resolved: tracing/fprobe: Fix NULL pointer dereference in fprobefgraphentry fprobefgraphentry sizes a shadow-stack reservation in one walk of the per-ip fprobe list and fills it in a second walk, both under rcureadlock only. A fprobe...

0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72386

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tileroomwork, so we need to release it if the cancel was effective...

5.4AI score0.00209EPSS
SaveExploits0
OSV
OSV
added yesterday3 views

CVE-2026-72382 ksmbd: reject undersized DACLs before parsing ACEs

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parsedacl limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits, but the expression...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added yesterday23 views

CVE-2026-72382 ksmbd: reject undersized DACLs before parsing ACEs

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parsedacl limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits, but the expression...

0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-72383

In the Linux kernel, the following vulnerability has been resolved: sctp: fix addrwqtimer race in sctpfreeaddrwq sctpfreeaddrwq previously removed addrwqtimer using timerdelete while holding addrwqlock. However, timerdelete does not guarantee that a currently running timer handler has completed...

5.4AI score0.00206EPSS
SaveExploits0
CVE
CVE
added yesterday8 views

CVE-2026-72382

CVE-2026-72382 (ksmbd, Linux kernel) is confirmed resolved. The issue arose in parse_dacl() where the 16-bit DACL size was misused with a subtractive operation against sizeof(struct smb_acl), causing an unsigned underflow and allowing an attacker-controlled ACE count check to pass inappropriately...

5.3AI score0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72377

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.5AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59273

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

5.5AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72374

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

5.4AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday24 views

CVE-2026-72373 afs: Fix missing NULL pointer check in afs_break_some_callbacks()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix missing NULL pointer check in afsbreaksomecallbacks Fix afsbreaksomecallbacks to check to see if afslookupvolumercu returned NULL e.g. the specified volume is unknown...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added yesterday15 views

CVE-2026-72373

CVE-2026-72373 is a Linux kernel vulnerability in the AFS code path. The issue: afs_break_some_callbacks() does not safely handle a NULL result from afs_lookup_volume_rcu(), which can occur if the specified volume is unknown. A patch has been developed to add a NULL pointer check in afs_break_som...

5.3AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72373

In the Linux kernel, the following vulnerability has been resolved: afs: Fix missing NULL pointer check in afsbreaksomecallbacks Fix afsbreaksomecallbacks to check to see if afslookupvolumercu returned NULL e.g. the specified volume is unknown...

5.3AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59271

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net-cellsdynino Fix the lack of locking around modifications of net-cellsdynino by taking net-cellslock exclusively. This also requires to cell to be removed from net-cellsdynino i...

5.3AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72366

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfscreatewritereq to handle async cache object creation netfscreatewritereq will skip caching if the fscache cookie is disabled, but this is a problem because async cache object creation might not have got far enough...

5.4AI score0.00206EPSS
SaveExploits0
Rows per page
Query Builder