In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: fix memory leak on failure path
cfg80211_inform_bss_frame() may return NULL on failure. In that case,
the allocated buffer 'buf' is not freed and the function returns early,
leading to potential memory leak.
Fix this by ensuring that 'buf' is freed on both success and failure paths.
References
Configurations
Configuration 1 (hide)
|
History
08 May 2026, 21:22
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/017295b17bf1f477246c95bd253a7ef0cb4684c9 - Patch | |
| References | () https://git.kernel.org/stable/c/8311bb40698ba027649d5d1ca84ad4bf25270546 - Patch | |
| References | () https://git.kernel.org/stable/c/9874e33ce52ba449ab0ade78752a2d37a2294617 - Patch | |
| References | () https://git.kernel.org/stable/c/9f70f78e22b321429afc77befecedf05543d4e2c - Patch | |
| References | () https://git.kernel.org/stable/c/a968c6a39607c129b8ac2c3c2a5e8923574e90d0 - Patch | |
| References | () https://git.kernel.org/stable/c/abe850d82c8cb72d28700673678724e779b1826e - Patch | |
| References | () https://git.kernel.org/stable/c/af48c1a0abe849e167fc754b6c260b6d8350b6fd - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-401 |
06 May 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 12:16
Updated : 2026-05-08 21:22
NVD link : CVE-2026-43225
Mitre link : CVE-2026-43225
CVE.ORG link : CVE-2026-43225
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
