ngton commented on pull request #35338:
URL: https://github.com/apache/spark/pull/35338#issuecomment-1032058821


   @dongjoon-hyun Hi, can this PR be merged?
   
   The is a DoS vulnerability in the current version of jetty: 
https://github.com/eclipse/jetty.project/issues/6973
   
   CVE:               PRISMA-2021-0182
   Sev.:              medium
   Package Name:      org.eclipse.jetty_jetty-server
   Package Ver.:      9.4.43.v20210629
   Status:            fixed in 9.4.44
   Description:       org.eclipse.jetty_jetty-server package versions before 
9.4.44 are vulnerable to DoS (Denial of Service). Logback-access calls 
Request.getParameterNames() for request logging. That will force a request body 
read (if it hasn't been read before) per the servlet. This will now consume 
resources to read the request body content, which could easily be malicious (in 
size? in keys? etc), even though the application intentionally didn't read the 
request body.
   
   Found in Twistlock
   
   Making this change will remediate, just like has been done on master here: 
https://github.com/apache/spark/pull/35230
   
   
   
   


-- 
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]

Reply via email to