RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Arbitrary Code Execution SNYK-JAVA-ORGAPACHECOMMONS-3043138 #205

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Overview

Affected versions of this package are vulnerable to Arbitrary Code Execution due to the default lookup instances, including interpolators that could result in exploitation of this vulnerability or contact with remote servers.

Note

Vulnerable lookups:

1) script - executes expressions using the JVM script execution engine (javax.script)

2) dns - resolves dns records

3) url - loads values from urls, including from remote servers

Remediation

Upgrade org.apache.commons:commons-text to version 1.10.0 or higher.

References