Lucene search
+L

eZ Publish <= 2.2.7 Multiple XSS Vulnerabilities

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 k-otik.comType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

eZ Publish 2.2.7 has a cross site scripting bug. An attacker may use it to perform a cross site scripting attack on this host. Another flaw may allow an attacker to store hostile HTML code on the server side, which will be executed by the browser of the administrative user when he looks at the server logs

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0310
17 May 200304:00
cve
cvelist
Cvelist
CVE-2003-0310
17 May 200304:00
cvelist
exploitdb
Exploit DB
EZ Publish 2.2 - 'index.php' IMG Tag Cross-Site Scripting
16 May 200300:00
exploitdb
euvd
EUVD
EUVD-2003-0305
7 Oct 202500:30
euvd
nessus
Tenable Nessus
eZ Publish articleview.php XSS
21 May 200300:00
nessus
nessus
Tenable Nessus
ez Publish Multiple XSS
23 Mar 200300:00
nessus
nvd
NVD
CVE-2003-0310
16 Jun 200304:00
nvd
# SPDX-FileCopyrightText: 2003 k-otik.com
# 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:ez:ez_publish";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.11449");
  script_version("2025-09-05T15:40:40+0000");
  script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/7137");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/7138");
  script_cve_id("CVE-2003-0310");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");

  script_name("eZ Publish <= 2.2.7 Multiple XSS Vulnerabilities");

  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2003 k-otik.com");
  script_dependencies("sw_ez_publish_detect.nasl", "cross_site_scripting.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("ez_publish/installed");

  script_tag(name:"summary", value:"eZ Publish is prone to multiple cross-site scripting (XSS)
  vulnerabiliites.");

  script_tag(name:"insight", value:"eZ Publish has an XSSg bug. An attacker may use it to perform a
  XSS attack on this host. In addition to this, another flaw may allow an attacker store hostile
  HTML code on the server side, which will be executed by the browser of the administrative user
  when he looks at the server logs.");

  script_tag(name:"affected", value:"eZ Publish version 2.2.7 and probably prior.");

  script_tag(name:"solution", value:"Update a newer version.");

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

  exit(0);
}

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

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

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

host = http_host_name( dont_add_port:TRUE );
if( http_get_has_generic_xss( port:port, host:host ) ) exit( 0 );

url = string(dir, "/search/?SectionIDOverride=1&SearchText=<script>window.alert(document.cookie);</script>");
req = http_get(item:url, port:port);
buf = http_keepalive_send_recv(port:port, data:req);
if( isnull( buf ) ) exit( 0 );

if(buf =~ "^HTTP/1\.[01] 200" && "<script>window.alert(document.cookie);</script>" >< buf) {
  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

05 Sep 2025 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 26.8
EPSS0.03183
37