Lucene search
+L

1029 matches found

NVD
NVD
added 2026/09/16 11:17 a.m.4 views

CVE-2026-90017

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwactionframeparse rtwactionframeparse takes a framelen parameter but never actually checks it before indexing into the frame body: const u8 framebody = frame + sizeofstruct ieee80211hdr3addr;...

7.1CVSS
SaveExploits0References8
NVD
NVD
added 2026/09/16 11:17 a.m.2 views

CVE-2026-90016

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwrestructwmmie rtwrestructwmmie scans inie for a WMM IE with: while i inlen ... if i + 5 inlen && iniei == 0xDD && ... ... break; i += iniei + 1 + 2; / to the next IE element / When the "i + ...

7.1CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 11:16 a.m.3 views

CVE-2026-89846

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound rspinfolen to avoid OOB sense-data read In qla2x00statusentry, the FWI2 status path advances sensedata and shrinks parsenselen by rspinfolen: if ISFWI2CAPABLEha sensedata += rspinfolen; parsenselen -=...

9.1CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.5 views

EUVD-2026-80626

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read / stack overflow in rtwgetwpsattr rtwgetwpsattr walks WPS attributes inside a WPS IE taken from a wireless management frame. For each candidate attribute it only checks that the fixed 4-byte...

8.8CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90016

CVE-2026-90016 is a 1-byte out-of-bounds read in the Linux kernel's staging rtl8723bs wireless driver, specifically in rtw_restruct_wmm_ie(). The function scans an attacker-influenced IE buffer (built from association/scan data) for a WMM IE. When the index reaches in_len - 1 without matching, ex...

7.1CVSS6.1AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90017

CVE-2026-90017 is an out-of-bounds read in the Linux kernel's staging driver rtl8723bs , specifically in rtw_action_frame_parse(). The function accepts a frame_len parameter but never validates it before indexing into the frame body. Since frame_body already points 24 bytes into the frame, derefe...

7.1CVSS5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80625

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwactionframeparse rtwactionframeparse takes a framelen parameter but never actually checks it before indexing into the frame body: const u8 framebody = frame + sizeofstruct ieee80211hdr3addr;...

7.1CVSS5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.5 views

EUVD-2026-80624

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwrestructwmmie rtwrestructwmmie scans inie for a WMM IE with: while i inlen ... if i + 5 inlen && iniei == 0xDD && ... ... break; i += iniei + 1 + 2; / to the next IE element / When the "i + ...

7.1CVSS6.1AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90016 staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwrestructwmmie rtwrestructwmmie scans inie for a WMM IE with: while i inlen ... if i + 5 inlen && iniei == 0xDD && ... ... break; i += iniei + 1 + 2; / to the next IE element / When the "i + ...

7.1CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90017 staging: rtl8723bs: fix OOB read in rtw_action_frame_parse()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwactionframeparse rtwactionframeparse takes a framelen parameter but never actually checks it before indexing into the frame body: const u8 framebody = frame + sizeofstruct ieee80211hdr3addr;...

7.1CVSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90011 scsi: target: iscsi: Reserve a terminator byte for the login payload

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Reserve a terminator byte for the login payload iscsitargetcheckloginrequest rejects a login PDU whose DataSegmentLength exceeds MAXKEYVALUEPAIRS, but the test is '' and login-reqbuf is allocated with exactly...

9.1CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.2 views

EUVD-2026-80480

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: release URBs and stream buffers on startstreaming failure rtl2832sdrstartstreaming calls rtl2832sdrallocstreambufs, rtl2832sdrallocurbs and rtl2832sdrsubmiturbs in sequence and shares a single err: label that...

7.8CVSS5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89880

CVE-2026-89880 affects the Linux kernel rtl2832_sdr media driver (Realtek RTL2832 USB SDR radio). The root cause is a missing teardown on the error path of rtl2832_sdr_start_streaming(): when URB submission or allocation fails after stream buffers are allocated, the URBs and coherent DMA buffers ...

7.8CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89880 media: rtl2832_sdr: release URBs and stream buffers on start_streaming() failure

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: release URBs and stream buffers on startstreaming failure rtl2832sdrstartstreaming calls rtl2832sdrallocstreambufs, rtl2832sdrallocurbs and rtl2832sdrsubmiturbs in sequence and shares a single err: label that...

7.8CVSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89846

CVE-2026-89846 is a critical out-of-bounds read in the Linux kernel's qla2xxx SCSI driver. In qla2x00_status_entry(), the FWI2 status path subtracts rsp_info_len (a 32-bit value from the target's FCP response) from par_sense_len (the IOCB data area size: 28 bytes for 24xx, 60 bytes for 29xx) with...

9.1CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89846 scsi: qla2xxx: Bound rsp_info_len to avoid OOB sense-data read

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound rspinfolen to avoid OOB sense-data read In qla2x00statusentry, the FWI2 status path advances sensedata and shrinks parsenselen by rspinfolen: if ISFWI2CAPABLEha sensedata += rspinfolen; parsenselen -=...

9.1CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80446

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound rspinfolen to avoid OOB sense-data read In qla2x00statusentry, the FWI2 status path advances sensedata and shrinks parsenselen by rspinfolen: if ISFWI2CAPABLEha sensedata += rspinfolen; parsenselen -=...

9.1CVSS5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:30 a.m.8 views

CVE-2026-89818

CVE-2026-89818 is an integer overflow in the Linux kernel's drm/amdgpu/vcn driver, specifically in the dec_msg buffer count check. If the supplied msg[2] (num_buffers) is 0x3FFFFFFF, the expression 6 + num_buffers * 4 wraps to 2, causing the bounds check to pass and allowing the parser loop to re...

7.1CVSS6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 9:39 a.m.9 views

CVE-2017-13672

CVE-2017-13672 PoCs para CVE-2017-13672 lectura fuera de límites en el controlador VGA Cirrus de QEMU, causando denegación de servicio...

5.5CVSS7AI score0.00953EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 6:12 a.m.3 views

CVE-2026-65343-e7eb2ed

CVE-2026-65343 — Lectura OOB en AppleKeyStore Derrota de KASLR Componente: Extensión del kernel AppleKeyStore — LibSerSEPControlDeserialize Afecta a: iOS / iPadOS 26.6 23G71 y anteriores Corregido en: iOS / iPadOS 26.6.1 23G83 Tipo: Lectura fuera de límites en la deserialización de mensajes de...

7.5CVSS7.3AI score0.00432EPSS
SaveExploits0
Rows per page
Query Builder