Skip to main content

Linux Kernel CVE-2026-53028

| EUVDEUVD-2026-38896 MEDIUM
NULL Pointer Dereference (CWE-476)
2026-06-24 Linux GHSA-fw2f-r9xj-6gr9
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local attack, low privileges to trigger USB Type-C events; impact is kernel crash only, no confidentiality or integrity exposure.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 15, 2026 - 17:01 vuln.today
CVSS changed
Jul 15, 2026 - 14:52 NVD
5.5 (MEDIUM)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:29 nvd
MEDIUM 5.5
CVE Published
Jun 24, 2026 - 16:29 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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

usb: typec: Fix error pointer dereference

The variable tps->partner is checked for an error pointer and then if it is, it sends an error message but does not return and then immediately dereferenced a few lines below:

tps->partner = typec_register_partner(tps->port, &desc); if (IS_ERR(tps->partner)) dev_warn(tps->dev, "%s: failed to register partnet\n", __func__);

if (desc.identity) { typec_partner_set_identity(tps->partner); cd321x->cur_partner_identity = st.partner_identity; }

Add early return and fix spelling mistake in error message.

Detected by Smatch: drivers/usb/typec/tipd/core.c:827 cd321x_update_work() error: 'tps->partner' dereferencing possible ERR_PTR()

AnalysisAI

Error pointer dereference in the Linux kernel USB Type-C TI Power Delivery (tipd) driver allows a local low-privileged user to crash the kernel (denial of service) on systems with TI CD321x or TPS6598x USB Type-C controller hardware. The flaw in cd321x_update_work() at drivers/usb/typec/tipd/core.c:827 logs a warning when typec_register_partner() fails but omits an early return, causing a subsequent unconditional dereference of the error pointer via typec_partner_set_identity(). …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Gain local low-privilege access
Delivery
Connect Type-C device to TI CD321x port
Exploit
Trigger typec_register_partner() failure
Execution
Kernel skips early return
Persist
Dereference error pointer in typec_partner_set_identity()
Impact
Kernel panic / system crash

Vulnerability AssessmentAI

Exploitation Exploitation requires local access with at least low-privilege credentials (PR:L per CVSS) on a Linux system running a kernel version between the introduction commit 82432bbfb9e83b7e81d04660fe129b99a29b2ac2 and the relevant fix commit for the installed branch. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 base score of 5.5 (Medium) with vector AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H accurately reflects a locally-exploitable denial-of-service only, with no confidentiality or integrity impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user with low-privilege credentials on a Linux system equipped with a TI CD321x USB Type-C Power Delivery controller connects a USB Type-C device that causes `typec_register_partner()` to fail. The kernel tipd driver logs a warning but does not return early, then dereferences the error pointer in `typec_partner_set_identity()`, triggering a kernel oops or panic and crashing the system. …
Remediation Upgrade to Linux kernel 6.18.33, 7.0.10, or 7.1, which contain the upstream fix. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-53028 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy