Lucene search
+L

247218 matches found

CVE
CVE
added 3 days ago20 views

CVE-2026-74551

CVE-2026-74551 affects the Linux kernel hwmon path for nzxt-smart2. The issue arises when send_output_report() triggers USB HID DMA mapping via hid_hw_output_report(), which maps the output buffer for DMA using usb_interrupt_msg(). On non-coherent CPUs (e.g., ARM/MIPS), flushing/invalidating the ...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-74550

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

5.4AI score0.00441EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-74550 net: do not send ICMP/NDISC Redirects when peer allocation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS0.00441EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago3 views

CVE-2026-74550 net: do not send ICMP/NDISC Redirects when peer allocation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS5.6AI score
SaveExploits0References8
CVE
CVE
added 3 days ago28 views

CVE-2026-74550

Summary: CVE-2026-74550 affects the Linux kernel’s redirect handling for ICMP/NDISC redirects when peer allocation fails. When inet_getpeer_v4() or inet_getpeer_v6() cannot allocate a peer entry under memory pressure or tree size caps, redirect handlers previously could emit un-rate-limited ICMP/...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-74550

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59615

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

5.4AI score0.00441EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago20 views

CVE-2026-74548

CVE-2026-74548 affects the Linux kernel’s forcedeth driver, where nv_remove() frees per-CPU txrx_stats before unregister_netdev(), allowing a use-after-free for txrx_stats accessed by ndo_get_stats64, the NAPI/xmit data path, and nv_close()/drain until unregistration completes. The fix delays fre...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59742

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Prevent access to unsupported weight registers Sashiko reports: During initialization of the nct6116 chip, the driver sets data-pwmnum to 5. However, it assigns several NCT6106 register arrays such as...

5.5AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago22 views

CVE-2026-74549

CVE-2026-74549 affects the Linux kernel hwmon nct6775-core driver. The issue arises during nct6116 initialization: data->pwm_num is set to 5, but several NCT6106 weight-related register arrays (e.g., WEIGHT_DUTY_STEP, WEIGHT_TEMP_SEL, WEIGHT_TEMP_*) are only 3 elements long and are assigned to...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-74549 hwmon: (nct6775-core) Prevent access to unsupported weight registers

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Prevent access to unsupported weight registers Sashiko reports: During initialization of the nct6116 chip, the driver sets data-pwmnum to 5. However, it assigns several NCT6106 register arrays such as...

7.8CVSS0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-74549

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Prevent access to unsupported weight registers Sashiko reports: During initialization of the nct6116 chip, the driver sets data-pwmnum to 5. However, it assigns several NCT6106 register arrays such as...

5.2AI score0.00129EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59741

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix UAF of txrxstats in nvremove nvremove frees the per-CPU txrxstats before unregisternetdev. Until unregister completes, ndogetstats64, the NAPI/xmit data path, and nvclose/drain may still access txrxstats, leading t...

5.4AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-74548 forcedeth: fix UAF of txrx_stats in nv_remove

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix UAF of txrxstats in nvremove nvremove frees the per-CPU txrxstats before unregisternetdev. Until unregister completes, ndogetstats64, the NAPI/xmit data path, and nvclose/drain may still access txrxstats, leading t...

7.8CVSS5.5AI score
SaveExploits0References8
OSV
OSV
added 3 days ago2 views

CVE-2026-74546 hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it will result in a divide-by-zero crash due to a race with a concurrent...

5.5AI score
SaveExploits0References8
CVE
CVE
added 3 days ago18 views

CVE-2026-74546

CVE-2026-74546 affects the Linux kernel hwmon adt7470 driver. A TOCTOU race can occur if fan data becomes 0 between the FAN_DATA_VALID() check and the FAN_PERIOD_TO_RPM() conversion, causing a divide-by-zero crash. The issue is mitigated by reading fan data once to prevent a concurrent update fro...

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-74546 hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it will result in a divide-by-zero crash due to a race with a concurrent...

0.00168EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-74546

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it will result in a divide-by-zero crash due to a race with a concurrent...

5.3AI score0.00168EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 3 days ago3 views

CVE-2026-74547 hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'autoupdateinterval' to 0 via sysfs, the background kthread executes scheduletimeoutinterruptible0, which returns immediately. If...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-74547 hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'autoupdateinterval' to 0 via sysfs, the background kthread executes scheduletimeoutinterruptible0, which returns immediately. If...

0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder