🛡️ AZL-64853 — kernel

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

Description

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

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

tty: serial: uartlite: register uart driver in init

When two instances of uart devices are probing, a concurrency race can

occur. If one thread calls uart_register_driver function, which first

allocates and assigns memory to 'uart_state' member of uart_driver

structure, the other instance can bypass uart driver registration and

call ulite_assign. This calls uart_add_one_port, which expects the uart

driver to be fully initialized. This leads to a kernel panic due to a

null pointer dereference:

[ 8.143581] BUG: kernel NULL pointer dereference, address: 00000000000002b8

[ 8.156982] #PF: supervisor write access in kernel mode

[ 8.156984] #PF: error_code(0x0002) - not-present page

[ 8.156986] PGD 0 P4D 0

...

[ 8.180668] RIP: 0010:mutex_lock+0x19/0x30

[ 8.188624] Call Trace:

[ 8.188629] ? __die_body.cold+0x1a/0x1f

[ 8.195260] ? page_fault_oops+0x15c/0x290

[ 8.209183] ? __irq_resolve_mapping+0x47/0x80

[ 8.209187] ? exc_page_fault+0x64/0x140

[ 8.209190] ? asm_exc_page_fault+0x22/0x30

[ 8.209196] ? mutex_lock+0x19/0x30

[ 8.223116] uart_add_one_port+0x60/0x440

[ 8.223122] ? proc_tty_register_driver+0x43/0x50

[ 8.223126] ? tty_register_driver+0x1ca/0x1e0

[ 8.246250] ulite_probe+0x357/0x4b0 [uartlite]

To prevent it, move uart driver registration in to init function. This

will ensure that uart_driver is always registered when probe function

is called.

Affected software

AZL-64853 is recorded against 1 package.

  • kernel (fixed in 6.6.96.1-1)

Timeline and source

Published on 9 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-09
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-64853?

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