Researchers discovered a critical vulnerability in Apache Log4j library, which scores perfect 10 out of 10 in CVSS. Here’s how to protect against it.
Why CVE-2021-44228 is so dangerous
CVE-2021-44228, also named Log4Shell or LogJam, is a Remote Code Execution (RCE) class vulnerability. If attackers manage to exploit it on one of the servers, they gain the ability to execute arbitrary code and potentially take full control of the system.
What makes CVE-2021-44228 especially dangerous is the ease of
exploitation: even an inexperienced hacker can successfully execute an
attack using this vulnerability. According to the researchers, attackers
only need to force the application to write just one string to the log,
and after that they are able to upload their own code into the
application due to the message lookup substitution function.
0 Comments: