Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-80562

Published Aug 26, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-80562 is a known-severity vulnerability. It was published on August 26, 2026.

Technical Description

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

gpio: ml-ioh: use raw_spinlock_t for the register lock

ioh_irq_type() is registered as the irq_chip .irq_set_type callback and

takes chip->spinlock with spin_lock_irqsave(). This callback is reached

from __setup_irq() -> __irq_set_trigger() -> chip->irq_set_type() while

the caller holds desc->lock, a raw_spinlock_t, with hardirqs disabled.

That context is not sleepable, but on PREEMPT_RT a regular spinlock_t is

an rtmutex-backed sleeping lock, so acquiring it there is invalid.

ioh_irq_enable() and ioh_irq_disable() take the same lock from the

.irq_enable/.irq_disable callbacks, which are likewise invoked with

desc->lock held.

Convert the register lock to raw_spinlock_t. The same lock also

serializes the GPIO direction/value callbacks and the suspend/resume

register save/restore, and those critical sections only perform short

sequences of MMIO register accesses (ioread32()/iowrite32()); the

.irq_set_type callback a

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-80562?

CVE-2026-80562 is a known-severity vulnerability. It was published on August 26, 2026.

How severe is CVE-2026-80562?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-80562?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-80562?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80562 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.