CVE-2026-45297
Last modified
CVE-2026-45297 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. OpenReplay is a self-hosted session replay suite. Prior to 1.26.0, there is a cross-tenant IDOR on feature-flag and assist-stats routes via {project_id} case mismatch. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
OpenReplay is a self-hosted session replay suite. Prior to 1.26.0, there is a cross-tenant IDOR on feature-flag and assist-stats routes via {project_id} case mismatch. ProjectAuthorizer.__call__ (OSS api/auth/auth_project.py:14-38 and EE ee/api/auth/auth_project.py:14-46) only runs projects.is_authorized(project_id, tenant_id, user_id) + projects.get_project(tenant_id, project_id) when self.project_identifier == "projectId" (camelCase). For EE multi-tenant, feature-flag queries only filter on project_id, never tenant_id. Any authenticated user in tenant A can read/update/delete feature-flag rows belonging to tenant B by iterating the sequential integer project_id + feature_flag_id. OSS is single-tenant by design ({"errors":["tenants already registered"]} on second signup) so there's no cross-tenant impact This vulnerability is fixed in 1.26.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45297?
How severe is CVE-2026-45297?
How do I fix CVE-2026-45297?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45291Cloudburst Network provides network components used within C…7.5
- CVE-2026-45292opentelemetry-java is the Java implementation of the OpenTel…5.3
- CVE-2026-45293WordPress Coding Standards is a set of PHP_CodeSniffer rules…8.6
- CVE-2026-45294FreeScout is a free help desk and shared inbox built with PH…5.3
- CVE-2026-45295FreeScout is a free help desk and shared inbox built with PH…6.5
- CVE-2026-45296OpenReplay is a self-hosted session replay suite. Prior to 1…7.7
- CVE-2026-45298Dozzle is a realtime log viewer for docker containers. Prior…8.6
- CVE-2026-45299Open WebUI is a self-hosted artificial intelligence platform…5.4
- CVE-2026-4530A security flaw has been discovered in apconw Aix-DB up to 1…5.3
- CVE-2026-45300The AsyncHttpClient (AHC) library allows Java applications t…7.4
- CVE-2026-45301Open WebUI is a self-hosted artificial intelligence platform…8.1
- CVE-2026-45302parse-nested-form-data is a tiny node module for parsing For…8.2
Are you affected by CVE-2026-45297?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
