🛡️ AZL-64577 — kernel

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

Description

CVE-2025-38100 affecting package kernel for versions less than 6.6.96.1-1

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

x86/iopl: Cure TIF_IO_BITMAP inconsistencies

io_bitmap_exit() is invoked from exit_thread() when a task exists or

when a fork fails. In the latter case the exit_thread() cleans up

resources which were allocated during fork().

io_bitmap_exit() invokes task_update_io_bitmap(), which in turn ends up

in tss_update_io_bitmap(). tss_update_io_bitmap() operates on the

current task. If current has TIF_IO_BITMAP set, but no bitmap installed,

tss_update_io_bitmap() crashes with a NULL pointer dereference.

There are two issues, which lead to that problem:

1) io_bitmap_exit() should not invoke task_update_io_bitmap() when

the task, which is cleaned up, is not the current task. That's a

clear indicator for a cleanup after a failed fork().

2) A task should not have TIF_IO_BITMAP set and neither a bitmap

installed nor IOPL emulation level 3 activated.

This happens when a kernel thread is created in the context of

a user space thread, which has TIF_IO_BITMAP set as the thread

flags are copied and the IO bitmap pointer is cleared.

Other than in the failed fork() case this has no impact because

kernel threads including IO workers never return to user space and

therefore never invoke tss_update_io_bitmap().

Cure this by adding the missing cleanups and checks:

1) Prevent io_bitmap_exit() to invoke task_update_io_bitmap() if

the to be cleaned up task is not the current task.

2) Clear TIF_IO_BITMAP in copy_thread() unconditionally. For user

space forks it is set later, when the IO bitmap is inherited in

io_bitmap_share().

For paranoia sake, add a warning into tss_update_io_bitmap() to catch

the case, when that code is invoked with inconsistent state.

Affected software

AZL-64577 is recorded against 1 package.

  • kernel (fixed in 6.6.96.1-1)

Timeline and source

Published on 3 July 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-07-03
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.6.96.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-64577?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-64577 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.