TopStreamsNet commented on pull request #608:
URL: https://github.com/apache/logging-log4j2/pull/608#issuecomment-991723301


   @ceki @remkop - it is not exactly true that it doesn't suffer from lookup 
issue though.
   
   If you look at how jndi works in 1.x you will find that there are two places 
where lookups are done - that is JMSAppender.java:207 and JMSAppender.java:222 
- if you set TopicBindingName or TopicConnectionFactoryBindingName to something 
that JNDI can handle - for example "ldap://host:port/a"; JNDI will do exactly 
the same thing it does for 2.x - so 1.x is vulnerable, just attack vector is 
"better" as it depends on configuration rather than user input


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to