HOMEVULNERABILITIESCVE-2026-53024
HIGH

CVE-2026-53024

Published: June 24, 2026· Updated: Jun 28, 2026

7.8
CVSS v3.1
EPSS:0.16%probability of exploitation in 30 daysPercentile:5.8th

Official Description

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

CONFIG_INIT_ON_FREE_DEFAULT_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 gb_connection_destroy, which ends up freeing the

connection object. When gb_operation_sync is called in the write file

operations, its gets a freed connection as parameter and the kernel

panics.

The gb_connection_destroy 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.

NVD Source

Technical Analysis

CVE-2026-53024 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 7.8.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2026-53024
CVSS Score7.8 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.16%
PublishedJun 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53024 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.