CVE-2024-45370

7.3 HIGH

📋 TL;DR

An authentication bypass vulnerability in Socomec Easy Config System 2.6.1.0 allows attackers to gain unauthorized access by modifying local database records. This affects users of the Easy Config System software for managing Socomec power monitoring devices. Attackers with local access to the system can exploit this to bypass authentication mechanisms.

💻 Affected Systems

Products:
  • Socomec Easy Config System
Versions: 2.6.1.0
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Requires local access to the system running Easy Config System software to modify database files.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise allowing attackers to reconfigure power monitoring devices, potentially causing operational disruption or safety issues in critical infrastructure.

🟠

Likely Case

Unauthorized access to configuration settings, allowing attackers to modify device parameters, disable monitoring, or exfiltrate sensitive operational data.

🟢

If Mitigated

Limited impact if proper network segmentation and access controls prevent local database access.

🌐 Internet-Facing: LOW - Exploitation requires local database access, not directly exploitable over network.
🏢 Internal Only: HIGH - Internal attackers or compromised systems with local access can exploit this vulnerability.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires local system access to modify database files. No authentication needed once local access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.6.1.1 or later

Vendor Advisory: https://www.socomec.fr/sites/default/files/2025-11/CVE-2024-45370---ECS-2610---CVSS31_VULNERABILITIES_2025-11-19-09-45-29_English_PLURI_3.pdf

Restart Required: Yes

Instructions:

1. Download updated version from Socomec support portal. 2. Backup current configuration. 3. Install update following vendor instructions. 4. Restart system. 5. Verify version is 2.6.1.1 or later.

🔧 Temporary Workarounds

Restrict Local Database Access

windows

Implement strict file permissions and access controls on the Easy Config System database files to prevent unauthorized modifications.

icacls "C:\Program Files\Socomec\Easy Config System\database\*" /deny Users:(F)
icacls "C:\Program Files\Socomec\Easy Config System\database\*" /grant Administrators:(F)

Network Segmentation

all

Isolate systems running Easy Config System from general network access to limit potential attack surface.

🧯 If You Can't Patch

  • Implement strict access controls to prevent unauthorized local access to systems running Easy Config System.
  • Monitor database file integrity and access logs for unauthorized modification attempts.

🔍 How to Verify

Check if Vulnerable:

Check software version in Help > About menu. If version is exactly 2.6.1.0, system is vulnerable.

Check Version:

Check Help > About in Easy Config System GUI or examine installed programs in Windows Control Panel.

Verify Fix Applied:

Verify version is 2.6.1.1 or later in Help > About menu. Test authentication functionality works correctly.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to database files
  • Authentication bypass events in application logs
  • Unexpected configuration changes

Network Indicators:

  • Unusual configuration changes to connected Socomec devices
  • Unexpected network traffic from Easy Config System

SIEM Query:

source="windows" AND (event_id=4663 OR event_id=4656) AND object_name="*Easy Config System*database*" AND access_mask=0x100

🔗 References

📤 Share & Export