Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
krivamsi30
Contributor
Contributor

log4j vulnerability issue

Hi Team

We are using TOS 7.3.1 community edition

We are facing an issue with vulnerability with below jar files 

Is there any patch on Talend so we can upgrade to remove these vulnerabilities 

 

Need urgent help on fixing this vulnerability issue , with log4j 2.12.1 jar version

We need an upgraded log4j version

0695b00000RgsUCAAZ.pngWhat is the latest production version of Talend  

 

 

Regards

Vamsi Krishna

11 Replies
Eddy3
Contributor
Contributor

Hello xdshi,

 

Yes all new jars are installed. Please check below screenshot

 

0695b00000Z1tsKAAR.png 

But I am still seeing some old log4j installed as well.

0695b00000Z1tu6AAB.png 

And I am also seeing vulnerable jars installed in below folders

0695b00000Z1txeAAB.png 

jlolling
Creator III
Creator III

First of all, keep calm. The affected issue cannot be used inside a Talend job because the Talend job does not allow (because of it design) to send user defined log messages from anywhere outside the job.

You are NOT in danger!

But unfortunately there are some guys in the companies scanning the projects and blaming you using the out-dated "dangerous" library.

The affected functionality can also simply switched of by a JVM parameter.

Take care you set this: LOG4J_FORMAT_MSG_NO_LOOKUPS=true. as environment variable (usually added to the job with -D)