We found results for “”
CVE-2023-1095
Good to know:
Date: February 27, 2023
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.
Language: C
Severity Score
Related Resources (7)
Severity Score
Weakness Type (CWE)
NULL Pointer Dereference
CWE-476Top Fix
Upgrade Version
Upgrade to version v4.9.326,v4.14.291,v4.19.256,v5.4.211,v5.10.137,v5.15.61,v5.18.18
CVSS v3.1
Base Score: |
|
---|---|
Attack Vector (AV): | LOCAL |
Attack Complexity (AC): | LOW |
Privileges Required (PR): | LOW |
User Interaction (UI): | NONE |
Scope (S): | UNCHANGED |
Confidentiality (C): | NONE |
Integrity (I): | NONE |
Availability (A): | HIGH |