Lucene search
+L

41114 matches found

OSV
OSV
added 2026/08/15 6:20 a.m.5 views

UBUNTU-CVE-2026-72010

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOLFRELATIVENODES rebinds in response to a CPU hotplug event...

5.5AI score0.0021EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59313

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime. Very small period values may becom...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.34 views

CVE-2026-72414 net: dsa: sja1105: round up PTP perout pin duration

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime. Very small period values may becom...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72414 net: dsa: sja1105: round up PTP perout pin duration

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime. Very small period values may becom...

5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72414

The CVE-2026-72414 entry concerns the Linux kernel component net: dsa: sja1105. The issue arises when pin_duration, derived from a user-provided period, is converted to SJA1105 clock ticks and passed as the cycle_time to future_base_time(); very small values can become zero, causing a division by...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59293

In the Linux kernel, the following vulnerability has been resolved: hwmon: aspeed-g6-pwm-tach Guard fan RPM calculation against divide-by-zero Sashiko reports: In the aspeed-g6-pwm-tacho driver, the aspeedtachvaltorpm function calculates the fan RPM using the tachometer value. However, it does no...

5.4AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72394 hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero

In the Linux kernel, the following vulnerability has been resolved: hwmon: aspeed-g6-pwm-tach Guard fan RPM calculation against divide-by-zero Sashiko reports: In the aspeed-g6-pwm-tacho driver, the aspeedtachvaltorpm function calculates the fan RPM using the tachometer value. However, it does no...

5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.35 views

CVE-2026-72394 hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero

In the Linux kernel, the following vulnerability has been resolved: hwmon: aspeed-g6-pwm-tach Guard fan RPM calculation against divide-by-zero Sashiko reports: In the aspeed-g6-pwm-tacho driver, the aspeedtachvaltorpm function calculates the fan RPM using the tachometer value. However, it does no...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72394

The CVE pertains to the Linux kernel hwmon subsystem, specifically the aspeed-g6-pwm-tach driver. The aspeed_tach_val_to_rpm() function computes fan RPM from the tachometer value without guarding against tach value 0. If tach_div becomes 0, a subsequent do_div() division by zero triggers a kernel...

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.25 views

CVE-2026-72343 net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate is called from mlx5enicenable, before mlx5eopen. At that point priv-statsnch is still zero, because it is only ever incremented in...

8.4CVSS0.00196EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.12 views

CVE-2026-72343 net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate is called from mlx5enicenable, before mlx5eopen. At that point priv-statsnch is still zero, because it is only ever incremented in...

8.4CVSS5.8AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:55 a.m.29 views

CVE-2026-72330

The CVE-2026-72330 entry documents a Linux kernel vulnerability in the TLS data path. A peer can send a zero-length TLS application_data record (TLS 1.3 allows these as a traffic-analysis countermeasure). After decryption such a record has full_len == 0 and, in tls_sw_read_sock(), the read loop r...

7.5CVSS5.5AI score0.0063EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.18 views

CVE-2026-72238 x86/boot: Validate console=uart8250 baud rate to fix early boot hang

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.7 views

CVE-2026-72238 x86/boot: Validate console=uart8250 baud rate to fix early boot hang

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:54 a.m.34 views

CVE-2026-72238

CVE-2026-72238 affects the Linux kernel in the x86/boot path, where an empty/0/invalid baud rate for uart8250 could lead to a division by zero in early_serial_init() and cause a hang during early boot. The documented fix is to fall back to DEFAULT_BAUD when the computed baud rate is 0. The connec...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-59137

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

5.3AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.23 views

CVE-2026-72207 ntfs: not change 0-byte $DATA attribute to non-resident

In the Linux kernel, the following vulnerability has been resolved: ntfs: not change 0-byte $DATA attribute to non-resident When ntfsresidentattrresize cannot grow a resident attribute in place, it retries after converting other resident attributes to non-resident to free space in the MFT recrord...

9.8CVSS0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.20 views

CVE-2026-72156 fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero headersize OOB read in mpfopsparseheader mpfopsparseheader reads headersize from the bitstream at MPFHEADERSIZEOFFSET 24. When headersize is zero, the expression buf + headersize - 1 reads one byte...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:53 a.m.5 views

CVE-2026-72156 fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero headersize OOB read in mpfopsparseheader mpfopsparseheader reads headersize from the bitstream at MPFHEADERSIZEOFFSET 24. When headersize is zero, the expression buf + headersize - 1 reads one byte...

5.8AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:53 a.m.17 views

CVE-2026-72156

CVE-2026-72156 : In the Linux kernel, the vulnerability affects the fpga: microchip-spi path in mpf_ops_parse_header(), where header_size is read from the bitstream at MPF_HEADER_SIZE_OFFSET (24). If header_size is zero, the code evaluates *(buf + header_size - 1), which dereferences before the b...

5.6AI score0.00205EPSS
SaveExploits0References6
Rows per page
Query Builder