FrankChen021 commented on issue #12471: URL: https://github.com/apache/druid/issues/12471#issuecomment-1105943212
From the page [here](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.4.40.v20210413), the CVE is [34428](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34428). According to the CVE description, I think we're not affected. > For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, if an exception is thrown from the SessionListener#sessionDestroyed() method, then the session ID is not invalidated in the session ID manager. On deployments with clustered sessions and multiple contexts this can result in a session not being invalidated. This can result in an application used on a shared computer being left logged in. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
