In the Linux kernel, the following vulnerability has been resolved:
netfilter: nftables: exthdr: fix 4-byte stack OOB write
If priv->len is a multiple of 4, then dst[len / 4] can write past
the destination array which leads to stack corruption.
This construct is necessary to clean the remainder of the register
in case ->len is NOT a multiple of the register size, so make it
conditional just like nft_payload.c does.
The bug was added in 4.1 cycle and then copied/inherited when
tcp/sctp and ip option support was added.
Bug reported by Zero Day Initiative project (ZDI-CAN-21950,
ZDI-CAN-21951, ZDI-CAN-21961).
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 13:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-28T07:33:46.217Z
Updated: 2024-11-04T14:50:01.764Z
Reserved: 2024-03-06T09:52:12.091Z
Link: CVE-2023-52628
Vulnrichment
Updated: 2024-08-02T23:03:21.354Z
NVD
Status : Awaiting Analysis
Published: 2024-03-28T08:15:25.980
Modified: 2024-07-05T08:15:02.090
Link: CVE-2023-52628
Redhat