PT-2026-61345 · Linux · Linux
CVE-2026-64028
·
Published
2026-07-19
·
Updated
2026-07-19
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
tracing: Avoid NULL return from hist field name() on truncation
hist field name() returns "" everywhere except the fully-qualified
VAR REF/EXPR case, where snprintf() truncation returns NULL early
and bypasses the bottom NULL->"" guard. Callers don't expect NULL:
strcat(expr, hist field name(field, 0)) at trace events hist.c:1758
and the strcmp() in the sort-key match loop at :4804 both deref it.
system and event name are bounded by MAX EVENT NAME LEN, but the
field name on a VAR REF is kstrdup'd from a histogram variable
name parsed out of the trigger string and has no length cap, so
a long enough var name in a fully qualified reference can reach
the truncation path.
Keep the length check but leave field name as "" on overflow.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux