CVE Catalog

CVE-2026-55880

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

9th percentile - higher than 9% of all known CVEs

Summary

In OpenReplay versions 1.27.0 and earlier, three mutation functions (notes.delete, dashboards.update_widget, dashboards.remove_widget) did not check resource ownership, allowing any authenticated user to delete other users' private session notes and modify widgets on their private dashboards.

Risk Assessment

The risk is that any authenticated member can delete or modify private session data and widgets, potentially causing data loss and confidentiality breaches.

Recommendation

Upgrade OpenReplay to version 1.28.0 or later, which includes a fix that adds ownership checks to the mutation functions.

Other vulnerabilities in OpenReplay

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS