Lucene search
+L

247492 matches found

ATTACKERKB
ATTACKERKB
added 4 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 4 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 4 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
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59740

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.5AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-59739

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.4AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago20 views

CVE-2026-74547

The CVE-2026-74547 entry concerns the Linux kernel hwmon driver for adt7470. When auto_update_interval is set to 0, the background update thread can schedule a zero-delay wakeup and, if num_temp_sensors is 0, msleep_interruptible() also becomes 0, causing a tight, unbounded busy-loop that hogs CP...

5.4AI score0.00168EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

5.6AI score0.00457EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74545 rtase: fix double free of multi-frag skb on DMA map failure

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

9.8CVSS0.00457EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

9.8CVSS5.6AI score0.00457EPSS
SaveExploits0
CVE
CVE
added 4 days ago18 views

CVE-2026-74545

CVE-2026-74545 is a Linux kernel issue where rtase_start_xmit() can double-free an skb on DMA map failure after fragments are mapped. The fix changes control flow to return immediately after clearing fragments when the skb owns frags; the no-frag path still frees the head skb once. Public advisor...

9.8CVSS5.6AI score0.00457EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago9 views

CVE-2026-74545 rtase: fix double free of multi-frag skb on DMA map failure

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

9.8CVSS5.8AI score
SaveExploits0References7
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59738

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

5.7AI score0.00457EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59737

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

5.4AI score0.00121EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-74544

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago28 views

CVE-2026-74543 net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()

In the Linux kernel, the following vulnerability has been resolved: net: udptunnel: fix memory leak in udptunnelnicunregister syzbot reported a memory leak 1 in the UDP tunnel NIC offload code. When device registration fails e.g. in registernetdevice, netdev core unwinds by sending a single...

0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 4 days ago9 views

CVE-2026-74544

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

5.3AI score0.00121EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 4 days ago34 views

CVE-2026-74544 net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

7.8CVSS0.00121EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago4 views

CVE-2026-74543 net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()

In the Linux kernel, the following vulnerability has been resolved: net: udptunnel: fix memory leak in udptunnelnicunregister syzbot reported a memory leak 1 in the UDP tunnel NIC offload code. When device registration fails e.g. in registernetdevice, netdev core unwinds by sending a single...

5.4AI score
SaveExploits0References7
OSV
OSV
added 4 days ago4 views

CVE-2026-74544 net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

7.8CVSS5.5AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 4 days ago11 views

CVE-2026-74543

In the Linux kernel, the following vulnerability has been resolved: net: udptunnel: fix memory leak in udptunnelnicunregister syzbot reported a memory leak 1 in the UDP tunnel NIC offload code. When device registration fails e.g. in registernetdevice, netdev core unwinds by sending a single...

5.2AI score0.00168EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder