ndimiduk opened a new pull request, #8436:
URL: https://github.com/apache/hbase/pull/8436

   The cleanupBulkLoad RPC accepts a user-supplied bulkToken that is passed 
directly to fs.delete() without verifying that the path is within the expected 
staging directory. A misbehaving client or stale token could cause the 
RegionServer to delete paths outside the staging area.
   
   Add path validation to ensure the bulkToken resolves to a direct child of 
baseStagingDir before performing the delete.


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