| Source | Link |
|---|---|
| hiawatha-webserver | www.hiawatha-webserver.org/changelog |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(69034);
script_version("1.3");
script_cvs_date("Date: 2018/08/10 18:07:08");
script_name(english:"Hiawatha < 8.8 Mixed Case DenyBody Security Bypass");
script_summary(english:"Checks version of Hiawatha");
script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by a security bypass
vulnerability.");
script_set_attribute(attribute:"description", value:
"According to its server response header, the installed version of
Hiawatha is a version prior to 8.8. A flaw exists when handling mixed
case input that could allow an attacker to bypass the DenyBody rules.");
script_set_attribute(attribute:"see_also", value:"http://www.hiawatha-webserver.org/changelog");
script_set_attribute(attribute:"solution", value:"Upgrade to Hiawatha 8.8 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/18");
script_set_attribute(attribute:"patch_publication_date", value:"2013/02/18");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/24");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:hiawatha:webserver");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2013-2018 Tenable Network Security, Inc.");
script_dependencies("hiawatha_detect.nasl");
script_require_ports("Services/www", 80);
script_require_keys("Settings/ParanoidReport", "www/hiawatha");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("webapp_func.inc");
appname = "Hiawatha";
port = get_http_port(default:80);
install = get_install_from_kb(
appname : "hiawatha",
port : port,
exit_on_fail : TRUE
);
if (report_paranoia < 2) audit(AUDIT_PARANOID);
version = install["ver"];
if (version =~ "^8$")
exit(1, "The version ("+version+") of " + appname + " listening on port "+port+" is not granular enough.");
if (
version =~ "^[0-7]([^0-9]|$)" ||
version =~ "^8\.[0-7]([^0-9]|$)"
)
{
if (report_verbosity > 0)
{
report =
'\n Installed version : ' + version +
'\n Fixed version : 8.8' +
'\n';
security_warning(port:port, extra:report);
}
else security_warning(port);
}
else audit(AUDIT_LISTEN_NOT_VULN, appname, port, version);
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