Home > Software design >  Apache/2.4.29 (Ubuntu) apache2 Log4j vulnerability
Apache/2.4.29 (Ubuntu) apache2 Log4j vulnerability

Time:12-14

I am not that great with server understanding, I am using Apache/2.4.29 (Ubuntu) apache2. Should I be worried about the latest Log4j vulnerability issue going around?

CodePudding user response:

if your app are externalized (accessible from internet by public) and you use log4j ldap you should be worried and fix quiclky this issue. To fix it take a look at log4j how to fix vulnerability issue: https://logging.apache.org/log4j/2.x/security.html

  • Related