Bug 743010 (CVE-2011-3597)
Summary: | CVE-2011-3597 Perl Digest improper control of generation of code | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | unspecified | CC: | alee, awnuk, cfu, cweyl, iarnell, jmagne, kasal, lkundrak, mharmsen, mmaslano, nkinder, perl-maint-list, ppisar, psabata, psplicha, rc040203, rcvalle, tcallawa | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-12-08 22:01:20 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 743058, 743092, 743093, 743094, 743095, 743096 | ||||||
Bug Blocks: | 743013 | ||||||
Attachments: |
|
Description
Vincent Danen
2011-10-03 15:13:18 UTC
If we go with AC:H, then CVSSv2 drops to 5.1 (and moderate impact). Created perl tracking bugs for this issue Affects: fedora-all [bug 743058] To successfully exploit this vulnerability, the attacker must already be able to execute Perl code or be able to set the algorithm name to be used by the constructor in the form "$ctx = Digest->new(XXX => $arg,...)", which is very unlikely to happen. For additional information, refer to: http://perldoc.perl.org/Digest.html The code in comment #3 assumes attacker can insert his own Digest::XXX module into Perl search path which itself is more serious problem. Original test case in CPAN RT (https://rt.cpan.org/Public/Bug/Display.html?id=71390#txn-983600) does not need such privilege. This can be triggered when deserializing specially-crafted input using Data::Serializer. Not sure if that actually makes any real difference. In several serialization frameworks, it is assumed you should not deserialize any untrusted input, as that can lead to code execution. Data::Serializer documentation does not seem to mention that in any way. Created attachment 526246 [details]
Fix for Perl 5.14.2
perl-5.12.4-162.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. perl-5.14.1-188.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. perl-5.12.4-147.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:1424 https://rhn.redhat.com/errata/RHSA-2011-1424.html This issue has been addressed in following products: Red Hat Enterprise Linux 4 Red Hat Enterprise Linux 5 Via RHSA-2011:1797 https://rhn.redhat.com/errata/RHSA-2011-1797.html |