Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to block log4j weakness on f5 ?

neeeewbie
MVP
MVP

Hi guys 

 

I need your help !

I checked the log4j version

as I know below version is include log4j weakness, but F5 official documents expain log4j weakness does not include F5 

so, I wonder how to block log4j weakness on f5 ?

 

0691T00000F88nRQAR.png

 

please let me know if you know reason !

1 ACCEPTED SOLUTION

Hi ,

 

according to K19026212 F5 products themselves are not vulnerable. It also describes how to use ASM or AdvWAF or iRules or NGINX App Protect in order to protect applications that are affected by the log4shell vulnerability and which are delivered via BIG-IP or NGINX.

 

Even if a software is using a log4j version which is affected by CVE-2021-44228, it can still be configured to be safe. As long as formatMsgNoLookups is set to true, lookups with jndi are disabled.

 

KR

Daniel

View solution in original post

3 REPLIES 3

Hi ,

 

according to K19026212 F5 products themselves are not vulnerable. It also describes how to use ASM or AdvWAF or iRules or NGINX App Protect in order to protect applications that are affected by the log4shell vulnerability and which are delivered via BIG-IP or NGINX.

 

Even if a software is using a log4j version which is affected by CVE-2021-44228, it can still be configured to be safe. As long as formatMsgNoLookups is set to true, lookups with jndi are disabled.

 

KR

Daniel

really thank you so much!