CVE-2022-49248 Information
Description
In the Linux kernel the following vulnerability has been resolved:
ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction
AV/C deferred transaction was supported at a commit 00a7bb81c20f (\ALSA: firewire-lib: Add support for deferred transaction) while ‘deferrable’ flag can be uninitialized for non-control/notify AV/C transactions. UBSAN reports it:
kernel: ================================================================================
kernel: UBSAN: invalid-load in /build/linux-aa0B4d/linux-5.15.0/sound/firewire/fcp.c:363:9
kernel: load of value 158 is not a valid value for type ‘_Bool’
kernel: CPU: 3 PID: 182227 Comm: irq/35-firewire Tainted: P OE 5.15.0-18-generic 18-Ubuntu
kernel: Hardware name: Gigabyte Technology Co. Ltd. AX370-Gaming 5/AX370-Gaming 5 BIOS F42b 08/01/2019
kernel: Call Trace:
kernel:
This commit fixes the bug. The bug has no disadvantage for the non- control/notify AV/C transactions since the flag has an effect for AV/C response with INTERIM (0x0f) status which is not used for the transactions in AV/C general specification.
Reference
https://git.kernel.org/stable/c/39d2c4a33dc1b4402cec68a3c8f82c6588b6edce https://git.kernel.org/stable/c/60e5d391805d70458a01998de00d0c28cba40bf3 https://git.kernel.org/stable/c/7025f40690a235a118c87674cfb93072694aa66d https://git.kernel.org/stable/c/7e6f5786621df060f8296f074efd275eaf20361a https://git.kernel.org/stable/c/99582e4b19f367fa95bdd150b3034d7ce8113342 https://git.kernel.org/stable/c/b2b65c9013dc28836d82e25d0f0c94d794a14aba https://git.kernel.org/stable/c/bf0cd60b7e33cf221fbe1114e4acb2c828b0af0d https://git.kernel.org/stable/c/d07e4bbaff6fbba6f70c04b092ea7d9afcdf392e https://git.kernel.org/stable/c/eab74c41612083bd627b60da650e19234e4f1051
Share on: