| 제목 | Github ShifuML 0.12.0 Expression Language Injection |
|---|
| 설명 | Description:
The Shifu project of ShifuML https://github.com/ShifuML/shifu is vulnerable to Java Expression Language Injection Via FilterExpression parameter.
Impact:
The quick impact here is Code Execution, but depending upon how the project is being used it can either lead to Initial Access Via Remote Code Execution or Local Privilege Escalation VIA Rce if the Shifu binary is being given sudo permission.
Steps To Reproduce:
Check out the Proof-Of-Concept Video.
RootCause:
https://github.com/ShifuML/shifu/blob/20f589158adfc011c505664cf7bdf31e36ed62fa/src/main/java/ml/shifu/shifu/core/DataPurifier.java#L53
There are multiple occurrences of JEXL.CreateExpression and evaluation.
All them can lead to Code Execution.
Mitigation:
JEXL Expression should be evaluated in a sandboxed Environment.
https://blog.gypsyengineer.com/en/security/detecting-jexl-injections-with-codeql.html |
|---|
| 원천 | ⚠️ https://drive.google.com/file/d/1ST3dD-iwUBgBNZ8tGaBbqVi1zRh5rLND/view?usp=sharing |
|---|
| 사용자 | w3bspl01t3r (UID 39229) |
|---|
| 제출 | 2023. 12. 26. PM 09:50 (2 연령 ago) |
|---|
| 모더레이션 | 2023. 12. 28. AM 09:48 (1 day later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 249151 [ShifuML shifu 0.12.0 Java Expression Language DataPurifier.java FilterExpression 권한 상승] |
|---|
| 포인트들 | 20 |
|---|