CVE-2026-54497

view_component is a framework for building reusable, testable, and encapsulated view components in Ruby on Rails. From 4.0.0 until 4.12.0, ViewComponent::Base instances retain render-scoped objects across calls to render_in; if the same component, collection, or spacer component instance is reused across requests, users, tenants, or threads, later renders can use stale helpers, controller, request, view_flow, format/variant details, and slot child context from an earlier render. This can cause authorization-aware components to render privileged UI for a lower-privileged user, generate links using a stale Host header, leak slot/helper state, and mix request context under concurrent rendering. This issue is fixed in version 4.12.0.
Configurations

No configuration.

History

20 Jul 2026, 15:16

Type Values Removed Values Added
References () https://github.com/ViewComponent/view_component/security/advisories/GHSA-9h85-g7w3-rh49 - () https://github.com/ViewComponent/view_component/security/advisories/GHSA-9h85-g7w3-rh49 -

17 Jul 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-17 21:17

Updated : 2026-07-20 15:16


NVD link : CVE-2026-54497

Mitre link : CVE-2026-54497

CVE.ORG link : CVE-2026-54497


JSON object : View

Products Affected

No product.

CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

CWE-488

Exposure of Data Element to Wrong Session

CWE-668

Exposure of Resource to Wrong Sphere