Lucene search
+L

5026 matches found

Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.10 views

PT-2026-63281

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description An issue exists in the OAuth2 sign-in callback that allows a deactivated user account to be reactivated when signing in through an authentication source that does not issue refresh tokens, such...

8.1CVSS5.8AI score0.00295EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.9 views

SUSE 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...

6.4CVSS5.3AI score0.00133EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-63974

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

8.8CVSS0.00317EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:40 p.m.21 views

CVE-2026-64164

CVE-2026-64164 is a Linux kernel vulnerability in the btrfs tracepoint btrfs_sync_file() where sleeping in atomic context can trigger a kernel splat. The fix (as noted in the public description) replaces dget_parent()/dput() usage with direct access to the parent dentry (dentry->d_parent) to a...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64156 netfs, afs: Fix write skipping in dir/link writepages

In the Linux kernel, the following vulnerability has been resolved: netfs, afs: Fix write skipping in dir/link writepages Fix netfswritesingle and afssinglewritepages to better handle a write that would be skipped due to lock contention and WBSYNCNONE by returning 1 from netfswritesingle if it...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.39 views

CVE-2026-64112 rbd: eliminate a race in lock_dwork draining on unmap

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS0.00099EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.42 views

CVE-2026-64099 drm/v3d: Fix use-after-free of CPU job query arrays on error path

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

7.8CVSS0.00134EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64099

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

5.4AI score0.00134EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 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...

8.8CVSS5.2AI score0.00337EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.21 views

CVE-2026-64093

The CVE concerns batman-adv (Linux kernel) where tp_meter cleanup caused a potential re-arm of a timer due to two-step deletion. batadv_tp_sender_cleanup() called timer_delete_sync() followed by timer_delete(); the fix replaces both calls with a single timer_shutdown_sync() that waits for any run...

8.8CVSS5.4AI score0.00337EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.8 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...

8.8CVSS5.3AI score
SaveExploits0References10
EUVD
EUVD
added 2026/07/19 2:55 p.m.17 views

EUVD-2026-45747

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

5.3AI score0.00317EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.35 views

CVE-2026-63974 Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

8.8CVSS0.00317EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.15 views

CVE-2026-63974

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

8.8CVSS5.2AI score0.00317EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63944

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix UAF in hcilecreatecissync hcilecreatecissync dereferences conn-conntimeout after releasing both rcureadlock and hcidevlockhdev. The conn pointer was obtained from an RCU-protected iteration over...

8.8CVSS5.3AI score0.00324EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.41 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...

7.8CVSS0.00133EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 12:2 p.m.32 views

CVE-2026-63803

The CVE-2026-63803 has concrete technical details in the Linux kernel: hdlc_ppp timers for PPP LCP/IPCP/IPV6CP in struct ppp are not synchronized on teardown due to a missing .detach callback, causing a use-after-free when a ppp_timer dereferences freed memory. The fix adds a detach helper that c...

7.8CVSS5.4AI score0.00133EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 12:2 p.m.8 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...

7.8CVSS5.3AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61410

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the batman-adv module within the tp meter component. The batadv tp sender cleanup function previously used a combination of timer delete sync and timer delete to preve...

8.8CVSS5.2AI score0.00337EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.12 views

PT-2026-61481

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the btrfs module where the trace event btrfs sync file is called within an atomic context. The function performs a call to dput, which is required following a dget...

5.2AI score0.00114EPSS
SaveExploits0
Rows per page
Query Builder