← Back to CVE List

CVE-2023-1095

Published: 2023-02-28T23:15Z
Last Modified: 2025-03-18T16:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this results in a NULL pointer dereference. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt