Improper Input Validation Affecting com.ibeetl:beetl-core package, versions [,3.16.0.RELEASE)


Severity

0.0
high
0
10

    Threat Intelligence

    Exploit Maturity
    Proof of concept
    EPSS
    0.29% (70th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-COMIBEETL-6613090
  • published 14 Apr 2024
  • disclosed 4 May 2023
  • credit @luelueking

How to fix?

Upgrade com.ibeetl:beetl-core to version 3.16.0.RELEASE or higher.

Overview

Affected versions of this package are vulnerable to Improper Input Validation due to an issue in the render function which allows attackers to execute server-side template injection (SSTI) via a crafted payload.

PoC

${@Class.forName("javax.script.ScriptEngineManager").newInstance().getEngineByName("js").eval("s='open -a Calculator';java.lang.Runtime.getRuntime().exec(s);")}

References

CVSS Scores

version 3.1
Expand this section

Snyk

7.3 high
  • Attack Vector (AV)
    Network
  • Attack Complexity (AC)
    Low
  • Privileges Required (PR)
    None
  • User Interaction (UI)
    None
  • Scope (S)
    Unchanged
  • Confidentiality (C)
    Low
  • Integrity (I)
    Low
  • Availability (A)
    Low
Expand this section

NVD

9.8 critical