New Log4j2 vulnerability
nvd.nist.gov
New Log4j2 vulnerability
1–10 of 49 posts
Re: New Log4j2 vulnerability
#2Re: New Log4j2 vulnerability
#3Re: New Log4j2 vulnerability
#4Re: New Log4j2 vulnerability
#5Eh, that sounds like it's not a vulnerability at all. Most app server configuration files allow you to load and run arbitrary code.
Re: New Log4j2 vulnerability
#6Re: New Log4j2 vulnerability
#7Eh, that sounds like it's not a vulnerability at all. Most app server configuration files allow you to load and run arbitrary code.
Yeah, maybe should be mentioned in the title to save people from PTSD over the holidays...
Re: New Log4j2 vulnerability
#8The key point here is log4j can get configuration a lot of different ways, including a network request. Based on https://logging.apache.org/log4j/2.x/manual/configuration.ht... control over dns would let you rewrite sections of config, and thus run arbitrary code.
So, if you've got some access, this would allow you to escalate that access to a full RCE. I think that's why it's only Medium severity.
Re: New Log4j2 vulnerability
#9The threat here is that "an attacker with permission to modify the logging configuration file can construct a malicious configuration". If the attacker can modify server config files, this particular log4j fixup is likely to still leave you with nasty problems.