Listen to this Post
How the CVE Works
CVE-2025-26865 exploits improper neutralization of special elements in Apache OFBiz’s template engine, allowing server-side template injection (SSTI). Attackers can inject malicious templates, leading to arbitrary code execution. The vulnerability affects versions between 18.12.17 and 18.12.18 due to a regression in input sanitization. Successful exploitation enables remote attackers to compromise the system by crafting malicious payloads in template parameters.
DailyCVE Form
Platform: Apache OFBiz
Version: 18.12.17-18.12.18
Vulnerability: SSTI
Severity: Critical
Date: 06/23/2025
Prediction: Patch expected by 07/15/2025
What Undercode Say
curl -X GET "http://vulnerable-ofbiz/api?template=malicious_payload" grep -r "template.engine" /opt/ofbiz
How Exploit
1. Craft malicious template payload.
2. Inject via HTTP parameters.
3. Trigger server-side execution.
Protection from this CVE
1. Upgrade to 18.12.18.
2. Disable dynamic templates.
3. Input validation.
Impact
- Remote code execution.
- Full system compromise.
- Data exfiltration.
Sources:
Reported By: nvd.nist.gov
Extra Source Hub:
Undercode