Bug 692898 (CVE-2011-1487)
Summary: | CVE-2011-1487 perl: lc(), uc() routines are laundering tainted data | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | cweyl, iarnell, kasal, lkundrak, mmaslano, perl-maint-list, ppisar, psabata, psplicha, rc040203, tcallawa, vdanen |
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-05-19 13:40:03 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: | 692862, 692900 | ||
Bug Blocks: |
Description
Jan Lieskovsky
2011-04-01 14:39:01 UTC
*** Bug 692844 has been marked as a duplicate of this bug. *** This issue did NOT affect the versions of the perl package, as shipped with Red Hat Enterprise Linux 4 and 5. -- This issue affects the version of the perl package, as shipped with Red Hat Enterprise Linux 6. -- This issue affects the versions of the perl package, as shipped with Fedora release of 13 and 14. Please schedule an update. Public PoC from [1]: $ perl -Te 'use Scalar::Util qw(tainted); printf("%d %d %d\n", tainted($0), tainted(lc($0)), tainted(uc($0)));' 1 0 0 CVE Request: [2] http://www.openwall.com/lists/oss-security/2011/04/01/3 Created perl tracking bugs for this issue Affects: fedora-all [bug 692900] This issue was given the name CVE-2011-1487: http://www.openwall.com/lists/oss-security/2011/04/04/35 Statement: The Red Hat Security Response Team has rated this issue as having low security impact, and it did not affect the versions of perl as shipped with Red Hat Enterprise Linux 4 and 5. A future update in Red Hat Enterprise Linux 6 may address this flaw. This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:0558 https://rhn.redhat.com/errata/RHSA-2011-0558.html |