Lucene search
+L

68581 matches found

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

EUVD-2026-82148

In the Linux kernel, the following vulnerability has been resolved: iio: dac: ad5686: missing NULL check on match data Verify that chipinfo pointer is not NULL. If a user binds the driver using driveroverride via sysfs with a device name not present in the idtable or ofmatchtable, match data will...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:10 p.m.9 views

CVE-2026-92500

This CVE affects the Linux kernel ext4 filesystem . A race condition exists between write_begin and write_end handlers: a concurrent thread (such as ext4_page_mkwrite) can convert inline data to an extent during this window, causing the write_end handlers to fall through to extent-based logic wit...

0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:10 p.m.4 views

EUVD-2026-82121

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:10 p.m.4 views

EUVD-2026-82114

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active The crash issue may occur when modprobe amdpstateut on intel platform. amdpstateut: 1 amdpstateutacpicpcvalid success! amdpstateut: 2 amdpstateutcheckenabled...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.36 views

CVE-2026-92493 cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active The crash issue may occur when modprobe amdpstateut on intel platform. amdpstateut: 1 amdpstateutacpicpcvalid success! amdpstateut: 2 amdpstateutcheckenabled...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:10 p.m.10 views

CVE-2026-92493

In the Linux kernel , the amd_pstate_ut module (part of the cpufreq subsystem) causes a kernel NULL pointer dereference when loaded via modprobe on a non-AMD platform (e.g., Intel Xeon). The crash occurs at amd_pstate_ut_check_perf+0x141/0x280 due to a dereference of a NULL pointer at address 0x0...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:10 p.m.9 views

CVE-2026-92492

CVE-2026-92492 affects the cpufreq/amd-pstate driver in the Linux kernel. The root cause is a missing NULL pointer check in two dynamic EPP callback paths: amd_pstate_power_supply_notifier() and amd_pstate_profile_set(). When cpufreq_cpu_get() returns NULL (e.g., due to a CPU going offline or a p...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:10 p.m.3 views

CVE-2026-92492 cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks cpufreqcpuget returns NULL when no cpufreq policy is associated with the requested CPU, for example because the CPU is offline or the policy has already been torn...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:09 p.m.4 views

EUVD-2026-82091

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized tegra241vintfinitlvcmdq stores the freshly allocated vcmdq pointer to the vintf-lvcmdqs array, before tegra241vcmdqallocsmmucmdq builds the vcmdq-cmdq. Th...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:09 p.m.8 views

CVE-2026-90405

CVE-2026-90405 affects the Linux kernel driver media: stm32: dcmi, specifically error handling in its probe() function. Three bugs are identified: (1) after requesting a DMA channel via dma_request_chan(), the first error path returns without cleanup; (2) error paths check dcmi->mdma_chan befo...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:09 p.m.5 views

EUVD-2026-82066

In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: fix some error handling bugs in probe There are a few issues here: 1 After we assign: chan = dmarequestchan&pdev-dev, "tx"; Then the error paths need to clean up before returning. The first error path does a...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:09 p.m.5 views

EUVD-2026-82061

In the Linux kernel, the following vulnerability has been resolved: md: recheck spare changes before starting sync removespares and removeandaddspares modify the array's rdev configuration. These operations are only safe after the array has been suspended. mdstartsync checks whether spare...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 4:09 p.m.6 views

CVE-2026-90400

CVE-2026-90400 is a race condition in the Linux kernel's md/raid10 subsystem. In md_start_sync(), the check for whether spare configuration changes are needed can become stale before reconfig_mutex is acquired, because the rdev state may change in the interim. This allows md_choose_sync_action() ...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.35 views

CVE-2026-90400 md: recheck spare changes before starting sync

In the Linux kernel, the following vulnerability has been resolved: md: recheck spare changes before starting sync removespares and removeandaddspares modify the array's rdev configuration. These operations are only safe after the array has been suspended. mdstartsync checks whether spare...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 4:09 p.m.8 views

CVE-2026-90385

This Linux kernel vulnerability affects the md/raid1 module. When a new rdev is added to an existing RAID1 array with serialize_policy enabled, the condition in mddev_create_serial_pool() skips initialization of rdev->serial. The wait_for_serialization() function then dereferences an uninitial...

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

EUVD-2026-81996

In the Linux kernel, the following vulnerability has been resolved: tty: skip cdevdel when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the port so setserial can still use it, and later removal passes the NULL cdev slot to cdevdel, causing a...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:08 p.m.7 views

CVE-2026-90335

CVE-2026-90335 is a NULL-pointer dereference in the Linux kernel's TTY subsystem (serial core). When TTY device registration fails before a cdev is allocated, the serial core retains the port for use by setserial. On later removal, the NULL cdev slot is passed to cdev_del(), triggering the derefe...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:08 p.m.8 views

EUVD-2026-81887

In the Linux kernel, the following vulnerability has been resolved: IB/isert: delay the final Login Response until the session is registered isertputlogintx puts the final Login Response on the wire before transportregistersession, which iscsipostloginhandler reaches only after iscsitargetdologin...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:08 p.m.6 views

EUVD-2026-81886

In the Linux kernel, the following vulnerability has been resolved: IB/isert: post the full-feature receive buffers after session registration isertputlogintx posts the full-feature receive buffers before transportregistersession runs, so an initiator that does not wait for the final Login Respon...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:08 p.m.3 views

CVE-2026-90294 IB/isert: delay the final Login Response until the session is registered

In the Linux kernel, the following vulnerability has been resolved: IB/isert: delay the final Login Response until the session is registered isertputlogintx puts the final Login Response on the wire before transportregistersession, which iscsipostloginhandler reaches only after iscsitargetdologin...

7.5CVSS
SaveExploits0References11
Rows per page
Query Builder