You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I test the latest version(1.5.4) of jettison by CIFuzz,a OOM security issue was found, it caused when put a big number in JSONArray, may cause denial of service issues in applications via the follow code:
import org.codehaus.jettison.json.JSONException;
public class JSONArray_OOM {
public static void main(String[] args) throws JSONException {
new org.codehaus.jettison.json.JSONArray().put(1829517625, 1.0719845412539998E291);
}
}
The text was updated successfully, but these errors were encountered:
When I test the latest version(1.5.4) of jettison by CIFuzz,a OOM security issue was found, it caused when put a big number in JSONArray, may cause denial of service issues in applications via the follow code:
pom:
code:
The text was updated successfully, but these errors were encountered: