{ "schema_version": "1.4.0", "id": "GHSA-grc4-c844-m2mx", "modified": "2023-03-06T15:30:42Z", "published": "2023-03-01T00:30:36Z", "aliases": [ "CVE-2023-1095" ], "details": "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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1095" }, { "type": "WEB", "url": "https://github.com/torvalds/linux/commit/580077855a40741cf511766129702d97ff02f4d9" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173973" } ], "database_specific": { "cwe_ids": [ "CWE-476" ], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2023-02-28T23:15:00Z" } }