---
id: CVE-2026-55880
title: OpenReplay is a self-hosted session replay suite
summary: >-
  OpenReplay is a self-hosted session replay suite. In 1.27.0 and earlier, three
  dashboard and note mutation functions ran their SQL without the ownership
  predicate that their sibling read and edit functions use: notes.delete
  filtered only…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L'
cwe:
  - CWE-639
published: '2026-07-10'
updated: '2026-07-10'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55880'
references:
  - url: >-
      https://github.com/openreplay/openreplay/security/advisories/GHSA-9xfv-p2fx-vmx9
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00338
epssPercentile: 0.27404
ingestedAt: '2026-07-11T20:15:26.983Z'
---

## Overview

OpenReplay is a self-hosted session replay suite. In 1.27.0 and earlier, three dashboard and note mutation functions ran their SQL without the ownership predicate that their sibling read and edit functions use: notes.delete filtered only on note id and project id, while dashboards.update_widget and dashboards.remove_widget filtered only on dashboard id and widget id, allowing any authenticated member to delete another user's private session notes and remove or rewrite widgets on another user's private dashboards.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
