Description
Two case-insensitive comparisons on request-derived usernames outside the main authorization path in CUPS's scheduler (printer ACL validation and private-attribute filtering) could allow bypass of username-based access controls in certain configurations.
Published: 2026-09-09
Score: 3 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CUPS’s scheduler performs two case‑insensitive comparisons on usernames extracted from client requests. These comparisons occur outside the main authentication path, in the printer ACL validation and private‑attribute filtering logic. Because the comparison is case‑insensitive, an attacker who supplies a username differing only by case from an authorized user can bypass the intended access controls and gain unauthorized access to the printer’s resources or private attributes. This weakness is classified as CWE‑178 and results in an authentication bypass that could allow a user to perform operations reserved for other users.

Affected Systems

The flaw affects Red Hat distributions that ship with CUPS, including Red Hat Enterprise Linux 6 through 10, Red Hat Hardened Images, and Red Hat OpenShift Container Platform 4. Versions of CUPS bundled in those products are susceptible unless the vendor has applied the fix. The Red Hat Hummingbird image (cpe:/a:redhat:hummingbird:1) is also impacted. The vulnerability is present in all affected releases where the default CUPS configuration is used.

Risk and Exploitability

The CVSS score of 3 indicates low severity; the EPSS score is not available and the flaw is not listed in CISA’s KEV catalog. The likely attack vector is remote, through the network service that CUPS exposes for print job submission and attribute queries. An attacker who can send a crafted request that supplies a case‑variant username can trigger the unsanitized comparison, bypassing authentication checks without requiring elevated privileges. The absence of a high exploit probability and the low CVSS suggest that the flaw would be exploited only in environments where the CUPS service is exposed to untrusted networks or where the privileged access controls have been relaxed.

Generated by OpenCVE AI on September 9, 2026 at 18:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest CUPS update that fixes the case‑insensitive username comparison.
  • Configure CUPS to restrict private‑attribute access to administrators only, or disable the feature if not needed.
  • Limit network exposure of the CUPS service by placing it behind a firewall or protecting it with TLS so that only trusted hosts can send print requests.

Generated by OpenCVE AI on September 9, 2026 at 18:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 09 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description Two case-insensitive comparisons on request-derived usernames outside the main authorization path in CUPS's scheduler (printer ACL validation and private-attribute filtering) could allow bypass of username-based access controls in certain configurations.
Title Cups: openprinting cups: remaining case-insensitive username matching in scheduler side paths (cve-2026-27447 follow-up)
First Time appeared Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
Weaknesses CWE-178
CPEs cpe:/a:redhat:hummingbird:1
cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
References
Metrics cvssV3_1

{'score': 3, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N'}


Subscriptions

Redhat Enterprise Linux Hummingbird Openshift
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-09T18:11:06.354Z

Reserved: 2026-09-09T13:58:06.399Z

Link: CVE-2026-87876

cve-icon Vulnrichment

Updated: 2026-09-09T18:10:01.126Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-09T17:17:53.377

Modified: 2026-09-09T20:13:26.720

Link: CVE-2026-87876

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T18:30:13Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity