CVE-2021-47660
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.
Does this matter?
Lower severity and a low EPSS score (0.24%). Track it; it rarely justifies an emergency change on its own.
Description
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->one_page_buf' (at least) will leak.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.24% probability · 15th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-401
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/2c97519ed6b4239594c58ddacf3d0d576cf070ccPatch
- https://git.kernel.org/stable/c/bc4a1d384a04c6dba9312e1421a9f9f7c03339a4Patch
- https://git.kernel.org/stable/c/d8be98ab88250dc12a98efdb703792a537b0eac3Patch
- https://git.kernel.org/stable/c/e589f9b7078e1c0191613cd736f598e81d2390dePatch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.