opennms-dashboard-exposure: OpenNMS Dashboard - Exposure Detection

2026-01-24 opennms dashboard exposure PoC Public

Description

OpenNMS Dashboard exposure was detected. OpenNMS is an enterprise-grade network monitoring platform. Exposed dashboards may reveal sensitive network infrastructure information, monitoring data, alarms, and potentially allow unauthorized access.

PoC

id: opennms-dashboard-exposure

info:
  name: OpenNMS Dashboard - Exposure Detection
  author: ritikchaddha
  severity: medium
  description: |
    OpenNMS Dashboard exposure was detected. OpenNMS is an enterprise-grade network monitoring platform. Exposed dashboards may reveal sensitive network infrastructure information, monitoring data, alarms, and potentially allow unauthorized access.
  reference:
    - https://docs.opennms.com/horizon/35/operation/deep-dive/visualizations/dashboard.html
    - https://docs.opennms.com/horizon/30/operation/user-management/introduction.html
    - https://www.opennms.com/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cwe-id: CWE-200
    cpe: cpe:2.3:a:opennms:opennms:*:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: opennms
    product: opennms
    shodan-query: title:"OpenNMS Web Console"
    fofa-query: title="OpenNMS Web Console"
    google-dork: intitle:"OpenNMS Web Console"
  tags: panel,opennms,exposure,dashboard,network-monitoring,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/opennms/index.jsp"
      - "{{BaseURL}}/opennms/dashboard.jsp"
      - "{{BaseURL}}/opennms/"

    stop-at-first-match: true
    redirects: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "OpenNMS Web Console"
          - "OpenNMS"
        condition: or

      - type: word
        part: body
        words:
          - "Status"
          - "Dashboard"
          - "Home"
          - "Maps"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a0047304502206e7c929e2232d95b0342a50365291be07c98642b6350696129f51541ae4567ac022100c8124a03224b9ef3f3adc0afb742934f710130074e5f3df2b5dec69f69a1685c:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities