| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description) {
script_id(19307);
script_version("1.15");
script_bugtraq_id(14365);
script_name(english:"Hobbit Monitor < 4.1.0 hobbitd Malformed Message Remote Overflow");
script_set_attribute(attribute:"synopsis", value:
"The remote web server may allow arbitrary code execution." );
script_set_attribute(attribute:"description", value:
"The remote host is running Hobbit Monitor, an open source tool for
monitoring servers, applications, and networks.
The installed version of Hobbit contains a flaw that could lead to the
Hobbit daemon, 'hobbitd', crashing when it tries to process certain
types of messages. It may also be possible to exploit this flaw in
order to run arbitrary code with the privileges of the hobbit user." );
# http://web.archive.org/web/20090601071510/http://www.hswn.dk/hobbiton/2005/07/msg00242.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?61b275fe" );
script_set_attribute(attribute:"solution", value:
"Upgrade to Hobbit version 4.1.0 or later." );
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"plugin_publication_date", value: "2005/07/27");
script_set_attribute(attribute:"vuln_publication_date", value: "2005/07/24");
script_cvs_date("Date: 2018/08/07 16:46:50");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value: "cpe:/a:hobbit_monitor:hobbit_monitor");
script_end_attributes();
script_summary(english:"Checks for denial of service vulnerability in Hobbit Monitor");
script_category(ACT_GATHER_INFO);
script_family(english:"Gain a shell remotely");
script_copyright(english:"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.");
script_dependencies("http_version.nasl");
script_exclude_keys("Settings/disable_cgi_scanning");
script_require_ports("Services/www", 80);
exit(0);
}
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
port = get_http_port(default:80);
# Loop through CGI directories.
foreach dir (cgi_dirs()) {
# Make sure the affected script exists.
res = http_get_cache(item:string(dir, "/"), port:port, exit_on_fail: 1);
# There's a problem if ...
if (
# it looks like Hobbit Monitor and ...
egrep(string:res, pattern:"<TITLE>.+ : Hobbit - Status @ ") &&
# the banner indicates it's a version between 4.0 and 4.0.4 inclusive.
egrep(string:res, pattern:">Hobbit Monitor 4\.0([^.]|\.[0-4]</A>)")
) {
security_hole(port);
exit(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