Lucene search
+L

Valarsoft Webmatic Multiple XSS and SQL Injection Vulnerabilities

🗓️ 24 Dec 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Valarsoft Webmatic Multiple XSS and SQL Injection Vulnerabilities. Upgrade to version 3.0.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-4379
22 Dec 200923:00
cve
cve
CVE
CVE-2009-4380
22 Dec 200923:00
cve
cvelist
Cvelist
CVE-2009-4379
22 Dec 200923:00
cvelist
cvelist
Cvelist
CVE-2009-4380
22 Dec 200923:00
cvelist
euvd
EUVD
EUVD-2009-4347
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2009-4348
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-4379
22 Dec 200923:30
nvd
nvd
NVD
CVE-2009-4380
22 Dec 200923:30
nvd
openvas
OpenVAS
Valarsoft Webmatic Multiple XSS and SQL Injection Vulnerabilities
24 Dec 200900:00
openvas
prion
Prion
Cross site scripting
22 Dec 200923:30
prion
Rows per page
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.901088");
  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-12-24 14:01:59 +0100 (Thu, 24 Dec 2009)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2009-4379", "CVE-2009-4380");
  script_name("Valarsoft Webmatic Multiple XSS and SQL Injection Vulnerabilities");
  script_xref(name:"URL", value:"http://secunia.com/advisories/37735");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37335");
  script_xref(name:"URL", value:"http://www.valarsoft.com/index.php?stage=0&section=5&newsID=165&action=6");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_valarsoft_webmatic_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("valarsoft/webmatic/detected");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker cause Cross-Site Scripting or
  SQL Injection attacks by executing arbitrary codes within the context of the affected application.");

  script_tag(name:"affected", value:"Valarsoft Webmatic prior to 3.0.3");

  script_tag(name:"insight", value:"- Certain unspecified input is not properly sanitised before being returned to
  the user. This can be exploited to execute arbitrary HTML and script code in
  a user's browser session in the context of an affected site.

  - Certain unspecified input is not properly sanitised before being used in SQL
  queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.");

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

  script_tag(name:"solution", value:"Upgrade to Valarsoft Webmatic version 3.0.3.");

  script_tag(name:"summary", value:"Valarsoft Webmatic is prone to multiple Cross-Site Scripting and SQL Injection vulnerabilities.");

  exit(0);
}

include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");

webmaticPort = http_get_port(default:80);

webmaticVer = get_kb_item("www/"+ webmaticPort + "/Valarsoft/Webmatic");
if(!webmaticVer){
  exit(0);
}

webmaticVer = eregmatch(pattern:"^(.+) under (/.*)$", string:webmaticVer);
if(webmaticVer[1])
{
  if(version_is_less(version:webmaticVer[1], test_version:"3.0.3")){
    report = report_fixed_ver(installed_version:webmaticVer[1], fixed_version:"3.0.3");
    security_message(port: webmaticPort, data: 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

05 Mar 2025 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
EPSS0.01051
21