Security Advisory

CVE-2022-49615

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-02-26 02:23:35
Last updated 2026-05-11 19:03:21
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error The initial settings will be written before the codec probe function. But, the rt711->component doesn't be assigned yet. If IO error happened during initial settings operations, it will cause the kernel panic. This patch changed component->dev to slave->dev to fix this issue.