PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23368 Linux CVE debrief

A Linux kernel vulnerability has been resolved, addressing an AB-BA deadlock issue when both LEDS_TRIGGER_NETDEV and LED_TRIGGER_PHY are enabled. The issue arises in the phy_led_triggers_register function during probe, which can cause a deadlock with LEDS_TRIGGER_NETDEV. Users of Linux kernel versions 4.16.1 to 6.18.17, and 7.0 rc1 to rc7, should review and apply patches. The vulnerability has a CVSS score of 5.5 and is related to a Linux kernel issue.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Users of Linux kernel versions 4.16.1 to 6.18.17, and 7.0 rc1 to rc7, should review and apply patches. Linux kernel maintainers and users with affected deployments should prioritize patching and verify the affected scope.

Technical summary

The vulnerability is caused by a deadlock between LED_TRIGGER_PHY and LEDS_TRIGGER_NETDEV. PHY LED triggers are registered during probe to avoid the AB-BA deadlock. The issue arises when LED_TRIGGER_PHY registers LED triggers during phy_attach while holding RTNL and then taking triggers_list_lock, and LEDS_TRIGGER_NETDEV takes triggers_list_lock and then RTNL. This can be resolved by registering phy_led_triggers during probe.

Defensive priority

Medium priority, as the vulnerability has a CVSS score of 5.5 and is related to a Linux kernel issue.

Recommended defensive actions

  • Review and apply patches provided by the Linux kernel maintainers.
  • Inventory and check for affected Linux kernel versions.
  • Monitor for any potential exploit attempts.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • 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.

Evidence notes

The CVE record was published on 2026-03-25T11:16:36.167Z and last modified on 2026-07-14T13:18:31.190Z. The NVD entry is currently Modified. Evidence is limited to public sources and may not reflect the full scope or impact of the vulnerability. Defenders should verify the affected scope and apply patches or mitigations accordingly.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23368 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-23368 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/241cd64cf2e32b28ead151b1795cd8fef2b6e482

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2764dcb3c35de4410f642afc62cf979727470575

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2b01518eabace18f7ec8b4cafd52082303080dca

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/305afdd02ff3e694c165457793104710ec0728e5

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c33523b8fd2d4c504ada18cd93f511f2a8f84217

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c6ffc2d2338d325e1edd0c702e3ee623aa5fdc6a

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c8dbdc6e380e7e96a51706db3e4b7870d8a9402d

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

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.