CVE-2024-50131

high
Published 2024-11-05 · Modified 2026-05-12
CVSS v3
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
7.8

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.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-50131

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-50131.html

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/f4ed40d1c669bba1a54407d8182acdc405683f29

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/b86b0d6eea204116e4185acc35041ca4ff11a642

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/a14a075a14af8d622c576145455702591bdde09d

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/5fd942598ddeed9a212d1ff41f9f5b47bcc990a7

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/0b6e2e22cb23105fcb171ab92f0f7516c69c8471

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed6.1.115-1
debian debianbullseyefixed5.10.234-1
debian debianforkyfixed6.11.6-1
debian debiansidfixed6.11.6-1
debian debiantrixiefixed6.11.6-1
linux linux-kernelaffected5.15.170
linux linux-kernel6.12affected

References

CWEs

CWE-120

Verify integrity in audit chain (admin only). AS-IS.