The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary code via a crafted serialized object.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Link | Tags |
---|---|
http://ceriksen.com/2013/08/20/graphite-remote-code-execution-vulnerability-advisory/ | exploit |
http://www.exploit-db.com/exploits/27752 | exploit |
https://github.com/graphite-project/graphite-web/blob/master/docs/releases/0_9_11.rst | patch exploit |
http://www.osvdb.org/96436 | vdb entry |
http://www.securityfocus.com/bid/61894 | vdb entry exploit |
http://secunia.com/advisories/54556 | third party advisory vendor advisory |
https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/webapp/graphite_pickle_exec.rb | exploit |