SatelliteApplication · Redhat

CVE-2026-5135

MEDIUM · 6.5 CVSS v3.1 Published 2026-07-01
Fix available
A fix is available. Upgrade to 3.18.2 / 3.19.1 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click 7 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A flaw was found in Foreman. This broken access control vulnerability allows an authenticated user with host-edit permissions to retarget an existing lookup value override to a different host. This is achieved by modifying the match field through nested host attributes, effectively bypassing authorisation checks. The consequence is the potential for unauthorised modification of managed host configurations across different organisational and location boundaries.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is a broken access control vulnerability in Foreman where an authenticated user with host-edit permissions can retarget existing lookup value overrides to different hosts by modifying the 'match' field through nested host attributes. The attack bypasses authorization checks, enabling unauthorized modification of managed host configurations across organizational and location boundaries.

MitigationImplement proper authorization validation when lookup value override match fields are modified to ensure users cannot retarget overrides to hosts outside their permitted scope. Consider adding explicit permission checks for cross-boundary lookup value modifications.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
SatelliteApplication
Affected:>= 6.16, < 6.16.10>= 6.17, < 6.17.9>= 6.18, < 6.18.7>= 6.19, < 6.19.2
ForemanApplication
Affected:< 3.18.2>= 3.19.0, < 3.19.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Foreman or Red Hat Satellite version
    Run 'foreman --version' or check the Satellite UI under Administer > About, or query the API: GET /api/status
    Affected if Version is < 3.18.2, or >= 3.19.0 and < 3.19.1 for Theforeman; or >= 6.16 and < 6.16.10, >= 6.17 and < 6.17.9, >= 6.18 and < 6.18.7, or >= 6.19 and < 6.19.2 for Red Hat Satellite
  2. Determine if lookup key overrides are configured
    Query the API for existing lookup keys with overrides: GET /api/lookup_keys or inspect the Foreman UI under Configure > Global Parameters > Lookup Keys
    Affected if Lookup keys with override values exist in the environment
  3. Verify if any users have host-edit permissions
    Check role permissions in Administer > Roles or query: GET /api/roles to identify roles with the edit_hosts permission
    Affected if Any users possess host-edit permissions, enabling them to potentially exploit this flaw
  4. Audit recent lookup value override modifications
    Review Foreman's audit log for changes to lookup_values; search for events where the 'match' field was modified, or check API: GET /api/audits?search=lookup_value
    Affected if There are audit entries showing lookup value overrides were retargeted to different hosts, particularly across organization or location boundaries

A user is affected if they run a vulnerable Foreman/Satellite version AND have lookup key overrides configured AND possess host-edit permissions, with potential unauthorized retargeting visible in audit logs.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.18.2 / 3.19.1 / 6.16.10 or later
Fixed in 3.18.23.19.16.16.10
Interim mitigation

Implement proper authorization validation when lookup value override match fields are modified to ensure users cannot retarget overrides to hosts outside their permitted scope. Consider adding explicit permission checks for cross-boundary lookup value modifications.

Recommended fix High confidence

Foreman: 3.18.2 or 3.19.1 | Satellite: 6.16.10, 6.17.9, 6.18.7, or 6.19.2 depending on your current major version

  1. Identify current Foreman or Satellite version using 'hammer --version' or checking the UI About page
  2. For Foreman installations: upgrade to version 3.18.2 or 3.19.1 (choose based on your upgrade path compatibility)
  3. For Satellite installations: upgrade to the appropriate version: 6.16.10, 6.17.9, 6.18.7, or 6.19.2 matching your current major release
  4. Apply the upgrade following standard Foreman/Satellite upgrade procedures
  5. After upgrade, verify the fix by confirming the version number matches the fixed release
  6. Test that lookup value overrides correctly enforce authorization and cannot be retargeted across different hosts/organizations
Caveat Review Foreman/Satellite release notes for any breaking changes between your current and target version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Satellite Scoped from the published advisory
  • Consultation4.0 h
  • Implementation12.0 h
  • Testing8.0 h
  • Review / QA4.0 h
28.0 hours of engineering $4,880
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,808.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-5135 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-5135 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data