Bug 1052864 (CVE-2013-7291)
Summary: | CVE-2013-7291 memcached: remote DoS (crash) via a request that triggers "unbounded key print" | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Ratul Gupta <ratulg> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | bdunne, dajohnso, jfrey, jkurik, jorton, jrafanie, lindner, matthias, mlichvar, obarenbo, xlecauch |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | memcached 1.4.17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-08 02:31:17 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: | 1052865, 1052866, 1052867, 1159446 | ||
Bug Blocks: | 1052870 |
Description
Ratul Gupta
2014-01-14 09:16:05 UTC
Created memcached tracking bugs for this issue: Affects: fedora-all [bug 1052865] Affects: epel-5 [bug 1052866] The fix for this CVE is here: https://github.com/memcached/memcached/commit/fbe823d9a61b5149cd6e3b5e17bd28dd3b8dd760 What is a bit confusing is why this single patch received two CVEs, but it's due to the comment in the upstream bug here: "Merged your patch, and fixed two more of these instances on my own (the one you pointed out and one I quickly grepped out of the source tree)." Which seems like an odd reason to have a second CVE, but there you go. As per the CVE-2013-0179 bug and re-posting because of the close similarities of the flaws (from https://bugzilla.redhat.com/show_bug.cgi?id=895054#c2 ): However, I'm not sure if we would consider this a security flaw. For one, you need to run memcached with -vv (probably not used in production but for testing). It would also indicate that this would be a local-only flaw (or from other trusted source) as the docs explicitly say that you shouldn't expose memcached to untrusted users: https://code.google.com/p/memcached/wiki/NewConfiguringServer#Networking In particular: "Memcached does not spend much, if any, effort in ensuring its defensibility from random internet connections. So you must not expose memcached directly to the internet, or otherwise any untrusted users. Using SASL authentication here helps, but should not be totally trusted." I guess this could be considered a low-impact security flaw due to the conditions required to make an attack meaningful: - start memcached with -vv (not the default) - make it available to untrusted users (not recommended as per docs) - memcached runs non-root and with FORTIFY_SOURCE/SSP any buffer overflow should be rendered a simple DoS memcached-1.4.17-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. memcached-1.4.17-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |