Lucene search
+L

3216 matches found

NVD
NVD
added yesterday3 views

CVE-2026-64093

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: directly shut down timer on cleanup batadvtpsendercleanup was calling timerdeletesync followed by timerdelete to guard against the timer handler re-arming itself between the two calls. This double-deletion ha...

Exploits0References7
NVD
NVD
added yesterday3 views

CVE-2026-64092

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

Exploits0References7
NVD
NVD
added yesterday6 views

CVE-2026-64038

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

Exploits0References3
CVE
CVE
added yesterday3 views

CVE-2026-64093

The CVE-2026-64093 issue is in batman-adv’s TP meter cleanup within the Linux kernel. The defect arose from batadv_tp_sender_cleanup() calling timer_delete_sync() and then timer_delete(), creating a double-deletion scenario that could permit re-arming after cleanup. The root cause is a timer that...

5.4AI score
Exploits0References7
EUVD
EUVD
added yesterday3 views

EUVD-2026-45778

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: directly shut down timer on cleanup batadvtpsendercleanup was calling timerdeletesync followed by timerdelete to guard against the timer handler re-arming itself between the two calls. This double-deletion ha...

5.4AI score
Exploits0References7
Cvelist
Cvelist
added yesterday7 views

CVE-2026-64093 batman-adv: tp_meter: directly shut down timer on cleanup

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: directly shut down timer on cleanup batadvtpsendercleanup was calling timerdeletesync followed by timerdelete to guard against the timer handler re-arming itself between the two calls. This double-deletion ha...

Exploits0References7
ATTACKERKB
ATTACKERKB
added yesterday3 views

CVE-2026-64092

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

5.3AI score
Exploits0References8Affected Software1
CVE
CVE
added yesterday3 views

CVE-2026-64092

Technical details about CVE-2026-64092 are not publicly available in the provided documents. Monitor for updates from official advisories.

5.4AI score
Exploits0References7
EUVD
EUVD
added yesterday4 views

EUVD-2026-45777

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

5.4AI score
Exploits0References7
Cvelist
Cvelist
added yesterday7 views

CVE-2026-64092 batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: fix tpvars reference leak in receiver shutdown The receiver shutdown timer handler, batadvtpreceivershutdown, is responsible for releasing the tpvars reference it holds. However, the existing logic for...

Exploits0References7
CVE
CVE
added yesterday4 views

CVE-2026-64038

CVE-2026-64038 concerns the Linux kernel hwmon lm90 driver. In lm90_probe(), devm actions to cancel alert_work and report_work were registered before hwmon device registration. With devm cleanup in reverse order, the hwmon device could be freed first, allowing lm90_update_alarms() to dereference ...

5.4AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-45611

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

5.4AI score
Exploits0References3
Cvelist
Cvelist
added yesterday9 views

CVE-2026-64038 hwmon: (lm90) Stop work before releasing hwmon device

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

Exploits0References3
NVD
NVD
added yesterday6 views

CVE-2026-63803

In the Linux kernel, the following vulnerability has been resolved: hdlcppp: sync per-proto timers before freeing hdlc state Each PPP control protocol LCP/IPCP/IPV6CP embedded in struct ppp registers a timer via timersetup. That struct ppp is the hdlc-state allocation, which detachhdlcprotocol...

Exploits0References7
CVE
CVE
added yesterday7 views

CVE-2026-63803

CVE-2026-63803 concerns the Linux kernel hdlc_ppp subsystem. The vulnerability arose because per-proto timers (for LCP/IPCP/IPv6CP) were initialized inconsistently: timers were created during attach and start paths, but a missing .detach callback meant timer_shutdown_sync() could operate on unini...

5.4AI score
Exploits0References7
Cvelist
Cvelist
added yesterday8 views

CVE-2026-63803 hdlc_ppp: sync per-proto timers before freeing hdlc state

In the Linux kernel, the following vulnerability has been resolved: hdlcppp: sync per-proto timers before freeing hdlc state Each PPP control protocol LCP/IPCP/IPV6CP embedded in struct ppp registers a timer via timersetup. That struct ppp is the hdlc-state allocation, which detachhdlcprotocol...

Exploits0References7
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-61410

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: directly shut down timer on cleanup batadv tp sender cleanup was calling timer delete sync followed by timer delete to guard against the timer handler re-arming itself between the two calls. This...

5.3AI score
Exploits0References8
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-61355

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90 probe, the devm action to cancel the alert work and report work lm90 restore conf is registered in lm90 init client before devm hwmon device register wi...

5.3AI score
Exploits0References4
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-61409

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: fix tp vars reference leak in receiver shutdown The receiver shutdown timer handler, batadv tp receiver shutdown, is responsible for releasing the tp vars reference it holds. However, the existing logic for...

5.3AI score
Exploits0References8
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-45154

Improper Handling of Insufficient Privileges vulnerability in Apache Accumulo. An authenticated, but low-privileged user without system permissions may issue a remote command to gracefully shutdown system components compaction-coordinator, compactor, gc, manager, monitor, tserver, or sserver,...

5.7CVSS5.4AI score0.00295EPSS
Exploits0References4
Rows per page
Query Builder