Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2016-1238: avoid loading optional modules from . #58

Merged
merged 1 commit into from
Aug 4, 2016

Commits on Jul 27, 2016

  1. CVE-2016-1238: avoid loading optional modules from .

    The change to Encode.pm is the most critical part of this patch.
    
    Without this change, and process that uses Encode started with a
    current directory that's world writable (such as /tmp) and if there's
    no global Encode::ConfigLocal, can be attacked by another user
    by creating /tmp/Encode/ConfigLocal.pm
    
    It's possible most of the tools changed here do not need to be updated,
    but I chose a conservative path.
    tonycoz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    12be15d View commit details
    Browse the repository at this point in the history