PT-2026-43970 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-46102

CVSS v3.1

7.5

High

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
In the Linux kernel, the following vulnerability has been resolved:
net: strparser: fix skb head leak in strp abort strp()
When the stream parser is aborted, for example after a message assembly timeout, it can still hold a reference to a partially assembled message in strp->skb head.
That skb is not released in strp abort strp(), which leaks the partially assembled message and can be triggered repeatedly to exhaust memory.
Fix this by freeing strp->skb head and resetting the parser state in the abort path. Leave strp stop() unchanged so final cleanup still happens in strp done() after the work and timer have been synchronized.

Fix

Related Identifiers

CVE-2026-46102

Affected Products

Linux