CVE-2022-50698

UnknownEPSS 0.17%

Last modified

CVE-2022-50698 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a clk_hw_unregister(). Then use a while (--i >= 0) loop in the unwind section.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a clk_hw_unregister(). Then use a while (--i >= 0) loop in the unwind section.

Metrics

EPSS Probability
0.17%

6.5th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 78013a1cf2971684775f6956d5666237ac53a1aa, < 4993c1511d66326f1037bc5156b024a6a96d23ef; >= 78013a1cf2971684775f6956d5666237ac53a1aa, < f5f1f5ee5048cfa7bd07f496b33bd2cfc198a176; >= 78013a1cf2971684775f6956d5666237ac53a1aa, < ec692f0b51006de1138cd1f82cae625f0d2888d1; >= 78013a1cf2971684775f6956d5666237ac53a1aa, < cefce8bee0e988f9a005fe40705b98a25cfb7f9d; >= 78013a1cf2971684775f6956d5666237ac53a1aa, < abb4e4349afe7eecdb0499582f1c777031e3a7c8
LinuxLinux5.10

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2022-50698?
In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a clk_hw_unregister(). Then use a while (--i >= 0) loop in the unwind section.
How severe is CVE-2022-50698?
Severity scoring for CVE-2022-50698 is pending analysis. The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2022-50698?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2022

Are you affected by CVE-2022-50698?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST