CVE-2025-3401

7.3 HIGH

📋 TL;DR

A critical SQL injection vulnerability in ESAFENET CDG allows remote attackers to execute arbitrary SQL commands via the noticeId parameter in /parameter/getLimitIPList.jsp. This affects ESAFENET CDG version 5.6.3.154.205_20250114, potentially compromising database integrity and confidentiality. Organizations using this specific version are at risk.

💻 Affected Systems

Products:
  • ESAFENET CDG
Versions: 5.6.3.154.205_20250114
Operating Systems: Unknown - Likely multiple as it's a web application
Default Config Vulnerable: ⚠️ Yes
Notes: Specifically affects the /parameter/getLimitIPList.jsp endpoint with noticeId parameter manipulation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise leading to data theft, data manipulation, or full system takeover via SQL injection to execute arbitrary commands.

🟠

Likely Case

Unauthorized data access, extraction of sensitive information, or database manipulation through SQL injection attacks.

🟢

If Mitigated

Limited impact with proper input validation, parameterized queries, and network segmentation in place.

🌐 Internet-Facing: HIGH - The vulnerability is remotely exploitable and public exploit details are available.
🏢 Internal Only: HIGH - Even internal systems are vulnerable if attackers gain network access.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit details are publicly available on GitHub, making exploitation straightforward for attackers.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available - vendor did not respond to disclosure

Restart Required: No

Instructions:

No official patch available. Consider workarounds or discontinuing use of vulnerable version.

🔧 Temporary Workarounds

Input Validation and Sanitization

all

Implement strict input validation and parameterized queries for the noticeId parameter

N/A - Requires code changes

Web Application Firewall Rules

all

Deploy WAF rules to block SQL injection patterns targeting /parameter/getLimitIPList.jsp

N/A - WAF configuration dependent

🧯 If You Can't Patch

  • Network segmentation to isolate ESAFENET CDG systems from untrusted networks
  • Implement strict access controls and monitor for unusual database queries

🔍 How to Verify

Check if Vulnerable:

Check if running ESAFENET CDG version 5.6.3.154.205_20250114 and test /parameter/getLimitIPList.jsp endpoint with SQL injection payloads

Check Version:

Check application version in admin interface or configuration files

Verify Fix Applied:

Verify code implements parameterized queries and proper input validation for noticeId parameter

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts or parameter manipulation in web logs

Network Indicators:

  • SQL injection patterns in HTTP requests to /parameter/getLimitIPList.jsp

SIEM Query:

source="web_logs" AND uri="/parameter/getLimitIPList.jsp" AND (noticeId CONTAINS "'" OR noticeId CONTAINS "--" OR noticeId CONTAINS "UNION")

🔗 References

📤 Share & Export