
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a NULL pointer dereference vulnerability was discovered in the RTLA (Real-Time Linux Analysis) tools. The vulnerability was identified in February 2025 and affects the osnoise and timerlat components. The issue occurs when the 'record' pointer is NULL before calling osnoiseinittrace_tool, leading to potential NULL pointer dereferences in multiple source files (Kernel Git).
The vulnerability manifests in four different source files within the RTLA tools: osnoisehist.c, osnoisetop.c, timerlathist.c, and timerlattop.c. Specifically, NULL pointer dereference errors were detected at the following locations: osnoisehist.c:870:31-36, osnoisetop.c:650:31-36, timerlathist.c:905:31-36, and timerlattop.c:700:31-36. The issue occurs because the 'record' pointer can be NULL before calling osnoiseinittrace_tool, but the code attempts to dereference it anyway (Kernel Git).
A NULL pointer dereference can lead to a kernel crash or system instability when using the RTLA tools. This is particularly concerning for systems that rely on these tools for real-time analysis and monitoring (Kernel Git).
The issue has been fixed by adding an 'out_free' tag to avoid dereferencing NULL pointers and properly handling error conditions. The fix involves modifying the error handling paths in all affected files to ensure proper cleanup when errors occur (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."