🛡️ AZL-74709 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-39813 affecting package kernel for versions less than 5.15.200.1-1

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

ftrace: Fix potential warning in trace_printk_seq during ftrace_dump

When calling ftrace_dump_one() concurrently with reading trace_pipe,

a WARN_ON_ONCE() in trace_printk_seq() can be triggered due to a race

condition.

The issue occurs because:

CPU0 (ftrace_dump) CPU1 (reader)

echo z > /proc/sysrq-trigger

!trace_empty(&iter)

trace_iterator_reset(&iter) <- len = size = 0

cat /sys/kernel/tracing/trace_pipe

trace_find_next_entry_inc(&iter)

__find_next_entry

ring_buffer_empty_cpu <- all empty

return NULL

trace_printk_seq(&iter.seq)

WARN_ON_ONCE(s->seq.len >= s->seq.size)

In the context between trace_empty() and trace_find_next_entry_inc()

during ftrace_dump, the ring buffer data was consumed by other readers.

This caused trace_find_next_entry_inc to return NULL, failing to populate

iter.seq. At this point, due to the prior trace_iterator_reset, both

iter.seq.len and iter.seq.size were set to 0. Since they are equal,

the WARN_ON_ONCE condition is triggered.

Move the trace_printk_seq() into the if block that checks to make sure the

return value of trace_find_next_entry_inc() is non-NULL in

ftrace_dump_one(), ensuring the 'iter.seq' is properly populated before

subsequent operations.

Affected software

AZL-74709 is recorded against 1 package.

  • kernel (fixed in 5.15.200.1-1)

Timeline and source

Published on 16 September 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-09-16
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 5.15.200.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-74709?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-74709 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.