Bug 2394624 (CVE-2025-39751) - CVE-2025-39751 kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control
Summary: CVE-2025-39751 kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_co...
Keywords:
Status: NEW
Alias: CVE-2025-39751
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-11 17:03 UTC by OSIDB Bzimport
Modified: 2025-09-11 19:27 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-11 17:03:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control

The 'sprintf' call in 'add_tuning_control' may exceed the 44-byte
buffer if either string argument is too long. This triggers a compiler
warning.
Replaced 'sprintf' with 'snprintf' to limit string lengths to prevent
overflow.


Note You need to log in before you can comment on or make changes to this bug.