cve/2025/CVE-2025-37909.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2025-37909

Description

In the Linux kernel, the following vulnerability has been resolved:net: lan743x: Fix memleak issue when GSO enabledAlways map the skb to the LS descriptor. Previously skb wasmapped to EXT descriptor when the number of fragments is zero withGSO enabled. Mapping the skb to EXT descriptor prevents it frombeing freed, leading to a memory leak

POC

Reference

No PoCs from references.

Github