Lucene search
+L

56 matches found

Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.16 views

PT-2026-72677

In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvec rx completed In nvec rx completed, when an incomplete RX transfer is detected, nvec msg free is called to return the message back to the pool by clearing its 'used' atomic flag. Immediate...

5.5AI score0.00148EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-72678

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtw aes decrypt The null-pointer-guard was incorrect, returning FAIL on valid pointer. Invert the guard, so it returns FAIL on invalid pointer...

5.3AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/11 11:48 p.m.6 views

SUSE CVE-2026-68084

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.4AI score0.00172EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/08/11 8:16 a.m.11 views

staging: vme_user: fix location monitor leak in tsi148 bridge

...

7.1CVSS5.2AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 1:20 p.m.9 views

UBUNTU-CVE-2026-68190

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

5.5AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68190

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

5.5AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 12:00 p.m.16 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...

5.4AI score
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.8 views

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

8.1CVSS5.5AI score0.0028EPSS
SaveExploits0References12
OSV
OSV
added 2026/06/25 9:16 a.m.7 views

AZL-90347 CVE-2026-53179 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix buffer over-read in rtwupdateprotection rtwupdateprotection is called with a pointer offset into the ies buffer but the full ielength is passed, causing a potential buffer over-read...

7.1CVSS6AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 9:16 a.m.14 views

AZL-90315 CVE-2026-53178 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: rtwmlme: add bounds checks before ielength subtraction Add guards to ensure ielength is large enough before subtracting fixed IE offsets to prevent unsigned integer underflow...

8.1CVSS5.8AI score0.00311EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Staging: r8712: Fixed a memory leak in r8712initxmitpriv In the aforementioned routine, memory is allocated in several places. If the first attempt to allocate memory succeeds, but a subsequent attempt fails, the routine will cau...

5.9AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/24 3:16 p.m.16 views

AZL-83717 CVE-2026-31626 affecting package kernel for versions less than 6.6.137.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: initialize letmp64 in rtwBIPverify Initialize letmp64 to zero in rtwBIPverify to prevent using uninitialized data. Smatch warns that only 6 bytes are copied to this 8-byte u64 variable, leaving the last two...

7.1CVSS6AI score0.00288EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.17 views

CVE-2026-31626

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: initialize letmp64 in rtwBIPverify Initialize letmp64 to zero in rtwBIPverify to prevent using uninitialized data. Smatch warns that only 6 bytes are copied to this 8-byte u64 variable, leaving the last two...

7.1CVSS0.00288EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 10:55 a.m.37 views

CVE-2023-54001

CVE-2023-54001 details are not provided in the connected documents; monitor for updates.

6.1AI score0.00204EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-12908

Malicious code in bioql PyPI...

7.1AI score0.00191EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.8 views

PT-2025-40154

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the rtw init drv sw function within the rtl8723bs driver. Specifically, error paths within this function do not properly release previously allocated resources,...

6.3AI score0.00155EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.8 views

PT-2025-38205

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the Linux kernel due to improper handling of memory allocated by the debugfs lookup function within the pi433 staging driver. Specifically, the memory associated...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits0References19
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2022-49868

In the Linux kernel, the following vulnerability has been resolved: phy: ralink: mt7621-pci: add sentinel to quirks table With mt7621 socdevattr fixed to register the soc as a device, kernel will experience an oops in socdevicematchattr This quirk test was introduced in the staging driver in comm...

5.5CVSS0.00191EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 3:16 p.m.8 views

DEBIAN-CVE-2022-49868

In the Linux kernel, the following vulnerability has been resolved: phy: ralink: mt7621-pci: add sentinel to quirks table With mt7621 socdevattr fixed to register the soc as a device, kernel will experience an oops in socdevicematchattr This quirk test was introduced in the staging driver in comm...

5.5CVSS5.5AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49868 phy: ralink: mt7621-pci: add sentinel to quirks table

In the Linux kernel, the following vulnerability has been resolved: phy: ralink: mt7621-pci: add sentinel to quirks table With mt7621 socdevattr fixed to register the soc as a device, kernel will experience an oops in socdevicematchattr This quirk test was introduced in the staging driver in comm...

5.9AI score
SaveExploits0References6
Rows per page
Query Builder