Cyber Resilience

CVE-2026-5138

Access Control in Redhat Satellite 6.16 – 6.16.10

Published
01 July 2026
Modified
09 July 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0025 16th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-5138 is a medium-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique System Network Configuration Discovery (T1016); ranked at the 16th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in Foreman. An authenticated user with host-edit permissions could exploit a cross-tenant information disclosure vulnerability. This flaw occurs because the taxonomy_scope controller method does not properly validate organization and location IDs from nested request parameters, bypassing…

more

existing authorization checks. This allows the user to leak sensitive infrastructure metadata, including subnet topology, IP ranges, gateways, DNS servers, and VLAN IDs, from organizations and locations they are not authorized to access.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1016 System Network Configuration Discovery Discovery
Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of systems they access or through information discovery of remote systems.
Why these techniques?

Directly enables unauthorized System Network Configuration Discovery (subnet topology, IP ranges, gateways, DNS, VLANs) via authz bypass.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-5135Same product: Redhat Enterprise Linux
CVE-2026-5142Same product: Redhat Enterprise Linux
CVE-2026-5136Same product: Redhat Enterprise Linux
CVE-2023-0118Same product: Redhat Enterprise Linux
CVE-2025-9572Same product: Redhat Enterprise Linux
CVE-2023-0462Same product: Redhat Satellite
CVE-2026-13316Same product: Redhat Satellite
CVE-2023-4886Same product: Redhat Satellite
CVE-2024-7700Same product: Redhat Satellite
CVE-2026-9073Same product: Redhat Satellite

Affected Assets

redhat
satellite
6.16 — 6.16.10 · 6.17 — 6.17.9 · 6.18 — 6.18.7
theforeman
foreman
≤ 3.18.2 · 3.19.0 — 3.19.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization decisions on host and taxonomy resources so that manipulated organization/location IDs cannot bypass access checks.

prevent

Requires validation of all organization and location identifiers supplied in nested request parameters before they are used to scope queries.

prevent

Enforces information-flow rules between separate organization/location security domains, blocking unauthorized leakage of subnet, IP, and VLAN metadata.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 full match
prevents

Enforcing authorization policy and least privilege directly blocks user-controlled key tampering that bypasses access checks.

PR.IR-01 mostly match
prevents

Logical access controls prevent unauthorized data access that results from missing authorization checks on object references.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing authorization checks but does not prevent the weakness in production.

prevents

Information access restriction explicitly enforces that users may only retrieve data they are authorized to see, directly addressing user-controlled key bypass.

prevents

Access control policy directly requires enforcement of authorization rules that prevent unauthorized access via manipulated keys.

prevents

Managing access rights includes ensuring users can only access their own records and not bypass authorization by altering identifiers.

mitigates

Privileged access rights control restricts what data each user may access, mitigating direct object reference attacks.

prevents

Secure development lifecycle includes authorization design but does not itself implement runtime access checks.

References