CVE-2025-21799

Source
https://cve.org/CVERecord?id=CVE-2025-21799
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-21799.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-21799
Downstream
Related
Published
2025-02-27T20:00:54.223Z
Modified
2026-03-20T12:41:10.809073Z
Summary
net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns()
Details

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

net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65cpswnussremovetx_chns()

When getting the IRQ we use k3udmagluetxget_irq() which returns negative error value on error. So not NULL check is not sufficient to deteremine if IRQ is valid. Check that IRQ is greater then zero to ensure it is valid.

There is no issue at probe time but at runtime user can invoke .setchannels which results in the following call chain. am65cpswsetchannels() am65cpswnussupdatetxrxchns() am65cpswnussremovetxchns() am65cpswnussinittxchns()

At this point if am65cpswnussinittxchns() fails due to k3udmagluetxgetirq() then tx_chn->irq will be set to a negative value.

Then, at subsequent .setchannels with higher channel count we will attempt to free an invalid IRQ in am65cpswnussremovetxchns() leading to a kernel warning.

The issue is present in the original commit that introduced this driver, although there, am65cpswnussupdatetxrxchns() existed as am65cpswnussupdatetx_chns().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/21xxx/CVE-2025-21799.json"
}
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
93a76530316a3d8cc2d82c3deca48424fee92100
Fixed
321990fdf4f1bb64e818c7140688bf33d129e48d
Fixed
ed8c0300f302338c36edb06bca99051e5be6fb2f
Fixed
aea5cca681d268f794fa2385f9ec26a5cce025cd
Fixed
88fd5db8c0073bd91d18391feb5741aeb0a2b475
Fixed
8448c87b3af68bebca21e3136913f7f77e363515
Fixed
8aae91ae1c65782a169ec070e023d4d269e5d6e6
Fixed
4395a44acb15850e492dd1de9ec4b6479d96bc80

Database specific

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