Lucene search
K

CGI Generic XSS (quick test)

🗓️ 19 Jun 2009 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 1172 Views

CGI Generic XSS (quick test

Refs
Code
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(39466);
  script_version("1.45");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_name(english:"CGI Generic XSS (quick test)");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server is prone to cross-site scripting attacks.");
  script_set_attribute(attribute:"description", value:
"The remote web server hosts CGI scripts that fail to adequately sanitize 
request strings with malicious JavaScript.  By leveraging this issue, 
an attacker may be able to cause arbitrary HTML and script code
to be executed in a user's browser within the security context of the
affected site.
These XSS are likely to be 'non persistent' or 'reflected'.");
  script_set_attribute(attribute:"see_also", value:"https://en.wikipedia.org/wiki/Cross_site_scripting#Non-persistent");
  # https://blog.jeremiahgrossman.com/2009/06/results-unicode-leftright-pointing.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ea9a0369");
  script_set_attribute(attribute:"see_also", value:"http://projects.webappsec.org/w/page/13246920/Cross%20Site%20Scripting");
  script_set_attribute(attribute:"solution", value:
"Restrict access to the vulnerable application. Contact the vendor 
for a patch or upgrade to address any cross-site scripting vulnerabilities.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_cwe_id(20, 74, 79, 80, 81, 83, 86, 116, 442, 692, 712, 722, 725, 751, 801, 811, 928, 931);

  script_set_attribute(attribute:"plugin_publication_date", value:"2009/06/19");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_ATTACK);
  script_family(english:"CGI abuses : XSS");

  script_copyright(english:"This script is Copyright (C) 2009-2022 Tenable Network Security, Inc.");

  script_dependencies("http_version.nasl", "webmirror.nasl", "cross_site_scripting.nasl", "web_app_test_settings.nasl", "torture_cgi_load_estimation3.nasl", "torture_cgi_inject_html.nasl");
  script_require_keys("Settings/enable_web_app_tests");
  script_require_ports("Services/www", 80);
  script_timeout(43200);

  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("torture_cgi.inc");

####


i = 0; 
flaws_and_patterns = make_array(
# "<script>alert(101);</script>",   "ST:<script>alert(101);</script>",
  '<script>alert(102);</script>',   'RE:^([^"]|"([^"\\]|\\[\\"])*")*<script>alert\\(102\\);</script>',
  '"><script>alert(103);</script>', 'RE:[^\\\\]"><script>alert\\(103\\);</script>',
  '"><object type="text/html" data="http://www.example.com/include.html"></object>', 'RE:[^\\\\]"><object type="text/html" data="http://www.example.com/include.html"></object>',
 # This works with IE6, not Firefox
 '<IMG SRC="javascript:alert(104);">', 'ST:<IMG SRC="javascript:alert(104);">',

 "<BODY ONLOAD=alert(107)>",	 "ST:<BODY ONLOAD=alert(107)>",
  "<script > alert(108); </script >",   "RE:<script *> *alert\(108\); *</script *>",
  '%00"><script>alert(109)</script>', 'ST:"><script>alert(109)</script>"',
 '<script\n>alert(110);</script\n>', 'ST:<script\n>alert(110);</script\n>',
  '\'><script>alert(111);</script>', 'RE:[^\\\\]\'><script>alert\\(111\\);</script>',
# '--><script>alert(112)</script>',   'ST:--><script>alert(112)</script>',
  '"><frame name=frame113 id=frame113 src="javascript:alert(113);', 'RE:<[^>]*"[^">]*"><frame name=frame113 id=frame113 src="javascript:alert\\(113\\);.*".*>'
);

port = torture_cgi_init(vul: 'XS');


if (get_kb_item(strcat("www/", port, "/generic_xss")))
  exit(0, 'The web server is vulnerable to generic cross-site scripting');
# if (stop_at_first_flaw == "port" && ! thorough_tests && get_kb_item(strcat("www/", port, "/XSS"))) exit(0);

if (get_kb_item("Settings/PCI_DSS") || report_paranoia < 2)
  ct = "text/(xml|html)";
else
  ct = NULL;
report = torture_cgis(port: port, vul: "XS", only_content: ct, injectable_only: INJECTABLE_HTML, follow_redirect: 2);

if (strlen(report) > 0)
{
  security_warning(port:port, extra: report);
}

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

11 Apr 2022 00:00Current
5.6Medium risk
Vulners AI Score5.6
1172