CVE-2023-1095
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| n/a | Linux kernel netfilter subsystem. | Fixed in 6.0-rc1 | affected |
Weaknesses
- CWE-476: CWE-476
ADP Enrichment
CVE Program Container
Additional References
- https://bugzilla.redhat.com/show_bug.cgi?id=2173973
- https://github.com/torvalds/linux/commit/580077855a40741cf511766129702d97ff02f4d9
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://bugzilla.redhat.com/show_bug.cgi?id=2173973
- https://github.com/torvalds/linux/commit/580077855a40741cf511766129702d97ff02f4d9
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.