Memcached是美国软件开发者布莱德-菲兹派翠克(Brad Fitzpatrick)所研发的一套高性能的分布式内存对象缓存系统。该系统通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。 Memcached 1.4.4版本中的memcached.c文件中的‘process_bin_delete’函数中存在安全漏洞,当在二进制协议删除请求中删除key时,程序没有正确验证用户提交的输入。当运行在verbose模式下时,远程攻击者可通过发送特制的请求利用该漏洞造成缓冲区溢出,导致拒绝服务(段错误)。
目前厂商已经发布了升级补丁以修复此安全问题,补丁获取链接: http://www.memcached.org/files/memcached-1.4.17.tar.gz
来源: code.google.com 链接:https://code.google.com/p/memcached/wiki/ReleaseNotes1417 来源: code.google.com 链接:https://code.google.com/p/memcached/issues/detail?id=306 来源: code.google.com 链接:https://code.google.com/p/memcached/issues/attachmentText?id=306&aid=3060004000&name=0001-Fix-buffer-overrun-when-logging-key-to-delete-in-bin.patch&token=3GEzHThBL5cxmUrsYANkW03RrNY%3A1358179503096 来源: bugzilla.redhat.com 链接:https://bugzilla.redhat.com/show_bug.cgi?id=895054 来源: MLIST 名称: [oss-security] 20130114 Re: CVE request: memcached DoS when printing out keys to be deleted in verbose mode 链接:http://www.openwall.com/lists/oss-security/2013/01/14/6 来源: MLIST 名称: [oss-security] 20130114 CVE request: memcached DoS when printing out keys to be deleted in verbose mode 链接:http://www.openwall.com/lists/oss-security/2013/01/14/4 来源: SECUNIA 名称: 56183 链接:http://secunia.com/advisories/56183