Lucene search
+L

238675 matches found

OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-64021

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when param.execq-width 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained...

5.6AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-64164

In the Linux kernel, the following vulnerability has been resolved: btrfs: tracepoints: fix sleep while in atomic context in btrfssyncfile The trace event btrfssyncfile is called in an atomic context all trace events are and its call to dput, which is needed due to the call to dgetparent, can...

5.6AI score0.00165EPSS
SaveExploits0References25
OSV
OSV
added 2026/07/20 12:0 a.m.8 views

UBUNTU-CVE-2026-64172

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h erratum 1235 Hygon Family 18h CPUs are derived from AMD Family 17h Zen1 silicon and share the same erratum 1235: hardware may read a stale IsRunning=1 bit during ICR...

7.1CVSS5.7AI score0.00135EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.9 views

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

5.7AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.9 views

UBUNTU-CVE-2026-63918

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.4 views

UBUNTU-CVE-2026-63962

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: bound altmodedesc per iteration in svdmconsumemodes svdmconsumemodes checks pmdata-altmodes against the array size once before the loop over the count, but forgot to check the bound at every point in the loop. I...

5.6AI score0.002EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.6 views

UBUNTU-CVE-2026-64050

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.4 views

UBUNTU-CVE-2026-64139

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in setposixaclentriesdacl on overflow Commit 299f962c0b02 "ksmbd: use checkaddoverflow to prevent u16 DACL size overflow" added checkaddoverflow guards that break out of the ACE-building loops in...

5.8AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-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.7AI score0.00337EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.8 views

UBUNTU-CVE-2026-64096

In the Linux kernel, the following vulnerability has been resolved: batman-adv: mcast: fix use-after-free in orignode RCU release batadvmcastpurgeorig removes entries from RCU-protected hlists but does not wait for an RCU grace period before returning. Concurrent RCU readers may still accesses...

8.8CVSS5.7AI score0.00255EPSS
SaveExploits0References16
OSV
OSV
added 2026/07/20 12:0 a.m.8 views

UBUNTU-CVE-2026-64081

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Validate framework notification message layout Framework notifications carry an indirect message in the shared RX buffer. Validate the reported offset and size before using them, reject zero-length payloads, and...

8.4CVSS5.6AI score0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-63930

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.8 views

UBUNTU-CVE-2026-63956

In the Linux kernel, the following vulnerability has been resolved: USB: serial: cypressm8: fix memory corruption with small endpoint Make sure that the interrupt-out endpoint max packet size is at least eight bytes to avoid user-controlled slab corruption or NULL-pointer dereference should a...

5.7AI score0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.5 views

UBUNTU-CVE-2026-63856

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v2.0 enc/dec rings VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References18
OSV
OSV
added 2026/07/20 12:0 a.m.9 views

UBUNTU-CVE-2026-63971

In the Linux kernel, the following vulnerability has been resolved: sctp: fix race between sctpwaitforconnect and peeloff sctpwaitforconnect drops and re-acquires the socket lock while waiting for the association to reach ESTABLISHED state. During this window, another thread can peeloff the...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-64175

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: stop TX during firmware restart When iwlwifi firmware crashes e.g., NMIINTERRUPTUNKNOWN on Intel BE201/Wi-Fi 7, iwlmldnicerror sets mld-fwstatus.inhwrestart to true. However, iwlmldtxfromtxq does not check thi...

7.5CVSS5.7AI score0.00349EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-63880

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock leak on ENOMEM in AMDGPUGEMOPGETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO branch of amdgpugemopioctl holds three cleanup-tracked resources before calling kvcalloc: the drmgemobject reference from...

5.7AI score0.00198EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-64054

In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request netshapernlgroupdoit does not deduplicate NETSHAPERALEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer lands twice in oldnodes. Th...

5.6AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.10 views

UBUNTU-CVE-2026-63949

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.8AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 12:0 a.m.7 views

UBUNTU-CVE-2026-63955

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: do not trigger BUG on BH disabled context getvmareanode currently triggers a BUG if ininterrupt returns true. However, ininterrupt also reports true when BH are disabled. The bridge code can call...

7.5CVSS5.7AI score0.00468EPSS
SaveExploits0References6
Rows per page
Query Builder