| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| RaidenHTTPd < 1.1.48 Crafted Request Script Source Disclosure | 6 Mar 200600:00 | – | nessus | |
| CVE-2006-0949 | 6 Mar 200621:00 | – | cve | |
| CVE-2006-0949 | 6 Mar 200621:00 | – | cvelist | |
| EUVD-2006-0952 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-0949 | 6 Mar 200621:02 | – | nvd | |
| Code injection | 6 Mar 200621:02 | – | prion |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description) {
script_id(21015);
script_version("1.15");
script_cve_id("CVE-2006-0949");
script_bugtraq_id(16934);
script_name(english:"RaidenHTTPD Crafted Request Script Source Disclosure");
script_summary(english:"Checks version of RaidenHTTPD");
script_set_attribute(attribute:"synopsis", value:
"The remote web server suffers from an information disclosure flaw." );
script_set_attribute(attribute:"description", value:
"The remote host is running RaidenHTTPD, a web server for Windows.
According to its banner, the version of RaidenHTTPD installed on the
remote Windows host fails to properly validate filename extensions in
URLs. A remote attacker may be able to leverage this issue to
disclose the source of scripts hosted by the affected application
using specially crafted requests with dot, space, and slash
characters." );
script_set_attribute(attribute:"see_also", value:"https://secuniaresearch.flexerasoftware.com/secunia_research/2006-15/advisory/" );
script_set_attribute(attribute:"see_also", value:"http://forum.raidenftpd.com/showflat.php?Cat=&Board=httpd&Number=47234" );
script_set_attribute(attribute:"solution", value:
"Upgrade to RaidenHTTPD version 1.1.48 or later." );
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
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: "2006/03/06");
script_set_attribute(attribute:"vuln_publication_date", value: "2006/03/03");
script_cvs_date("Date: 2018/11/15 20:50:25");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2006-2018 Tenable Network Security, Inc.");
script_dependencies("http_version.nasl");
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);
banner = get_http_banner(port:port);
if (
banner &&
egrep(pattern:"^Server: RaidenHTTPD/1\.(0\.|1\.([0-9][^[0-9]|([0-3][0-9]|4[0-7])))", string:banner)
) {
security_warning(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