CVE-2023-53227
Mode C: Concrete details found. The CVE-2023-53227 entry relates to the Linux kernel UBIFS code path, where dirty_cow_znode can leak memory in the error handling path (memleak). The fix is to add the copied znode back to the tnc so it is freed by ubifs_destroy_tnc_subtree() when closing the TNC. ...