This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Telesquare TLR-2005KSH router has a critical flaw. π **Consequences**: Attackers can upload arbitrary files (HTML/CGI). This leads to potential **defacement** or **remote code execution**.β¦
π‘οΈ **Root Cause**: **Incorrect Access Control**. π **Flaw**: The **PUT HTTP method** is enabled unnecessarily. This allows unauthorized file uploads directly to the system. No proper validation is in place.
Q3Who is affected? (Versions/Components)
π¦ **Affected Product**: Telesquare TLR-2005KSH. π°π· **Vendor**: Telesquare (South Korea). π‘ **Type**: SK Telecom LTE Router. β οΈ **Scope**: Specific model only. No other versions mentioned.
Q4What can hackers do? (Privileges/Data)
π» **Hackers Can**: Upload **arbitrary files**. π **Formats**: HTML and CGI scripts. π― **Impact**: Full control over web interface. Potential for **defacement** or **backdoor installation**.β¦
π **Auth Status**: Not explicitly stated as requiring auth. π **Config**: Relies on **PUT method** being enabled. π **Threshold**: Likely **LOW** if the method is exposed. Attackers just need to send a PUT request.β¦
π₯ **Public Exp?**: YES. π **PoC**: Available on GitHub (`CVE-2021-45428-Defacer`). π **Automation**: Nuclei templates exist. π **Proof**: PacketStorm Security report linked. Wild exploitation is possible.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **HTTP PUT method** support. π οΈ **Tool**: Use Nuclei or custom scripts. π‘ **Target**: Check if `/` or upload endpoints accept PUT. π **Verify**: Try uploading a test HTML file.β¦