In the Linux kernel, the following vulnerability has been resolved:
fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
All error handling paths lead to 'out' where many resources are freed.
Do it as well here instead of a direct return, otherwise 'log', 'ra' and 'log->onepagebuf' (at least) will leak.
[
{
"events": [
{
"introduced": "5.15"
},
{
"fixed": "5.15.46"
}
]
},
{
"events": [
{
"introduced": "5.16"
},
{
"fixed": "5.17.14"
}
]
},
{
"events": [
{
"introduced": "5.18"
},
{
"fixed": "5.18.3"
}
]
}
]
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2021-47660.json"