Lucene search
+L

87376 matches found

OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64101

In the Linux kernel, the following vulnerability has been resolved: fwctl: pds: Validate RPC input size before parsing The fwctl core allocates the device-specific RPC input buffer with fwctlrpc.inlen and passes that buffer to the driver callback. pdsfcfwrpc casts the buffer to struct fwctlrpcpds...

5.5CVSS5.4AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.12 views

DEBIAN-CVE-2026-64106

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Reject restored DTE with out-of-range numeventidbits Userspace can restore an ITS Device Table Entry whose Size field encodes more EventID bits than the virtual ITS supports. The live MAPD path rejects that...

9CVSS5.2AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-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.3AI score0.004EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.13 views

DEBIAN-CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.4AI score0.00552EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.18 views

DEBIAN-CVE-2026-64091

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated...

9.8CVSS5.5AI score0.00426EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64075

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

5.3AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-64080

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Snapshot notifier callbacks under lock Both notification handlers currently look up a notifier callback under notifylock, drop the lock, and then dereference the returned notifier entry. A concurrent unregister...

9.3CVSS5.6AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64079

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.3AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.13 views

DEBIAN-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.2AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.9 views

DEBIAN-CVE-2026-64067

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing barriers when accessing stream-subrequests locklessly The list of subrequests attached to stream-subrequests is accessed without locks by netfscollectreadresults and netfscollectwriteresults, and then they acce...

9.8CVSS5.2AI score0.00553EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/19 4:17 p.m.12 views

CVE-2026-64068

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing locking around retry adding new subreqs Fix netfsretryreadsubrequests and netfsretrywritestream to take the appropriate lock when adding extra subrequests into stream-subrequests...

9.8CVSS0.00553EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64060

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.2AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.10 views

DEBIAN-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.2AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.13 views

DEBIAN-CVE-2026-64035

In the Linux kernel, the following vulnerability has been resolved: igc: set tx buffer type for SMD frames Sashiko pointed out that igcfpeinitsmdframe initializes igctxbuffer fields for an SMD skb, but does not set the buffer type:...

9.8CVSS5.4AI score0.00649EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64027

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-64028

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.3AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64029

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Serialize UMP output teardown with eventinput sequmpprocessevent borrows client-outrfile.output without synchronizing with the first-open and last-close transition in sequmpclientopen and sequmpclientclose. The last...

7.8CVSS5.4AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.9 views

DEBIAN-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.2AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.12 views

DEBIAN-CVE-2026-64016

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix durable reconnect error path file lifetime After a durable reconnect succeeds, ksmbdreopendurablefd republishes the same ksmbdfile into the session volatile-id table. If smb2open then takes a later error path, cleanup...

9.8CVSS5.2AI score0.00649EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64017

In the Linux kernel, the following vulnerability has been resolved: blk-mq: pop cached request if it is usable When submitting a bio to blk-mq, if the task should sleep after peeking a cached request, but before it pops it, the plug flushes and calls blkmqfreeplugrqs, freeing the cachedrqs. This...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References1
Rows per page
Query Builder