Bug 2486730 (CVE-2026-52903) - CVE-2026-52903 manageiq: YAML safe_load production fallback to unsafe_load enables RCE via deserialization
Summary: CVE-2026-52903 manageiq: YAML safe_load production fallback to unsafe_load en...
Keywords:
Status: NEW
Alias: CVE-2026-52903
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-09 07:26 UTC by OSIDB Bzimport
Modified: 2026-06-09 09:29 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-09 07:26:00 UTC
A deserialization vulnerability was found in ManageIQ. The YamlLoadAliases module in lib/extensions/yaml_load_aliases.rb overrides YAML.safe_load globally. When a Psych::DisallowedClass error is raised in production, instead of raising the error, it silently falls back to YAML.unsafe_load, which deserializes arbitrary Ruby objects. An authenticated user with dialog import access can upload a crafted YAML payload containing classes outside the permitted list to trigger the fallback and achieve Remote Code Execution via standard Ruby gadget chains.

The code comment explicitly labels this a "Temporary hack to fallback to psych 3 behavior" but it was never removed.


Note You need to log in before you can comment on or make changes to this bug.