CVE-2026-53024

Source
https://cve.org/CVERecord?id=CVE-2026-53024
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53024.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53024
Downstream
Published
2026-06-24T16:29:33.184Z
Modified
2026-07-15T01:49:22.387255941Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
greybus: raw: fix use-after-free if write is called after disconnect
Details

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

greybus: raw: fix use-after-free if write is called after disconnect

If a user writes to the chardev after disconnect has been called, the kernel panics with the following trace (with CONFIGINITONFREEDEFAULT_ON=y):

    BUG: kernel NULL pointer dereference, address: 0000000000000218
     ...
    Call Trace:
     <TASK>
     gb_operation_create_common+0x61/0x180
     gb_operation_create_flags+0x28/0xa0
     gb_operation_sync_timeout+0x6f/0x100
     raw_write+0x7b/0xc7 [gb_raw]
     vfs_write+0xcf/0x420
     ? task_mm_cid_work+0x136/0x220
     ksys_write+0x63/0xe0
     do_syscall_64+0xa4/0x290
     entry_SYSCALL_64_after_hwframe+0x77/0x7f

Disconnect calls gbconnectiondestroy, which ends up freeing the connection object. When gboperationsync is called in the write file operations, its gets a freed connection as parameter and the kernel panics.

The gbconnectiondestroy cannot be moved out of the disconnect function, as the Greybus subsystem expect all connections belonging to a bundle to be destroyed when disconnect returns.

To prevent this bug, use a rw lock to synchronize access between write and disconnect. This guarantees that the write function doesn't try to use a disconnected connection.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53024.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e806c7fb8e9bae87fc23958c3789f2c2f96f54a4
Fixed
48d6c32bc049abd114e8f0836c0e7d7cbfba7827
Fixed
84265cbd96b97058ef67e3f8be3933667a000835

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53024.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.9.0
Fixed
7.0.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53024.json"