Lucene search
+L

OpenWebMail Multiple XSS Vulnerabilities

🗓️ 22 Sep 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 97 Views

OpenWebMail Multiple XSS Vulnerabilities. Upgrade to version 2.53 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-7202
10 Sep 200910:00
cve
cvelist
Cvelist
CVE-2008-7202
10 Sep 200910:00
cvelist
euvd
EUVD
EUVD-2008-7161
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-7202
10 Sep 200910:30
nvd
openvas
OpenVAS
OpenWebMail Multiple XSS Vulnerabilities
22 Sep 200900:00
openvas
prion
Prion
Cross site scripting
10 Sep 200910:30
prion
redhatcve
RedhatCVE
CVE-2008-7202
21 May 202519:46
redhatcve
# SPDX-FileCopyrightText: 2009 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:openwebmail.acatysmoof:openwebmail";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900943");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-09-22 10:03:41 +0200 (Tue, 22 Sep 2009)");
  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_cve_id("CVE-2008-7202");

  script_name("OpenWebMail Multiple XSS Vulnerabilities");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("openwebmail_detect.nasl");
  script_mandatory_keys("OpenWebMail/detected");

  script_xref(name:"URL", value:"http://freshmeat.net/projects/openwebmail/releases/270453");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/25175");
  script_xref(name:"URL", value:"http://pridels-team.blogspot.com/2007/08/openwebmail-multiple-xss-vuln.html");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to inject arbitrary
  web script or HTML via unknown vectors and conduct cross-sites attacks.");

  script_tag(name:"affected", value:"OpenWebMail versions prior to 2.53.");

  script_tag(name:"insight", value:"The vulnerability is caused because the application does not
  sanitise the user supplied data.");

  script_tag(name:"solution", value:"Upgrade to version 2.53 or later.");

  script_tag(name:"summary", value:"OpenWebMail is prone to multiple cross-sites scripting vulnerabilities.");

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

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

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

if( ! vers = get_app_version( cpe:CPE, port:port ) )
  exit( 0 );

if( version_is_less( version:vers, test_version:"2.53" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"2.53" );
  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 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.3
EPSS0.01074
97