Lucene search
+L

312453 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74673

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

6AI score0.00177EPSS
SaveExploits0References10
Circl
Circl
added 2026/08/22 4:08 p.m.13 views

CVE-2026-76607

creationtimestamp| type| source ---|---|--- 2026-08-22 16:08:05+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mtonunzvcj2f 2026-08-22 16:10:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mtony7gztw2t 2026-08-24 21:00:06+00:00| seen|...

10CVSS4.7AI score0.00239EPSS
SaveExploits0References2
Circl
Circl
added 2026/08/22 3:40 p.m.13 views

CVE-2026-63310

creationtimestamp| type| source ---|---|--- 2026-08-22 15:40:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mtomcl6cs52p 2026-08-22 16:07:13+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mtont55gq22e 2026-08-23 04:30:27+00:00| seen|...

9.3CVSS4.8AI score0.00116EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64381

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

5.9AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74694 net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

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

CVE-2026-74694

CVE-2026-74694 is a heap out-of-bounds read in the Linux kernel's net/ncsi subsystem. The function ncsi_send_cmd_nl() trusts the attacker-controlled ncsi_pkt_hdr.length field from the in-band packet header without cross-checking it against the actual readable size of the NCSI_ATTR_DATA netlink at...

5.9AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74694 net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.15 views

CVE-2026-74673 Input: evdev - fix information leak in evdev_pass_values()

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.29 views

CVE-2026-74673 Input: evdev - fix information leak in evdev_pass_values()

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.30 views

CVE-2026-74673

CVE-2026-74673 is an information leak in the Linux kernel's evdev (event device) input subsystem. In evdev_pass_values(), __evdev_queue_syn_dropped, and __pass_event, the struct input_event is allocated on the kernel stack and populated field-by-field without full initialization. On architectures...

5.4AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64360

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.15 views

CVE-2026-74665 net: fix skb length accounting after generic XDP frag adjustment

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.1CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:32 p.m.23 views

CVE-2026-74659

CVE-2026-74659 is an information disclosure vulnerability in the Linux kernel 's Media Redundancy Protocol (MRP) bridge implementation. The function br_mrp_alloc_test_skb() allocates an skb via dev_alloc_skb(), which does not zero the linear data area. On the MRA ring-role path, the sub-option TL...

5.4AI score0.00173EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74659 net: bridge: mrp: fix uninitialised bytes on the wire

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mrp: fix uninitialised bytes on the wire brmrpalloctestskb builds MRP test frames on an skb from devallocskb, which does not clear the linear data area. On the MRA ring-role branch the sub-option TLV header is append...

0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74659 net: bridge: mrp: fix uninitialised bytes on the wire

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mrp: fix uninitialised bytes on the wire brmrpalloctestskb builds MRP test frames on an skb from devallocskb, which does not clear the linear data area. On the MRA ring-role branch the sub-option TLV header is append...

5.6AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/22 3:32 p.m.12 views

EUVD-2026-64596

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mrp: fix uninitialised bytes on the wire brmrpalloctestskb builds MRP test frames on an skb from devallocskb, which does not clear the linear data area. On the MRA ring-role branch the sub-option TLV header is append...

5.4AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74651 staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()

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.1CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.28 views

CVE-2026-74603 ptp: ocp: Fix board ID over-read

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlinkinfoversionfixedput treats it as a C string and may read beyond the...

7.1CVSS0.00126EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.26 views

CVE-2026-74598 ipv6: fix Route Information option length validation

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.00425EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.45 views

CVE-2026-74598

CVE-2026-74598 is an out-of-bounds read in the Linux kernel's IPv6 stack, specifically in rt6_route_rcv() handling of the Route Information option (RFC 4191). Both length checks are off by one: the code accepts length >= 2 and length >= 1 where RFC 4191 requires stricter bounds. A remote at...

7.5CVSS5.6AI score0.00425EPSS
SaveExploits0References8
Rows per page
Query Builder