CVE-2026-19182 PUBLISHED

OpenNMS v2 Alarm REST API inverted authorization check lets ROLE_REST users acknowledge alarms as any user and bypass read-only

Assigner: OpenNMS
Reserved: 06.08.2026 Published: 13.08.2026 Updated: 13.08.2026

An incorrect authorization check in the v2 Alarm REST API in OpenNMS Meridian and Horizon allows a low-privileged authenticated user (ROLE_REST) to acknowledge, escalate, or clear alarms recorded as an arbitrary username, and, when also assigned ROLE_READONLY, to modify alarm state despite the read-only restriction. A credential check that should restrict these operations is guarded by an inverted condition, so it never executes for a real (non-blank) username. This can potentially allow an attacker to compromise the integrity of alarm state and audit records.

The solution is to upgrade to Meridian 2024.3.12, 2025.0.9 and Horizon 36.0.3 or newer. Meridian and Horizon installation instructions state that they are intended for installation within an organization's private networks and should not be directly accessible from the Internet.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor The OpenNMS Group
Product Meridian
Versions Default: unaffected
  • affected from 2024.1.0 to 2024.3.12 (excl.)
  • affected from 2025.0.0 to 2025.0.9 (excl.)
Vendor The OpenNMS Group
Product Horizon
Versions Default: unaffected
  • affected from 36.0.0 to 36.0.3 (excl.)

Solutions

Upgrade to Meridian 2024.3.12, 2025.0.9 and Horizon 36.0.3 or newer.

Credits

  • Santosh Kumar Puppala finder

References

Problem Types

  • CWE-863 Incorrect Authorization CWE