Lucene search
+L

292 matches found

OSV
OSV
added 2026/08/22 3:32 p.m.11 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...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.40 views

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

8.1CVSS0.00277EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55453

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware IE lengths in connect event The firmware-controlled beaconielen, assocreqlen, and assocresplen fields in ath6klwmiconnecteventrx are not validated against the buffer length. Their sum up t...

5.3AI score0.00419EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.31 views

CVE-2026-68190 staging: rtl8723bs: fix OOB reads in rtw_get_wps_ie()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

0.00205EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Staging: rtl8723bs: Fix for out-of-bounds read in rtwgetie parser. The Information Element IE parser rtwgetie trusted the length byte of each Information Element without verifying that the IE body len bytes after the 2-byte heade...

8.8CVSS4.8AI score0.00267EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.7 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Staging: rtl8723bs: Fixed a stack buffer overflow issue during the parsing of the OnAssocReq IE. The length of the Supported Rates IE from an incoming Association Request frame was directly used as the length for the memcpy...

8.8CVSS7.1AI score0.0036EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/02 1:55 p.m.11 views

CVE-2026-64446

A flaw was found in the Linux kernel's rtl8723bs Wi-Fi driver. A local user can exploit this vulnerability by supplying a crafted Wi-Fi Protected Access WPA Information Element IE during a connection request. This can lead to a one-byte heap buffer overflow, potentially causing memory corruption...

5.7AI score0.00195EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/30 9:52 a.m.8 views

CVE-2026-64443

A flaw was found in the Linux kernel. A remote attacker could exploit an out-of-bounds read vulnerability in the updatebeaconinfo function by sending a specially crafted wireless Beacon frame containing a malformed Information Element IE. This could lead to the disclosure of sensitive information...

8.1CVSS5.9AI score0.0028EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/27 8:16 a.m.13 views

CVE-2026-64536

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE-elementid and pIE-length are rea...

8.1CVSS0.00249EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/27 6:36 a.m.12 views

EUVD-2026-49114

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE-elementid and pIE-length are rea...

6AI score0.00249EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/27 6:36 a.m.13 views

CVE-2026-64536

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE-elementid and pIE-length are rea...

8.1CVSS5.9AI score0.00249EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/27 6:36 a.m.39 views

CVE-2026-64536 staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE-elementid and pIE-length are rea...

8.1CVSS0.00249EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/27 6:36 a.m.39 views

CVE-2026-64536

CVE-2026-64536 concerns the Linux kernel staging rtl8723bs module, where an IE loop in is_ap_in_tkip() could perform an out-of-bounds read due to missing bounds checks. The current logic reads pIE->element_id and pIE->length without validating that i + sizeof(*pIE) data against offsets (12 ...

8.1CVSS6AI score0.00249EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/27 6:36 a.m.10 views

CVE-2026-64536 staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE-elementid and pIE-length are rea...

8.1CVSS6AI score
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64536

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - staging: rtl8723bs: fix OOB reads in isapintkip IE loop The loop in isapintkip iterates over IEs without verifying that enough bytes remain before dereferencing...

8.1CVSS5.7AI score0.00249EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.12 views

SUSE CVE-2026-64442

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.5CVSS5.9AI score0.00286EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.11 views

SUSE CVE-2026-64443

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.5CVSS5.8AI score0.0028EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.10 views

SUSE CVE-2026-64444

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

7.1CVSS5.8AI score0.0028EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.8 views

SUSE CVE-2026-64446

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix heap buffer overflow in rtwcfg80211setwpaie supplicantie is a 256-byte array in struct securitypriv. The WPA and WPA2 IE copy paths use: memcpypadapter-securitypriv.supplicantie, &pwpa0, wpaielen + 2; wher...

5.5CVSS6AI score0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.13 views

CVE-2026-64441

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetsecie, rtwgetwapiie, and rtwgetwpsattr Three IE/attribute parsing functions have missing bounds checks. rtwgetsecie and rtwgetwapiie iterate over a raw IE buffer without verifying that t...

8.8CVSS0.00256EPSS
SaveExploits0References7
Rows per page
Query Builder