CVE-2025-5325

6.3 MEDIUM

📋 TL;DR

This critical vulnerability in zhilink ADP Application Developer Platform 1.0.0 allows remote attackers to execute arbitrary code through template injection in the /adpweb/a/ica/api/service/rfa/testService endpoint. Organizations using this specific version of the platform are affected and should take immediate action.

💻 Affected Systems

Products:
  • zhilink ADP Application Developer Platform
Versions: 1.0.0
Operating Systems: Unknown - likely multiple
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default installation of version 1.0.0

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete system compromise, data theft, and lateral movement within the network

🟠

Likely Case

Remote code execution allowing attackers to deploy malware, exfiltrate sensitive data, or disrupt services

🟢

If Mitigated

Attack blocked at perimeter with proper WAF rules and network segmentation limiting impact

🌐 Internet-Facing: HIGH - Attack can be launched remotely and exploit is publicly available
🏢 Internal Only: MEDIUM - Still vulnerable but requires internal network access

🎯 Exploit Status

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

Exploit has been publicly disclosed and requires no authentication

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available

Restart Required: No

Instructions:

No official patch available. Vendor did not respond to disclosure. Consider workarounds or alternative solutions.

🔧 Temporary Workarounds

Block vulnerable endpoint

linux

Block access to the vulnerable /adpweb/a/ica/api/service/rfa/testService endpoint

iptables -A INPUT -p tcp --dport 80 -m string --string "/adpweb/a/ica/api/service/rfa/testService" --algo bm -j DROP
iptables -A INPUT -p tcp --dport 443 -m string --string "/adpweb/a/ica/api/service/rfa/testService" --algo bm -j DROP

WAF rule implementation

all

Implement WAF rules to detect and block template injection attempts

🧯 If You Can't Patch

  • Isolate affected systems in a segmented network zone with strict access controls
  • Implement application-level monitoring and alerting for suspicious requests to the vulnerable endpoint

🔍 How to Verify

Check if Vulnerable:

Check if ADP Application Developer Platform version 1.0.0 is installed and accessible

Check Version:

Check application configuration files or admin interface for version information

Verify Fix Applied:

Test if the /adpweb/a/ica/api/service/rfa/testService endpoint is no longer accessible or properly sanitizes input

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to /adpweb/a/ica/api/service/rfa/testService
  • Template engine error messages
  • Unexpected process execution

Network Indicators:

  • HTTP requests containing template injection payloads to the vulnerable endpoint
  • Outbound connections from ADP platform to suspicious IPs

SIEM Query:

source="adp_logs" AND (uri="/adpweb/a/ica/api/service/rfa/testService" OR message="template injection")

🔗 References

📤 Share & Export