CVE-2023-52923
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
20/01/2025
Last modified:
15/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
netfilter: nf_tables: adapt set backend to use GC transaction API<br />
<br />
Use the GC transaction API to replace the old and buggy gc API and the<br />
busy mark approach.<br />
<br />
No set elements are removed from async garbage collection anymore,<br />
instead the _DEAD bit is set on so the set element is not visible from<br />
lookup path anymore. Async GC enqueues transaction work that might be<br />
aborted and retried later.<br />
<br />
rbtree and pipapo set backends does not set on the _DEAD bit from the<br />
sync GC path since this runs in control plane path where mutex is held.<br />
In this case, set elements are deactivated, removed and then released<br />
via RCU callback, sync GC never fails.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.1 (including) | 4.19.316 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (including) | 5.4.262 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.198 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.134 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.56 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.4.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.5:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/146c76866795553dbc19998f36718d7986ad302b
- https://git.kernel.org/stable/c/479a2cf5259347d6a1f658b0f791d27a34908e91
- https://git.kernel.org/stable/c/c357648929c8dff891502349769aafb8f0452bc2
- https://git.kernel.org/stable/c/cb4d00b563675ba8ff6ef94b077f58d816f68ba3
- https://git.kernel.org/stable/c/df650d6a4bf47248261b61ef6b174d7c54034d15
- https://git.kernel.org/stable/c/e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681
- https://git.kernel.org/stable/c/f6c383b8c31a93752a52697f8430a71dcbc46adf



