Lucene search
+L

145821 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.6 views

CVE-2026-74679

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

0.00185EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74671

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74667

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

7.8CVSS0.00185EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74669

In the Linux kernel, the following vulnerability has been resolved: ipvs: clear IPv4 options after rebasing tunnel ICMP errors ipvsinicmp rebases an skb from the outer ICMP packet to the quoted original request before passing it to icmpsend. However, IPCBskb-opt still describes the outer IPv4...

9.8CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74665

In the Linux kernel, the following vulnerability has been resolved: net: fix skb length accounting after generic XDP frag adjustment Generic XDP exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, bpfprogrungenericxdp copies xdpfragssize back to...

9.1CVSS0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74670

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

7.8CVSS0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74649

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix missing shared-key auth challenge length check The WEP shared-key authentication handler uses the challenge-text element's attacker-controlled length without checking it against the fixed 128-byte chgtxt...

8.8CVSS0.00207EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74651

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwgetwpaie rtwgetwpaie reads bytes at fixed offsets into a vendor-specific information element without checking that the element is long enough, causing an out-of-bounds read for a short...

8.1CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74650

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMMparamhandler WMMparamhandler copies a fixed-size WMM parameter element out of a received information element without checking that the element is long enough, causing an out-of-bounds read f...

0.00173EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74648

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: validate monitor transmit frame lengths rtwcfg80211monitorifxmitentry removes the radiotap header and then reads the 802.11 frame control field without checking that a base 802.11 header remains. The data path...

7.8CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.13 views

CVE-2026-74640

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: fix OOB write in fcpmeterctlget fcpioctlsetmetermap bounds the user-supplied Level Meter map size by the driver's own limit of 255 if map.mapsize 255 || map.meterslots 255 return -EINVAL; and passes it to fcpaddnewctl ...

7.8CVSS0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74641

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset sndus428ctlsvmfault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctlssharedmem + offset; page = virttopagevaddr; getpagepag...

7.8CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74635

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitcursor bitcursor fetches the glyph under the cursor with c = scrreadwvcpos; src = vcfont.data + c & charmask w height; where charmask is 0x1ff when vchifontmask is set. The screen...

7.8CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.12 views

CVE-2026-74612

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS0.00173EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74597

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: clear skb2-cb in ip6ip6err ip6ip6err clones an outer IPv6 ICMP error skb, pulls it to the quoted inner IPv6 packet, and then passes the clone to icmpv6send. The clone still carries the outer packet's inet6skbparm in...

9.8CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74598

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

7.5CVSS0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74585

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64410

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject inline extents without valid headers BUG For a crafted btrfs image, the following KASAN can be triggered when reading an inline lzo compressed file extent: BUG: KASAN: slab-out-of-bounds in...

5.8AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 3:33 p.m.10 views

CVE-2026-74723 btrfs: lzo: reject inline extents without valid headers

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject inline extents without valid headers BUG For a crafted btrfs image, the following KASAN can be triggered when reading an inline lzo compressed file extent: BUG: KASAN: slab-out-of-bounds in...

6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:33 p.m.18 views

CVE-2026-74724

This vulnerability affects the Linux kernel's IPVS (IP Virtual Server) component, specifically the ip_vs_nat_icmp function. A local attacker with low privileges can modify a packet while it is being processed by IPVS. The root cause is that the IP IHL (Internet Header Length) field is read multip...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References6
Rows per page
Query Builder