CVE-2023-1095EPSS p11.9%
CVE-2023-1095CVE-2023-1095
linux / linux_kernel
Description
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.
Scoring
| CVSS | 5.5 () |
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| EPSS | 0.22% probability of exploitation · percentile 11.9% · 2026-06-19T12:03:05Z |
| Last modified | 2026-06-17 |