CVE | CVE-2023-1095 |
CVE Title | |
Published Date | 2023-02-28T23:15Z |
Modified Date | 2023-03-06T14:41Z |
CWE Type | CWE-476 |
CVSS 3.x | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
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. |
References | |
By clicking these links you will leave this website. We do not endorse and will not be held accountable for any activity on external sites. | |
Reference URL | https://github.com/torvalds/linux/commit/580077855a40741cf511766129702d97ff02f4d9 |
Reference Description | MISC https://github.com/torvalds/linux/commit/580077855a40741cf511766129702d97ff02f4d9 |
Reference URL | https://bugzilla.redhat.com/show_bug.cgi?id=2173973 |
Reference Description | MISC https://bugzilla.redhat.com/show_bug.cgi?id=2173973 |
Tags | Patch |
Sources | NIST MITRE |