In the Linux kernel, the following vulnerability has been resolved:
ASoC: fslmqs: move ofnode_put() to the correct location
ofnodeput() should have been done directly after mqspriv->regmap = sysconnodetoregmap(gpr_np); otherwise it creates a reference leak on the success path.
To fix this, ofnodeput() is moved to the correct location, and change all the gotos to direct returns.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53268.json",
"cna_assigner": "Linux"
}