CVE-2026-53306: tty: hvc_iucv: fix off-by-one in number of supported devices

Published Jun 26, 2026
·
Updated

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

tty: hvciucv: fix off-by-one in number of supported devices

MAXHVCIUCVLINES == HVCALLOCTTYADAPTERS == 8. This is the number of entries in: static struct hvciucvprivate hvciucvtable[MAXHVCIUCVLINES];

Sometimes hvciucvtable[] is limited by: (a) if (num > hvciucvdevices) // for error detection or (b) for (i = 0; i < hvciucvdevices; i++) // in 2 places (so these 2 don't agree; second one appears to be correct to me.)

hvciucvdevices can be 0..8. This is a counter. (c) if (hvciucvdevices > MAXHVCIUCVLINES)

If hvciucvdevices == 8, (a) allows the code to access hvciucvtable[8]. Oops.

Affected Software

8 affected components
Linux Linux kernel
Linux Linux kernel>=2.6.29<5.10.258
Linux Linux kernel>=5.11<5.15.209
Linux Linux kernel>=5.16<6.1.175
Linux Linux kernel>=6.2<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel to a version that resolves this vulnerability.

    Fixed in MAX_HVC_IUCV_LINES == HVC_ALLOC_TTY_ADAPTERS == 8
  2. Upgrade

    Upgrade Linux kernel to a version that resolves this vulnerability.

    Patch tty: hvc_iucv: fix off-by-one in number of supported devices

Event History

Jun 26, 2026
CVE Published
via MITRE·07:41 PM
Data Sourced
via MITRE·07:41 PM
Description
Data Sourced
via NVD·08:17 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-53306?

CVE-2026-53306 has a risk score of 27, indicating moderate severity.

2

How do I fix CVE-2026-53306?

To fix CVE-2026-53306, update your Linux kernel to the latest patched version.

3

What does CVE-2026-53306 affect?

CVE-2026-53306 affects the tty subsystem in the Linux kernel.

4

What type of vulnerability is CVE-2026-53306?

CVE-2026-53306 is an off-by-one error in the number of supported devices.

5

When was CVE-2026-53306 published?

CVE-2026-53306 was published on June 26, 2026.

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