CVE-2026-98054
UNKNOWN
NVD
CVSS Score
0
Severity
UNKNOWN
Published
Sep 25, 2026
Vendor
unknown
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix unbalanced module reference count strace_open() invokes try_module_get() which on success takes the module reference. If any follow up operation causes strace_open() to fail, the refcount shall be put down.