Access of Uninitialized Pointer Affecting libperf-debuginfo package, versions <0:6.12.0-124.8.1.el10_1


Severity

Recommended
0.0
medium
0
10

Based on CentOS security rating.

Threat Intelligence

EPSS
0.03% (10th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CENTOS10-LIBPERFDEBUGINFO-14923928
  • published14 Jan 2026
  • disclosed18 Jun 2025

Introduced: 18 Jun 2025

CVE-2025-38067  (opens in a new tab)
CWE-824  (opens in a new tab)

How to fix?

Upgrade Centos:10 libperf-debuginfo to version 0:6.12.0-124.8.1.el10_1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libperf-debuginfo package and not the libperf-debuginfo package as distributed by Centos. See How to fix? for Centos:10 relevant fixed versions and status.

In the Linux kernel, the following vulnerability has been resolved:

rseq: Fix segfault on registration when rseq_cs is non-zero

The rseq_cs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault on return to user-space if the value stored in the rseq_cs field doesn't point to a valid struct rseq_cs.

The correct solution to this would be to fail the rseq registration when the rseq_cs field is non-zero. However, some older versions of glibc will reuse the rseq area of previous threads without clearing the rseq_cs field and will also terminate the process if the rseq registration fails in a secondary thread. This wasn't caught in testing because in this case the leftover rseq_cs does point to a valid struct rseq_cs.

What we can do is clear the rseq_cs field on registration when it's non-zero which will prevent segfaults on registration and won't break the glibc versions that reuse rseq areas on thread creation.

CVSS Base Scores

version 3.1