Back to overview

CVE-2026-54497

MEDIUM
6.8
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-54497
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-15 18:01 UTC
Published
2026-07-17 20:45 UTC
Last updated
2026-07-17 20:45 UTC
Primary CWE
CWE-362
CWE-362: Concurrent Execution using Shared Resource with Imp…
Vendor / Product
ViewComponent / view_component
Sources
cve.org  ·  NVD

Severity & Metrics

6.8 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
Affected products (1)
VendorProductPlatformVersions
ViewComponent view_component >= 4.0.0, < 4.12.0
Weakness (CWE)
CWESourceDescription
CWE-362 cna CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-488 cna CWE-488: Exposure of Data Element to Wrong Session
CWE-668 cna CWE-668: Exposure of Resource to Wrong Sphere
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.8 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
References (3)
Back to overview