CVE-2023-0846: Unauthenticated, stored XSS in display of alarm reduction-key

Published Feb 22, 2023
·
Updated

Unauthenticated, stored cross-site scripting in the display of alarm reduction keys in multiple versions of OpenNMS Horizon and Meridian could allow an attacker access to confidential session information. Users should upgrade to Meridian 2023.1.0 or newer, or Horizon 31.0.4. 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.

Affected Software

2 affected components
OpenNMS Horizon<31.0.4
OpenNMS Meridian<2023.1.0

Remediation

Information

https://github.com/OpenNMS/opennms/pull/5506/files Upgrade to a newer version of Meridian or Horizon. Or change the details.jsp file as follows:  Change:  <th class="col-md-1">Reduction&nbsp;Key</th>         <td class="col-md-11" colspan="3">             <% if (alarm.getReductionKey() != null) {%>             <%=alarm.getReductionKey()%>             <% } else {%>             &nbsp;             <% }%> To: <th class="col-md-1">Reduction&nbsp;Key</th>         <td class="col-md-11" colspan="3">             <% if (alarm.getReductionKey() != null) {%>             <%=WebSecurityUtils.sanitizeString(alarm.getReductionKey())%>             <% } else {%>             &nbsp;             <% }%> https://github.com/OpenNMS/opennms/pull/5506/files https://github.com/OpenNMS/opennms/pull/5506/files

Event History

Feb 22, 2023
CVE Published
via MITRE·06:35 PM
Data Sourced
via MITRE·06:35 PM
RemedyDescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is CVE-2023-0846?

CVE-2023-0846 is an unauthenticated stored cross-site scripting vulnerability found in the display of alarm reduction keys in multiple versions of OpenNMS Horizon and Meridian.

2

How severe is CVE-2023-0846?

CVE-2023-0846 has a severity rating of 6.1, which is classified as medium.

3

Which software versions are affected by CVE-2023-0846?

CVE-2023-0846 affects OpenNMS Horizon versions up to and including 31.0.4, and OpenNMS Meridian versions up to and including 2023.1.0.

4

How can I fix CVE-2023-0846?

To fix CVE-2023-0846, users should upgrade to OpenNMS Meridian 2023.1.0 or newer, or OpenNMS Horizon 31.0.4.

5

What is the CWE classification of CVE-2023-0846?

CVE-2023-0846 is classified under CWE-79, which is Cross-Site Scripting (XSS).

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203