Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-35174 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal in Admin Console. πŸ’₯ **Consequences**: Arbitrary file download or Remote Code Execution (RCE). Critical integrity loss.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-22 (Path Traversal). πŸ› **Flaw**: Insufficient validation of file paths in the management console, allowing directory traversal sequences.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **chyrp-lite** by **xenocrat** (Daniel Pimley). πŸ“… **Version**: Pre-2026.01. Self-hosted blog platform users are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Download sensitive files (source code, configs). 🎯 **Goal**: Achieve Remote Code Execution (RCE) to take over the server. Full system compromise.

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Threshold**: **High** for attackers. πŸ“ **Requirement**: **PR:H** (Privileges Required: High). Must have **Admin Console** access. Not remote unauthenticated.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ•΅οΈ **Public Exp?**: No PoCs listed in data. 🌍 **Wild Exp**: Unconfirmed. However, CVSS 8.0+ suggests high impact if auth is bypassed or compromised.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **chyrp-lite** instances. πŸ§ͺ **Test**: Verify if admin panel allows path traversal in file download endpoints. Check version < 2026.01.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. 🩹 **Patch**: Upgrade to **chyrp-lite 2026.01** or later. Official advisory: GHSA-p6pf-2grm-8257.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Restrict admin console access. πŸ›‘ **Mitigation**: Implement WAF rules to block `../` sequences. Limit file download permissions strictly.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **High Priority**. πŸ“ˆ **Risk**: CVSS 8.0 (High). Even with auth requirement, admin compromise leads to total server takeover. Patch immediately!