Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log4j and Sl4j is upgraded because of CVE-2019-1751 vulnerability to … #3033

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dgnyshn
Copy link

@dgnyshn dgnyshn commented Jan 15, 2022

Log4j and sl4j upgraded because of CVE-2019-1751-vulnerability and also some errors fixed after build.

Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.

@xandris
Copy link

xandris commented Jun 10, 2022

What JDK are you building this with? I get a NPE in javac when updating the versions in build.gradle:

> Task :az-hadoop-jobtype-plugin:compileJava FAILED
An exception has occurred in the compiler ((version info not available)). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
java.lang.NullPointerException
        at com.sun.tools.javac.jvm.Code.width(Code.java:279)
        at com.sun.tools.javac.jvm.ClassReader.initParameterNames(ClassReader.java:2438)
        at com.sun.tools.javac.jvm.ClassReader.readMethod(ClassReader.java:2387)
        at com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:2641)

Very frustrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants