CVE-2025-39952
Last modified
CVE-2025-39952 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: avoid buffer overflow in WID string configuration Fix the following copy overflow warning identified by Smatch checker. drivers/net/wireless/microchip/wilc1000/wlan_cfg.c:184 wilc_wlan_parse_response_frame() error: '__memcpy()' 'cfg->s[i]->str' copy overflow (512 vs 65537) This patch introduces size check before accessing the memory buffer. The checks are base on the WID type of received data from the firmware. For WID string configuration, the size limit is determined by individual element size in 'struct wilc_cfg_str_vals' that is maintained in 'len' field of 'struct wilc_cfg_str'.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: avoid buffer overflow in WID string configuration Fix the following copy overflow warning identified by Smatch checker. drivers/net/wireless/microchip/wilc1000/wlan_cfg.c:184 wilc_wlan_parse_response_frame() error: '__memcpy()' 'cfg->s[i]->str' copy overflow (512 vs 65537) This patch introduces size check before accessing the memory buffer. The checks are base on the WID type of received data from the firmware. For WID string configuration, the size limit is determined by individual element size in 'struct wilc_cfg_str_vals' that is maintained in 'len' field of 'struct wilc_cfg_str'.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.2, < 6.6.108 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.49 | — |
| Linux | Linux Kernel | >= 6.13, < 6.16.9 | — |
| Linux | Linux Kernel | 6.17 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-39952?
How severe is CVE-2025-39952?
How do I fix CVE-2025-39952?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-39947In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39948In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39949In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3995A vulnerability was found in TOTOLINK N150RT 3.4.0-B20190525…3.4
- CVE-2025-39950In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39951In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39953In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39954In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39955In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39956In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39957In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39958In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-39952?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
