Security Advisory

CVE-2024-50131

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-05 17:10:56
Last updated 2026-05-12 12:00:17
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: tracing: Consider the NULL character when validating the event length strlen() returns a string length excluding the null byte. If the string length equals to the maximum buffer length, the buffer will have no space for the NULL terminating character. This commit checks this condition and returns failure for it.