Lucene search
+L

396951 matches found

Cvelist
Cvelist
added 2026/08/22 3:33 p.m.20 views

CVE-2026-74729 soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64416

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

5.6AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.18 views

CVE-2026-74685 hwmon: (ltc4282) Clamp negative current limits

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.8 views

EUVD-2026-64372

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

5.6AI score
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.9 views

CVE-2026-74685

CVE-2026-74685 affects the Linux kernel hardware monitoring driver for the LTC4282 (drivers/hwmon/ltc4282.c). The root cause is an integer sign-extension flaw in ltc4282_write_curr(): a negative long value is cast directly to u64, converting it into a large positive number. The subsequent arithme...

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

CVE-2026-74679

CVE-2026-74679 affects the Linux kernel USB gadget NCM function (f_ncm). The variable ndp_index is declared as a signed integer but stores the unsigned return value of get_ncm(). A malicious host can supply a large offset that overflows the signed ndp_index, making it negative. Because the value ...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.18 views

CVE-2026-74679 usb: gadget: f_ncm: Use unsigned int for ndp_index

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

SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64366

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

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

CVE-2026-74668

CVE-2026-74668 is a race condition in the Linux kernel 's AF_PACKET TX_RING send path. The function tpacket_snd() reads dev->hard_header_len independently for skb allocation and header construction in tpacket_fill_skb(). A concurrent netdevice reconfiguration can cause the reserved headroom to...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.5 views

EUVD-2026-64586

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

5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74649

CVE-2026-74649 affects the Linux kernel staging driver rtl8723bs . The WEP shared-key authentication handler in OnAuthClient() copies the challenge-text element into a fixed 128-byte chg_txt buffer using an attacker-controlled length (up to 255 bytes) without validation. A malicious AP can send a...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.19 views

CVE-2026-74649 staging: rtl8723bs: fix missing shared-key auth challenge length check

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

SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.7 views

EUVD-2026-64577

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

5.6AI score
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74640

CVE-2026-74640 is an out-of-bounds write in the Linux kernel's ALSA FCP driver, specifically in fcp_meter_ctl_get(). The driver accepts a Level Meter map size up to 255 , but the kernel's snd_ctl_elem_value integer array is only 128 elements long. The store loop writes one 64-bit word per channel...

5.6AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:31 p.m.6 views

EUVD-2026-64547

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.6 views

EUVD-2026-64537

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: skip special zero mappings pagetablecheckset and pagetablecheckclear account mappings based on PageAnon. Shared zero-page PTEs and huge zero PMDs are special mappings, but pagetablecheck can still account them ...

5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.18 views

CVE-2026-74600 mm/page_table_check: skip special zero mappings

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: skip special zero mappings pagetablecheckset and pagetablecheckclear account mappings based on PageAnon. Shared zero-page PTEs and huge zero PMDs are special mappings, but pagetablecheck can still account them ...

SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 2:12 p.m.7 views

CVE-2026-68768

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS5.7AI score
SaveExploits0
EUVD
EUVD
added 2026/08/22 2:12 p.m.7 views

EUVD-2026-64313

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 2:12 p.m.10 views

CVE-2026-68768

hashcat through 7.1.2 is affected by a heap buffer overflow in the outfile_write() function (src/outfile.c). When assembling output into a fixed-size buffer (~16 MB), the function appends the username, separator, hash, and plaintext via memcpy without validating that the accumulated length stays ...

6.9CVSS5.6AI score
SaveExploits0References5
Rows per page
Query Builder