Lucene search
+L

237146 matches found

Cvelist
Cvelist
added 2026/07/25 8:51 a.m.32 views

CVE-2026-64448 smb: client: restrict implied bcc[0] exemption to responses without data area

In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc0 exemption to responses without data area smb2checkmessage has a long-standing quirk that accepts a response whose calculated length is one byte larger than the bytes actually received "server ca...

8.2CVSS0.00463EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.18 views

CVE-2026-64447

CVE-2026-64447 maps to a Linux kernel issue in staging: ipu7 where pdata allocated in ipu7_isys_init() and ipu7_psys_init() can be freed twice via kfree pData in error paths. The two faulty paths are: (1) ipu7_mmu_init() fail leads to put_device() dropping refcount and freeing pdata via ipu7_bus_...

7.8CVSS5.8AI score0.00133EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:51 a.m.7 views

CVE-2026-64448 smb: client: restrict implied bcc[0] exemption to responses without data area

In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc0 exemption to responses without data area smb2checkmessage has a long-standing quirk that accepts a response whose calculated length is one byte larger than the bytes actually received "server ca...

8.2CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 2026/07/25 8:51 a.m.6 views

CVE-2026-64447 staging: media: ipu7: fix double-free and use-after-free in error paths

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix double-free and use-after-free in error paths In both ipu7isysinit and ipu7psysinit, pdata is allocated and then passed to ipu7businitializedevice, which stores it in adev-pdata. The ipu7busrelease...

7.8CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48792

In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc0 exemption to responses without data area smb2checkmessage has a long-standing quirk that accepts a response whose calculated length is one byte larger than the bytes actually received "server ca...

5.8AI score0.00463EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.41 views

CVE-2026-64448

Summary (CVE-2026-64448): The Linux kernel fix addresses a SMB2 negotiation bug in CIFS/NTLM handling. A long-standing quirk in smb2_check_message() unconditionally granted a +1 length exemption for responses, even when a data area was present. This could cause the decoder to read past the receiv...

8.2CVSS5.8AI score0.00463EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.23 views

CVE-2026-64446

The connected sources confirm a concrete vulnerability in the Linux kernel’s rtl8723bs staging driver: a heap buffer overflow in rtw_cfg80211_set_wpa_ie() due to copying a WPA/WPA2 IE into a 256-byte supplicant_ie. If a 255-byte WPA IE is supplied, wpa_ielen+2 becomes 257, overflowing into adjace...

6AI score0.00195EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64445

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

5.8AI score0.00316EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48789

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

5.8AI score0.00316EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48787

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in updatebeaconinfo IE loop The IE parsing loop in updatebeaconinfo advances by pIE-length + 2 each iteration but only guards on i length from one byte past the allocated receive buffer...

5.8AI score0.0028EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:51 a.m.25 views

CVE-2026-64443

Summary (CVE-2026-64443): Linux kernel staging: rtl8723bs vulnerable in the update_beacon_info() IE loop, where parsing of IEs could read beyond the received frame. The loop advances by (pIE->length + 2) but only guards on i length extending beyond len. The fix adds two guards at the top of th...

8.1CVSS5.8AI score0.0028EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:51 a.m.11 views

EUVD-2026-48788

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp IE loop The IE parsing loop in OnAssocRsp advances by pIE-length + 2 each iteration but only guards on i length from pframepktlen, which is one byte past the allocated receive buffer...

5.8AI score0.0028EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:51 a.m.21 views

CVE-2026-64444

CVE-2026-64444 - Linux kernel (rtl8723bs) OOB read in OnAssocRsp() IE loop . The vulnerability arises in the IE processing loop of OnAssocRsp(), which advances by (pIE->length + 2) per iteration but only checks i length from pframe[pkt_len] (past the buffer) and, even when headers are in bound...

8.1CVSS5.8AI score0.0028EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:51 a.m.9 views

EUVD-2026-48786

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in IE loops in issueassocreq and joincmdhdl Two IE parsing loops are missing the header bounds checks before they dereference pIE-length: - issueassocreq walks pmlmeinfo-network.ies to build the...

5.9AI score0.00286EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.19 views

CVE-2026-64442

The CVE-2026-64442 issue affects the Linux kernel rtl8723bs Wi‑Fi driver. It introduces out-of-bounds reads in two IE parsing loops (issue_assocreq and join_cmd_hdl) due to missing header bounds checks when parsing Information Elements from AP beacon/probe responses. The vulnerability arises if a...

8.1CVSS5.9AI score0.00286EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.13 views

CVE-2026-64441

The CVE-2026-64441 fix applies to the Linux kernel staging rtl8723bs code and addresses out-of-bounds reads in three IE/attribute parsers: rtw_get_sec_ie(), rtw_get_wapi_ie(), and rtw_get_wps_attr(). The patch adds cnt+2 bounds checks before loop bodies in rtw_get_sec_ie() and rtw_get_wapi_ie(), ...

8.8CVSS6AI score0.00256EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64440 staging: rtl8723bs: fix OOB write in HT_caps_handler()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB write in HTcapshandler HTcapshandler iterates pIE-length bytes and writes into HTcaps.u.HTcap, which is a fixed 26-byte array sizeof struct HTcapselement. Because pIE-length is a raw u8 from an...

8.1CVSS5.7AI score
SaveExploits0References10
CVE
CVE
added 2026/07/25 8:51 a.m.19 views

CVE-2026-64440

CVE-2026-64440 (Linux kernel) : The vulnerability affects the rtl8723bs HT_capabilities handling in staging. HT_caps_handler() reads pIE->length bytes and writes into a fixed 26-byte HT_cap[]; since pIE->length is from an unvalidated 802.11 AssocResponse, an AP can set it to 255, causing up...

8.1CVSS5.7AI score0.00266EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48784

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB write in HTcapshandler HTcapshandler iterates pIE-length bytes and writes into HTcaps.u.HTcap, which is a fixed 26-byte array sizeof struct HTcapselement. Because pIE-length is a raw u8 from an...

5.7AI score0.00266EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.33 views

CVE-2026-64439 crypto: krb5 - filter out async aead implementations at alloc

In the Linux kernel, the following vulnerability has been resolved: crypto: krb5 - filter out async aead implementations at alloc krb5aeadencrypt, krb5aeaddecrypt in rfc3961simplified.c and rfc8009encrypt, rfc8009decrypt in rfc8009aes2.c set a NULL completion callback and treat any negative retur...

9.8CVSS0.0043EPSS
SaveExploits0References3
Rows per page
Query Builder