CVE-2026-68182: comedi: comedi_parport: deal with premature interrupt

Published Aug 10, 2026
·
Updated

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

comedi: comediparport: deal with premature interrupt

Syzbot reported a general protection fault in comedigetissubdevicerunning(), which was called from the interrupt handler parportinterrupt() in the "comediparport" driver, but it does not currently have a C reproducer for the problem. It's probably due to a premature interrupt for one of two reasons:

1. The driver sets up the interrupt handler before the comedi subdevices used by the interrupt handler have been allocated, but does not disable the interrupt in the parallel port's CTRL register first. 2. The driver uses a user-supplied I/O port base address which Syzbot would have supplied, but it might not be backed by real parallel port hardware.

Change the initialization order in the driver's comedi "attach" handler (parportattach()) so that the hardware registers are initialized before the interrupt handler is requested. This should prevent premature interrupts occurring for real hardware.

Also add a test to the interrupt handler to ensure the comedi device is fully attached and return early if it isn't.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In the comedi "attach" handler, disable the interrupt in the parallel port's CTRL register first, then set up/request the interrupt handler only after the comedi device is fully attached (return early if it isn't).

    comedi_parport driver parallel port CTRL register interrupt state = disable interrupt before requesting the interrupt handler
  2. Configuration

    Change the initialization order in the comedi "attach" handler so the driver sets up the interrupt handler only after the comedi subdevices are initialized/available, ensuring `comedi_get_is_subdevice_running()` called from `parport_interrupt()` is safe.

    comedi_parport driver initialization order = request interrupt handler after comedi subdevices are set up

Event History

Aug 10, 2026
CVE Published
via MITRE·11:59 AM
Data Sourced
via MITRE·11:59 AM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68182?

The severity of CVE-2026-68182 is rated at 27.

2

How do I fix CVE-2026-68182?

To fix CVE-2026-68182, update your Linux kernel to the patched version provided by the maintainers.

3

What systems are affected by CVE-2026-68182?

CVE-2026-68182 affects the Linux kernel that utilizes the comedi_parport driver.

4

What are the potential impacts of CVE-2026-68182?

The potential impacts of CVE-2026-68182 include a general protection fault that may lead to system instability.

5

Is there a workaround for CVE-2026-68182 until a fix is applied?

Currently, there are no specific workarounds documented for CVE-2026-68182, and immediate updating is recommended.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203