| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Beanstalkd < 1.4.6 Remote Beanstalkd Command Injection | 14 Jun 201000:00 | – | nessus | |
| GLSA-201412-08 : Multiple packages, Multiple vulnerabilities fixed in 2010 | 15 Dec 201400:00 | – | nessus | |
| CVE-2010-2060 | 7 Jun 201020:00 | – | cve | |
| CVE-2010-2060 | 7 Jun 201020:00 | – | cvelist | |
| CVE-2010-2060 | 7 Jun 201020:00 | – | debiancve | |
| EUVD-2010-2079 | 7 Oct 202500:30 | – | euvd | |
| Multiple packages, Multiple vulnerabilities fixed in 2010 | 11 Dec 201400:00 | – | gentoo | |
| CVE-2010-2060 | 8 Jun 201000:30 | – | nvd | |
| Beanstalkd Job Data RCE Vulnerability | 21 Jun 201000:00 | – | openvas | |
| DEBIAN-CVE-2010-2060 | 8 Jun 201000:30 | – | osv |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_beanstalkd_remote_cmd_exec_vuln.nasl 5394 2017-02-22 09:22:42Z teissa $
#
# Beanstalkd Job Data Remote Command Execution Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to execute Beanstalk
client commands within the context of the affected application.
Impact Level: Application";
tag_affected = "Beanstalkd version 1.4.5 and prior.";
tag_insight = "The flaw is caused by improper handling of put commands defining a job
by the dispatch_cmd function. A remote attacker could exploit this
vulnerability using a specially-crafted job payload data to execute
arbitrary Beanstalk commands.";
tag_solution = "Upgrade to Beanstalkd version 1.4.6 or later,
For updates refer to http://kr.github.com/beanstalkd/download.html";
tag_summary = "This host is running Beanstalkd and is prone to remote command
execution vulnerability.";
if(description)
{
script_id(901122);
script_version("$Revision: 5394 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-22 10:22:42 +0100 (Wed, 22 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-06-21 15:32:44 +0200 (Mon, 21 Jun 2010)");
script_cve_id("CVE-2010-2060");
script_bugtraq_id(40516);
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Beanstalkd Job Data Remote Command Execution Vulnerability");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/59107");
script_xref(name : "URL" , value : "http://secunia.com/advisories/40032");
script_xref(name : "URL" , value : "http://github.com/kr/beanstalkd/commit/2e8e8c6387ecdf5923dfc4d7718d18eba1b0873d");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 SecPod");
script_family("General");
script_dependencies("secpod_beanstalkd_detect.nasl");
script_require_keys("Beanstalkd/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
## Get version from KB
ver = get_kb_item("Beanstalkd/Ver");
if(!ver){
exit(0);
}
## Check for Beanstalkd version prior to 1.4.6
if(version_is_less(version:ver, test_version:"1.4.6")){
security_message(0);
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation