CVE-2020-28963
📋 TL;DR
CVE-2020-28963 is a buffer overflow vulnerability in Passcovery ZIP Password Recovery software that allows attackers to execute arbitrary code by exploiting the decompress function. This affects users running vulnerable versions of the software who process malicious ZIP files. Successful exploitation could lead to complete system compromise.
💻 Affected Systems
- Passcovery Co. Ltd ZIP Password Recovery
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to complete system takeover, data theft, and lateral movement within the network.
Likely Case
Local privilege escalation or denial of service when processing specially crafted ZIP files.
If Mitigated
Limited impact if software runs with minimal privileges and in isolated environments.
🎯 Exploit Status
Buffer overflow vulnerabilities in file processing functions are commonly exploited with publicly available proof-of-concept code.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: v3.70.70.0 or later
Vendor Advisory: https://www.passcovery.com/security/
Restart Required: Yes
Instructions:
1. Download latest version from official Passcovery website. 2. Uninstall current version. 3. Install updated version. 4. Restart system if prompted.
🔧 Temporary Workarounds
Disable ZIP processing
windowsPrevent the software from processing ZIP files until patched
Run with limited privileges
windowsExecute software with non-administrative user account
🧯 If You Can't Patch
- Uninstall the software completely
- Implement application whitelisting to prevent execution of vulnerable version
🔍 How to Verify
Check if Vulnerable:
Check Help > About in the application for version number
Check Version:
Not applicable - check via GUI only
Verify Fix Applied:
Verify version is v3.70.70.0 or higher in Help > About
📡 Detection & Monitoring
Log Indicators:
- Application crashes with memory access violations
- Unusual process creation from ZIP Password Recovery
Network Indicators:
- None - local exploitation only
SIEM Query:
EventID=1000 OR EventID=1001 Source="ZIP Password Recovery"