CVE-2025-39935
HIGH EPSS 3.0%
Published Oct 4, 20259mo ago · Modified Jun 17, 20262w ago
7.8 CVSS 3.1
Published Oct 4, 2025 9mo ago
Last Modified Jun 17, 2026 2w ago
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded() The sma1307->set.header_size is how many integers are in the header (there are 8 of them) but instead of allocating space of 8 integers we allocate 8 bytes. This leads to memory corruption when we copy data it on the next line: memcpy(sma1307->set.header, data, sma1307->set.header_size * sizeof(int)); Also since we're immediately copying over the memory in ->set.header, there is no need to zero it in the allocator. Use devm_kmalloc_array() to allocate the memory instead.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
3.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-787 Out-of-bounds Write Memory Safety
Affected Products 7
References 2
- git.kernel.org https://git.kernel.org/stable/c/78338108b5a856dc98223a335f147846a8a18c51
- git.kernel.org https://git.kernel.org/stable/c/cd59ca8f75dbb42a67fcae975c766114644e36c4
Remediation
- git.kernel.org https://git.kernel.org/stable/c/78338108b5a856dc98223a335f147846a8a18c51
- git.kernel.org https://git.kernel.org/stable/c/cd59ca8f75dbb42a67fcae975c766114644e36c4