You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@marvin.apache.org by GitBox <gi...@apache.org> on 2022/11/17 23:52:48 UTC

[GitHub] [incubator-marvin] TrellixVulnTeam opened a new pull request, #65: CVE-2007-4559 Patch

TrellixVulnTeam opened a new pull request, #65:
URL: https://github.com/apache/incubator-marvin/pull/65

   # Patching CVE-2007-4559
   
   Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a 15 year old bug in the Python tarfile package. By using extract() or extractall() on a tarfile object without sanitizing input, a maliciously crafted .tar file could perform a directory path traversal attack. We found at least one unsantized extractall() in your codebase and are providing a patch for you via pull request. The patch essentially checks to see if all tarfile members will be extracted safely and throws an exception otherwise. We encourage you to use this patch or your own solution to secure against CVE-2007-4559. Further technical information about the vulnerability can be found in this [blog](https://www.trellix.com/en-us/about/newsroom/stories/research/tarfile-exploiting-the-world.html).
   
   If you have further questions you may contact us through this projects lead researcher [Kasimir Schulz](mailto:kasimir.schulz@trellix.com).
   


-- 
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: notifications-unsubscribe@marvin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-marvin] Wei-1 commented on pull request #65: CVE-2007-4559 Patch

Posted by GitBox <gi...@apache.org>.
Wei-1 commented on PR #65:
URL: https://github.com/apache/incubator-marvin/pull/65#issuecomment-1319992172

   @TrellixVulnTeam Please rebase the PR to the latest develop branch for testing, as we fixed the dependency link with #66


-- 
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: notifications-unsubscribe@marvin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org