CVE-2026-74472
Received Received - Intake

ublk Kernel Memory Corruption in Linux Kernel

Vulnerability report for CVE-2026-74472, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev() ublk_ctrl_add_dev() memcpy()s the userspace ublksrv_ctrl_dev_info into ub->dev_info and then fixes up the fields the driver owns, but misses ->state and ->ublksrv_pid. A device added with ->state = UBLK_S_DEV_LIVE passes the "->state != UBLK_S_DEV_DEAD" test that ublk_stop_dev_unlocked() uses as its proxy for "a disk is attached", while ->ub_disk is still NULL, so DEL_DEV right after ADD_DEV oopses in del_gendisk(). UBLK_S_DEV_QUIESCED plus UBLK_F_USER_RECOVERY dies one step earlier, in ublk_force_abort_dev(). A poisoned ->state also gets START_USER_RECOVERY and the char device read/write path onto a device that was never started, and wedges START_DEV at -EEXIST. A poisoned ->ublksrv_pid just makes GET_DEV_INFO report an unrelated task as the ublk server. Reset both after the memcpy(), as ublk_detach_disk() does. Userspace only ever reads these back, so correcting them silently breaks nothing. ADD_DEV has copied ->state in unsanitized since ublk was merged, but back then it was harmless: the gendisk was allocated during ADD_DEV, and both teardown and the START_DEV -EEXIST check keyed off disk_live() rather than ->state. The oops became reachable once the disk allocation moved to START_DEV and those checks switched to ->state.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper handling of device state and process ID fields during device addition in the ublk subsystem. When a device is added, kernel-owned fields like state and ublksrv_pid are not reset after copying user-provided data, leading to potential system crashes or incorrect behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's ublk subsystem and requires kernel-level inspection. Detection involves checking kernel logs for oopses or crashes related to ublk operations, particularly after device addition or removal. No network-specific detection commands are applicable.

Impact Analysis

This vulnerability can cause kernel oopses or crashes when certain operations like device deletion or recovery are performed immediately after device addition. It may also lead to incorrect reporting of process IDs or device states, potentially causing system instability or misconfiguration.

Mitigation Strategies

Apply the latest Linux kernel security updates to patch this issue. Avoid using ublk device operations until patched. Monitor kernel logs for ublk-related errors as a sign of exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74472. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart