In the Linux kernel, the following vulnerability has been resolved:ALSA: hda/ca0132: Fix buffer overflow in add_tuning_controlThe 'sprintf' call in 'add_tuning_control' may exceed the 44-bytebuffer if either string argument is too long. This triggers a compilerwarning.Replaced 'sprintf' with 'snprintf' to limit string lengths to preventoverflow.
No PoCs from references.
- https://github.com/w4zu/Debian_security