
Although log4j RCE (CVE-2021-44228) was patched in 2.15, a new vulnerability, CVE-2021-45046 (causing DoS), has been discovered.
Below are the test results.
[Test Environment]
log4j-2.15.0 (api , core)
JRE-1.8.0
jdk1.8.0_151
Eclipse IDE (Maven Project)






7-1. Inserting Java syntax -> System info exposure

7-2. Inserting Java syntax -> illegalArgmumentException, DoS occurs

-> When checking where the illegalArgumentException occurs, the Java syntax that enables System info exposure in 2-5 through the switch-case statement (${java:version}
appears to be an intended routine.
