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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-37080 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary File Deletion in **webTareas** 2.0.p8. <br>πŸ’₯ **Consequences**: Attackers can delete **any file** on the server. Total loss of integrity, availability, and confidentiality. πŸ’€

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-73**: External Control of File Name or Path. <br>πŸ” **Flaw**: The `atttmp1` parameter in `print_layout.php` is not sanitized. It allows path traversal or direct manipulation to target arbitrary system files. ⚠️

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **webTareas** version **2.0.p8**. <br>🏒 **Vendor**: luiswang. <br>πŸ“¦ **Component**: `print_layout.php` management module. Only this specific version is flagged. πŸ“Œ

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hacker Actions**: Delete critical system files, config files, or application data. <br>πŸ”“ **Privileges**: No authentication required (PR:N).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: None required (PR:N). <br>🌐 **Access**: Network accessible (AV:N). <br>πŸ–±οΈ **UI**: No user interaction needed (UI:N). Easy to exploit remotely. πŸš€

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ“‚ **Source**: ExploitDB ID **48430**. <br>πŸ”— **Advisory**: VulnCheck Advisory available. <br>⚠️ **Risk**: Wild exploitation is possible since PoC is public. 🌍

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **webTareas** instances. <br>🎯 **Target**: Check if `print_layout.php` is accessible. <br>πŸ§ͺ **Test**: Attempt to send malicious `atttmp1` parameter.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Official Patch**: **NO** specific patch mentioned in data. <br>πŸ“… **Published**: 2026-02-03 (Future date in data, treat as current). <br>πŸ”„ **Status**: No fixed version listed. Assume **unpatched**. 🚫

Q9What if no patch? (Workaround)

🚧 **Workaround**: <br>1️⃣ **Block Access**: Restrict access to `print_layout.php` via WAF or Nginx/Apache rules. <br>2️⃣ **Disable**: If not needed, disable the module.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>🚨 **Priority**: **P1**. <br>⏱️ **Reason**: Remote, unauthenticated, arbitrary file deletion. High impact, low effort. Immediate mitigation required. ⚑