CVE-2020-1959:
Expression Language Injection in Apache Syncope
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8119%
CWE
Published
6/16/2021
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.syncope:syncope-core | maven | < 2.1.6 | 2.1.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability occurs in custom constraint validators' message interpolation logic. Runtime detection would show:
- The application's custom validator isValid() method handling malicious input
- The ConstraintValidatorContext message-building API processing EL payloads
Though no patch diffs are provided, the CVE description explicitly identifies the attack vector as custom constraint validators using EL interpolation in error messages. The primary vulnerable function would be the isValid() implementation in Syncope's constraint validators, with the JSR-380 message-building API appearing in stack traces during exploitation.