rhsa-2015:1858
Vulnerability from csaf_redhat
Published
2015-10-01 21:00
Modified
2024-11-14 14:34
Summary
Red Hat Security Advisory: mod_proxy_fcgi and ceph security and bug fix update
Notes
Topic
Updated mod_proxy_fcgi and ceph packages that fix one security issue and
several bugs are now available for CentOS 6.
Red Hat Product Security has rated this update as having Low security
impact. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available from the CVE link in the
References section.
Details
Red Hat Ceph Storage is a massively scalable, open, software-defined
storage platform that combines the most stable version of the Ceph storage
system with a Ceph management platform, deployment tools, and support
services.
The mod_proxy_fcgi package provides a proxy module for the Apache 2.2 HTTP
server.
A buffer overflow flaw was found in mod_proxy_fcgi's handle_headers()
function. A malicious FastCGI server that httpd is configured to connect to
could send a carefully crafted response that would cause an httpd child
process handling the request to crash. (CVE-2014-3583)
This update also fixes the following bugs:
* The RADOS gateway (RGW) can now properly decode the slash characters
("/") in clients' upload IDs. (BZ#1183182)
* The RGW's object attribute updates could race with other object updates
operations, which led to inconsistent object states, such as incomplete
object deletions. RGW now handles attribute updates correctly. (BZ#1206963)
* Recreating a previously existing bucket in RGW did not remove the bucket
instance metadata object and created a redundant object in the RGW pool.
The redundant objects are no longer generated. (BZ#1212524)
* The Content-Length header is now correctly created when creating a
container using the Swift API. (BZ#1213988)
* RGW did not properly cache users' keystone tokens and validated all
keystone tokens for every Swift operation. RGW now caches tokens correctly,
so that the token validation occurs only when necessary. (BZ#1213999)
* Modifying a user's Access Control List (ACL) permissions for an object in
RGW inappropriately caused the user to become the owner of the object.
This update fixes this bug. (BZ#1214051)
* RGW could fail to update the bucket attributes during a Swift API "POST"
operation. RGW now correctly updates the bucket attributes. (BZ#1214058)
* RGW no longer terminated unexpectedly when using keystone authentication
to copy an object. (BZ#1214061)
* An attempt to download an object greater than 512 KB using a range header
failed when using the Swift API. Objects can now be downloaded as expected.
(BZ#1214854)
* When using OpenStack's Cinder RADOS Block Device (RBD) back-end driver
with Ceph administration socket enabled, Ceph could leak file descriptors
and eventually consume the maximum number of allowed opened files.
This behavior caused Cinder's RBD connections to fail. Now, Ceph closes the
administration socket appropriately. (BZ#1220496)
* When a part of a multi-part object was resent, the object became broken
due a discrepancy between the object size when listing the object and when
stating the object. Now, multi-part objects no longer become broken in such
a case. (BZ#1222091)
* When the number of placement groups (PGs) in a pool was increased, Ceph
did not send watch or notify operations correctly. Consequently, the librbd
library presented inconsistent RBD snapshot data. Now, Ceph correctly
re-sends operations. (BZ#1245785)
* When reopening log files, Object Storage Devices (OSDs) could write data
to the incorrect file descriptor. Consequently, log entries were lost, or
were written to a file descriptor, which was opened by the filestore.
The latter case could cause data corruption. This bug has been fixed.
(BZ#1247752)
All mod_proxy_fcgi and ceph users are advised to upgrade to these updated
packages, which correct these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Updated mod_proxy_fcgi and ceph packages that fix one security issue and\nseveral bugs are now available for CentOS 6.\n\nRed Hat Product Security has rated this update as having Low security\nimpact. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available from the CVE link in the\nReferences section.", title: "Topic", }, { category: "general", text: "Red Hat Ceph Storage is a massively scalable, open, software-defined\nstorage platform that combines the most stable version of the Ceph storage\nsystem with a Ceph management platform, deployment tools, and support\nservices.\n\nThe mod_proxy_fcgi package provides a proxy module for the Apache 2.2 HTTP\nserver.\n\nA buffer overflow flaw was found in mod_proxy_fcgi's handle_headers()\nfunction. A malicious FastCGI server that httpd is configured to connect to\ncould send a carefully crafted response that would cause an httpd child\nprocess handling the request to crash. (CVE-2014-3583)\n\nThis update also fixes the following bugs:\n\n* The RADOS gateway (RGW) can now properly decode the slash characters\n(\"/\") in clients' upload IDs. (BZ#1183182)\n\n* The RGW's object attribute updates could race with other object updates\noperations, which led to inconsistent object states, such as incomplete\nobject deletions. RGW now handles attribute updates correctly. (BZ#1206963)\n\n* Recreating a previously existing bucket in RGW did not remove the bucket\ninstance metadata object and created a redundant object in the RGW pool.\nThe redundant objects are no longer generated. (BZ#1212524)\n\n* The Content-Length header is now correctly created when creating a\ncontainer using the Swift API. (BZ#1213988)\n\n* RGW did not properly cache users' keystone tokens and validated all\nkeystone tokens for every Swift operation. RGW now caches tokens correctly,\nso that the token validation occurs only when necessary. (BZ#1213999)\n\n* Modifying a user's Access Control List (ACL) permissions for an object in\nRGW inappropriately caused the user to become the owner of the object.\nThis update fixes this bug. (BZ#1214051)\n\n* RGW could fail to update the bucket attributes during a Swift API \"POST\"\noperation. RGW now correctly updates the bucket attributes. (BZ#1214058)\n\n* RGW no longer terminated unexpectedly when using keystone authentication\nto copy an object. (BZ#1214061)\n\n* An attempt to download an object greater than 512 KB using a range header\nfailed when using the Swift API. Objects can now be downloaded as expected.\n(BZ#1214854)\n\n* When using OpenStack's Cinder RADOS Block Device (RBD) back-end driver\nwith Ceph administration socket enabled, Ceph could leak file descriptors\nand eventually consume the maximum number of allowed opened files.\nThis behavior caused Cinder's RBD connections to fail. Now, Ceph closes the\nadministration socket appropriately. (BZ#1220496)\n\n* When a part of a multi-part object was resent, the object became broken\ndue a discrepancy between the object size when listing the object and when\nstating the object. Now, multi-part objects no longer become broken in such\na case. (BZ#1222091)\n\n* When the number of placement groups (PGs) in a pool was increased, Ceph\ndid not send watch or notify operations correctly. Consequently, the librbd\nlibrary presented inconsistent RBD snapshot data. Now, Ceph correctly\nre-sends operations. (BZ#1245785)\n\n* When reopening log files, Object Storage Devices (OSDs) could write data\nto the incorrect file descriptor. Consequently, log entries were lost, or\nwere written to a file descriptor, which was opened by the filestore.\nThe latter case could cause data corruption. This bug has been fixed.\n(BZ#1247752)\n\nAll mod_proxy_fcgi and ceph users are advised to upgrade to these updated\npackages, which correct these issues.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2015:1858", url: "https://access.redhat.com/errata/RHSA-2015:1858", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "https://access.redhat.com/articles/1560193", url: "https://access.redhat.com/articles/1560193", }, { category: "external", summary: "https://access.redhat.com/articles/1372203", url: "https://access.redhat.com/articles/1372203", }, { category: "external", summary: "1163555", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1163555", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_1858.json", }, ], title: "Red Hat Security Advisory: mod_proxy_fcgi and ceph security and bug fix update", tracking: { current_release_date: "2024-11-14T14:34:27+00:00", generator: { date: "2024-11-14T14:34:27+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.0", }, }, id: "RHSA-2015:1858", initial_release_date: "2015-10-01T21:00:50+00:00", revision_history: [ { date: "2015-10-01T21:00:50+00:00", number: "1", summary: "Initial version", }, { date: "2016-02-02T22:02:30+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-14T14:34:27+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Ceph Storage 1.2 for CentOS", product: { name: "Red Hat Ceph Storage 1.2 for CentOS", product_id: "Red Hat Ceph Storage 1.2 for CentOS", product_identification_helper: { cpe: "cpe:/a:redhat:ceph_storage:1.2::centos:6", }, }, }, ], category: "product_family", name: "Red Hat Ceph Storage", }, ], category: "vendor", name: "Red Hat", }, ], }, vulnerabilities: [ { cve: "CVE-2014-3583", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, discovery_date: "2014-10-12T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1163555", }, ], notes: [ { category: "description", text: "A buffer overflow flaw was found in mod_proxy_fcgi's handle_headers() function. A malicious FastCGI server that httpd is configured to connect to could send a carefully crafted response that would cause an httpd child process handling the request to crash.", title: "Vulnerability description", }, { category: "summary", text: "httpd: mod_proxy_fcgi handle_headers() buffer over read", title: "Vulnerability summary", }, { category: "other", text: "Not vulnerable. This issue did not affect the versions of httpd as shipped with Red Hat Enterprise Linux 5, 6 and 7, Red Hat Software Collections 1, Red Hat JBoss Web Server 1 and 2, and Red Hat JBoss Enterprise Application Platform 6.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "Red Hat Ceph Storage 1.2 for CentOS", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2014-3583", }, { category: "external", summary: "RHBZ#1163555", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1163555", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2014-3583", url: "https://www.cve.org/CVERecord?id=CVE-2014-3583", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2014-3583", url: "https://nvd.nist.gov/vuln/detail/CVE-2014-3583", }, { category: "external", summary: "http://httpd.apache.org/security/vulnerabilities_24.html", url: "http://httpd.apache.org/security/vulnerabilities_24.html", }, ], release_date: "2014-10-12T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2015-10-01T21:00:50+00:00", details: "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nRefer to the following Knowledge Base article for a download link and\nsigning information:\n\nhttps://access.redhat.com/articles/1560193", product_ids: [ "Red Hat Ceph Storage 1.2 for CentOS", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2015:1858", }, ], scores: [ { cvss_v2: { accessComplexity: "HIGH", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "PARTIAL", baseScore: 2.6, confidentialityImpact: "NONE", integrityImpact: "NONE", vectorString: "AV:N/AC:H/Au:N/C:N/I:N/A:P", version: "2.0", }, products: [ "Red Hat Ceph Storage 1.2 for CentOS", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "httpd: mod_proxy_fcgi handle_headers() buffer over read", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.