CVE-2023-54243

Source
https://cve.org/CVERecord?id=CVE-2023-54243
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54243.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-54243
Downstream
Related
Published
2025-12-30T12:11:31.180Z
Modified
2026-03-20T12:33:30.791933Z
Summary
netfilter: ebtables: fix table blob use-after-free
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: ebtables: fix table blob use-after-free

We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not.

t = findtablelock(net, repl->name, &ret, &ebt_mutex);

... this can return a valid table, with ret != 0.

This bug causes update of table->private with the new blob, but then frees the blob right away in the caller.

Syzbot report:

BUG: KASAN: vmalloc-out-of-bounds in __ebtunregistertable+0xc00/0xcd0 net/bridge/netfilter/ebtables.c:1168 Read of size 4 at addr ffffc90005425000 by task kworker/u4:4/74 Workqueue: netns cleanupnet Call Trace: kasanreport+0xbf/0x1f0 mm/kasan/report.c:517 _ebtunregistertable+0xc00/0xcd0 net/bridge/netfilter/ebtables.c:1168 ebtunregistertable+0x35/0x40 net/bridge/netfilter/ebtables.c:1372 opsexitlist+0xb0/0x170 net/core/netnamespace.c:169 cleanupnet+0x4ee/0xb10 net/core/netnamespace.c:613 ...

ip(6)tables appears to be ok (ret should be 0 at this point) but make this more obvious.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/54xxx/CVE-2023-54243.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c58dd2dd443c26d856a168db108a0cd11c285bf3
Fixed
9060abce3305ab2354c892c09d5689df51486df5
Fixed
dbb3cbbf03b3c52cb390fabec357f1e4638004f5
Fixed
3dd6ac973351308d4117eda32298a9f1d68764fd
Fixed
cda0e0243bd3c04008fcd37a46b0269fb3c49249
Fixed
e58a171d35e32e6e8c37cfe0e8a94406732a331f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
a3bc0f8ea439762aa62d40a295157410498cbea7
Last affected
8ed40c122919cd79bc3c059e5864e5e7d9d455f0
Last affected
c5e4ef499cfc78de45a4f01b8c557b5964d77c53
Last affected
f34728610b2a8c7b9864f9404f2884c17f6fca5c
Last affected
8b5740915a9faa8b1fa9166193a33e2a9ae30ec6

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54243.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.15.0
Fixed
5.10.173
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.100
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.18
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.2.5

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54243.json"