CVE-2026-89089 PUBLISHED

OpenNMS SQL injection in shipped Asset Management JasperReports via the DATE_FORMAT parameter (ROLE_USER)

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

A SQL injection vulnerability exists in the JasperReports-based reporting feature of multiple versions of OpenNMS Meridian and Horizon. A low-privileged authenticated user (ROLE_USER) can run the shipped, default-enabled online reports "Maintenance contracts expired" (AssetManagementMaintExpired) and "Maintenance contracts strategy" (AssetManagementMaintStrategy) via the reporting REST API (POST /rest/reports/{id}) and supply a DATE_FORMAT parameter that the report templates substitute literally, un-escaped, into their SQL queries. This lets an attacker execute arbitrary SQL against the OpenNMS database and read arbitrary data, including database-stored secrets such as provisioning and notification credentials and SNMP community strings.

The solution is to upgrade to Meridian 2024.3.13, 2025.0.10 and 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:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

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

Solutions

Upgrade to Meridian 2024.3.13, 2025.0.10 and Horizon 36.0.4 or newer.

Credits

  • Xanlar Agamalizade finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE