Junglewise Threat Intelligence

CVE-2026-64028: Linux Kernel null pointer dereference in hist_field_name tracing

CVE-2026-64028 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's event tracing component. An attacker could potentially cause a system crash by providing an excessively long name for a histogram variable, which leads to a null pointer dereference. This affects the stability and availability of the operating system.

Technical details

A vulnerability exists in 'kernel/trace/trace_events_hist.c' within the Linux kernel. The function 'hist_field_name()' can return a NULL pointer when 'snprintf()' truncation occurs during the processing of fully-qualified VAR_REF or EXPR cases. This happens because histogram variable names parsed from trigger strings lack a length cap, unlike 'system' and 'event_name' which are bounded by 'MAX_EVENT_NAME_LEN'. Callers such as 'strcat()' and 'strcmp()' do not expect a NULL return value, leading to a null pointer dereference and subsequent kernel oops/crash. The fix ensures the function returns an empty string instead of NULL upon truncation.

Affected products

  • Linux Linux Kernel 6.6.141 to 6.6.142

Timeline

  • 2026-07-19: advisory: CVE-2026-64028 published by NVD
  • 2026-05-20: patched: Fix committed to mainline kernel by Steven Rostedt

References

Related threats