PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90402 Linux CVE debrief

A vulnerability in the Linux kernel's MHI host controller has been addressed. The issue occurs when the `mhi_register_controller` function adds a controller device before creating the optional `trigger_edl` sysfs file. If `sysfs_create_file` fails, the error path only drops the device reference, leaving the device registered. To fix this, `device_del` should be called in the error path before `put_device`.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Linux kernel maintainers, Linux distribution maintainers, and users of Linux kernel-based systems should assess exposure and verify patch deployment to prevent potential device registration issues. They should also monitor Linux kernel logs for signs of attempted exploitation or device registration anomalies.

Why it matters

CVE-2026-90402 is a vulnerability in the Linux kernel's MHI host controller that can cause device registration issues if the optional `trigger_edl` sysfs file creation fails. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential issues.

  • Verify patch deployment for Linux kernel versions to prevent potential device registration issues
  • Monitor Linux kernel logs for signs of attempted exploitation or device registration anomalies

Technical summary

The Linux kernel's MHI host controller has a vulnerability that occurs when the `mhi_register_controller` function adds a controller device before creating the optional `trigger_edl` sysfs file. If `sysfs_create_file` fails, the error path only drops the device reference, leaving the device registered. This issue can cause device registration problems if the optional `trigger_edl` sysfs file creation fails. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential issues.

Defensive priority

Linux kernel maintainers and users should assess exposure and verify patch deployment.

Recommended defensive actions

  • Assess exposure of Linux kernel deployments to CVE-2026-90402
  • Verify patch deployment for Linux kernel versions
  • Monitor Linux kernel logs for signs of attempted exploitation
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. Four source references from the Linux kernel Git repository are available. Linux kernel maintainers and users should verify patch deployment and assess exposure to prevent potential issues. The vulnerability occurs in the MHI host controller, and its exploitation could lead to device registration issues.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90402 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-90402

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-90402 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90402

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0d5b9e66591d4e2a4376ac82c8cda889a29ba3ee

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/4743959aa8d876b5b456a62e8a62eb770db7afe9

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/4fb17a7c437f145353e93e6a9791f6db70e1cc63

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7943dc67250fad6ceac0dd089c6ad5776e4be71d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.