CVE-2026-23453

Source
https://cve.org/CVERecord?id=CVE-2026-23453
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23453.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23453
Downstream
Published
2026-04-03T15:15:35.549Z
Modified
2026-07-08T07:43:47.702788678Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy mode
Details

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

net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy mode

Page recycling was removed from the XDPDROP path in emacrunxdp() to avoid conflicts with AFXDP zero-copy mode, which uses xskbufffree() instead.

However, this causes a memory leak when running XDP programs that drop packets in non-zero-copy mode (standard page pool mode). The pages are never returned to the page pool, leading to OOM conditions.

Fix this by handling cleanup in the caller, emacrxpacket(). When emacrunxdp() returns ICSSGXDPCONSUMED for XDPDROP, the caller now recycles the page back to the page pool. The zero-copy path, emacrxpacketzc() already handles cleanup correctly with xskbufffree().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23453.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
7a64bb388df3cf091afdd047c701039a13acd3b4
Fixed
d16d57dedcb69c1a1257e0638f8698ce1f0ccbe5
Fixed
719d3e71691db7c4f1658ba5a6d1472928121594

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23453.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23453.json"