CVE-2025-56699

5.4 MEDIUM

📋 TL;DR

An unauthenticated SQL injection vulnerability in Base Digitale Group's Centrax Open PSIM version 6.1 allows attackers to execute arbitrary SQL commands via the sender parameter in the cmd component. This affects organizations using this specific version of the physical security information management software. Attackers could potentially access, modify, or delete database information.

💻 Affected Systems

Products:
  • Base Digitale Group Centrax Open PSIM
Versions: Version 6.1
Operating Systems: Not specified in CVE
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default configuration via the cmd component's sender parameter.

⚠️ 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 database compromise leading to data theft, data manipulation, or complete system takeover through privilege escalation.

🟠

Likely Case

Unauthorized data access and potential data exfiltration from the PSIM database.

🟢

If Mitigated

Limited impact with proper input validation and database permissions restricting damage to non-critical data.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires no authentication and uses standard SQL injection techniques.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not specified

Vendor Advisory: Not available

Restart Required: No

Instructions:

Contact Base Digitale Group for patch information and upgrade guidance.

🔧 Temporary Workarounds

Input Validation and Sanitization

all

Implement strict input validation and parameterized queries for the sender parameter.

Web Application Firewall

all

Deploy WAF with SQL injection protection rules to block malicious requests.

🧯 If You Can't Patch

  • Isolate the Centrax PSIM system from untrusted networks
  • Implement strict network segmentation and access controls

🔍 How to Verify

Check if Vulnerable:

Check if running Centrax Open PSIM version 6.1 and test sender parameter for SQL injection vulnerabilities.

Check Version:

Check application version in admin interface or configuration files.

Verify Fix Applied:

Verify version has been updated or test that SQL injection attempts are properly blocked.

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts following SQL injection patterns

Network Indicators:

  • HTTP requests with SQL syntax in sender parameter
  • Unusual database connection patterns

SIEM Query:

search 'sender' AND ('UNION' OR 'SELECT' OR 'INSERT' OR 'DELETE' OR 'UPDATE' OR 'OR 1=1')

🔗 References

📤 Share & Export