CVE-2025-68347
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events
The DSP event handling code in hwdep_read() could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header size (8 bytes).
Fix by using min_t() to clamp the copy size, This ensures we never copy more than the user requested.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < 16620f0617400746984362c3d6ac547eeae1d35f | affected |
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < ddd32ec66bc4eb6969fe835e4cc1c0706c6348fe | affected |
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < 6275fd726d53a8ec724f20201cf3bd862711e17b | affected |
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < 161291bac551821bba98eb4ea84c82338578d1b0 | affected |
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < cdda0d06f8650e33255f79839f188bbece44117c | affected |
| Linux | Linux | 634ec0b2906efd46f6f57977e172aa3470aca432 < 210d77cca3d0494ed30a5c628b20c1d95fa04fb1 | affected |
| Linux | Linux | 5.16 | affected |
| Linux | Linux | 0 < 5.16 | unaffected |
| Linux | Linux | 6.1.160 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.120 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.63 <= 6.12.* | unaffected |
| Linux | Linux | 6.17.13 <= 6.17.* | unaffected |
| Linux | Linux | 6.18.2 <= 6.18.* | unaffected |
| Linux | Linux | 6.19 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/16620f0617400746984362c3d6ac547eeae1d35f
- https://git.kernel.org/stable/c/ddd32ec66bc4eb6969fe835e4cc1c0706c6348fe
- https://git.kernel.org/stable/c/6275fd726d53a8ec724f20201cf3bd862711e17b
- https://git.kernel.org/stable/c/161291bac551821bba98eb4ea84c82338578d1b0
- https://git.kernel.org/stable/c/cdda0d06f8650e33255f79839f188bbece44117c
- https://git.kernel.org/stable/c/210d77cca3d0494ed30a5c628b20c1d95fa04fb1
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.