Easy-Hide-IP 5.0.0.3 contains an unquoted service path vulnerability in the EasyRedirect service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in 'C:\Program Files\Easy-Hide-IP\rdr\EasyRedirect.exe' to inject malicious executables and escalate privileges.
CVE-2019-25273 is a local privilege escalation vulnerability in Easy-Hide-IP 5.0.0.3 affecting the EasyRedirect service through an unquoted service path. Attackers with local access can inject malicious executables into the service path to execute arbitrary code with elevated privileges. While no public exploit is available, the vulnerability poses a significant risk to organizations using this VPN/proxy software, particularly in environments with shared or compromised user accounts.
Immediate Actions:
1. Identify all systems running Easy-Hide-IP 5.0.0.3 across the organization using asset management tools
2. Restrict local administrative access and enforce principle of least privilege
3. Implement application whitelisting to prevent unauthorized executable execution in Program Files directories
Patching Guidance:
1. Upgrade Easy-Hide-IP to version 5.0.0.4 or later immediately
2. If upgrade is not immediately possible, uninstall Easy-Hide-IP and use alternative VPN solutions
3. Verify patch installation by checking service path configuration: sc qc EasyRedirect (should show quoted path)
Compensating Controls:
1. Implement file integrity monitoring (FIM) on C:\Program Files\Easy-Hide-IP\ directory
2. Deploy endpoint detection and response (EDR) solutions to monitor service creation and privilege escalation attempts
3. Restrict local logon rights to authorized personnel only
4. Enable Windows Event Log monitoring for service modifications (Event ID 7045)
Detection Rules:
1. Monitor for unquoted service paths: Get-WmiObject win32_service | Where-Object {$_.PathName -notmatch '\"'}
2. Alert on executable creation in Easy-Hide-IP directory with different hash than original
3. Monitor for EasyRedirect service restart or modification events
الإجراءات الفورية:
1. تحديد جميع الأنظمة التي تقوم بتشغيل Easy-Hide-IP 5.0.0.3 عبر المنظمة باستخدام أدوات إدارة الأصول
2. تقييد الوصول الإداري المحلي وفرض مبدأ الامتياز الأدنى
3. تنفيذ قائمة بيضاء للتطبيقات لمنع تنفيذ ملفات تنفيذية غير مصرح بها في أدلة Program Files
إرشادات التصحيح:
1. ترقية Easy-Hide-IP إلى الإصدار 5.0.0.4 أو أحدث فوراً
2. إذا لم تكن الترقية ممكنة على الفور، قم بإلغاء تثبيت Easy-Hide-IP واستخدم حلول VPN بديلة
3. التحقق من تثبيت التصحيح بفحص تكوين مسار الخدمة
الضوابط البديلة:
1. تنفيذ مراقبة سلامة الملفات على دليل Easy-Hide-IP
2. نشر حلول الكشف والاستجابة على نقاط النهاية لمراقبة محاولات تصعيد الامتيازات
3. تقييد حقوق تسجيل الدخول المحلي للموظفين المصرح لهم فقط
4. تفعيل مراقبة سجل أحداث Windows لتعديلات الخدمة