CVE-2026-89054 PUBLISHED

OpenNMS missing authorization on /api/v2 PATCH endpoints allows unauthenticated configuration changes

Assigner: OpenNMS
Reserved: 10.09.2026 Published: 10.09.2026 Updated: 10.09.2026

A missing authorization vulnerability in OpenNMS Horizon allows configuration changes without authentication. The Spring Security policy for the /api/v2 REST API defines authorization rules for every HTTP method except PATCH, so the shipped @PATCH configuration endpoints for event configuration and SNMP data collection (which enable and disable event definitions and data-collection sources) are reachable with no authorization enforced. An unauthenticated attacker able to reach the web UI can disable event definitions and SNMP data collection, suppressing event and alarm generation and stopping metric collection - silently degrading monitoring and detection - with the change persisted and reloaded into the running system.

The solution is to upgrade to Horizon 36.0.4 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:N/UI:N/S:U/C:N/I:H/A:L
CVSS Score: 8.2

Product Status

Vendor The OpenNMS Group
Product Horizon
Versions Default: unaffected
  • affected from 36.0.0 to 36.0.4 (excl.)

Solutions

Upgrade to Horizon 36.0.4 or newer.

Credits

  • Xanlar Agamalizade finder

References

Problem Types

  • CWE-862 Missing Authorization CWE