Bug 730400 (CVE-2011-2729)
Summary: | CVE-2011-2729 jakarta-commons-daemon: jsvc does not drop capabilities allowing access to files and directories owned by the superuser | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | djorm, java-sig-commits, jjohnstn, pcheung, sochotni, SpikeFedora |
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: | 2012-08-08 05:48:00 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: | 730825, 730826, 730827, 730828 | ||
Bug Blocks: | 730411 |
Description
Vincent Danen
2011-08-12 19:17:44 UTC
According to the tomcat reports, we are vulnerable based on the version, but our tomcat packages include: Requires: jakarta-commons-daemon >= 1.0.1 So we do not use the upstream-provided version, but our own. Which means that this only affects us if we ship {apache,jakarta}-commons-daemon version 1.0.3 through 1.0.6. The only platform that does this is Fedora 15. The Fedora spec does not explicitly call for a BuildRequires on libcap, however the ./configure script will enable it if present and libcap will always be present because rpm depends on it. Due to this, Fedora 15 and rawhide will need to update to 1.0.7 or backport the fix. Stano or Permaine, can you double-check the logic above to make sure that the older jakarta-commons-daemon versions are indeed not vulnerable? Sorry, I should also note that JBEWS is affected (jakarta-commons-daemon 1.0.5). Fedora is updating to 1.0.7: http://koji.fedoraproject.org/koji/buildinfo?buildID=258637 Created apache-commons-daemon tracking bugs for this issue Affects: fedora-15 [bug 730825] JBEWS on EL5 and EL6 are not affected by this, as they are not built with capabilities support (no libcap-devel requirements or presence in the build). This issue has been addressed in following products: JBEWS 1.0 for RHEL 4 Via RHSA-2011:1292 https://rhn.redhat.com/errata/RHSA-2011-1292.html This issue has been addressed in following products: JBoss Enterprise Web Server 1.0.2 on RHEL4 (via Customer Service Portal) Via RHSA-2011:1291 https://rhn.redhat.com/errata/RHSA-2011-1291.html |