CVE-2025-37757

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37757
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37757.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37757
Downstream
Related
Published
2025-05-01T13:15:54Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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

tipc: fix memory leak in tipclinkxmit

In case the backlog transmit queue for system-importance messages is overloaded, tipclinkxmit() returns -ENOBUFS but the skb list is not purged. This leads to memory leak and failure when a skb is allocated.

This commit fixes this issue by purging the skb list before tipclinkxmit() returns.

References

Affected packages