Lucene search
+L

Collabtive Cross Site Scripting and HTML Injection Vulnerabilities

🗓️ 13 Oct 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Collabtive XSS and HTML Injection Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-5284
12 Oct 201000:00
circl
circl
Circl
CVE-2010-5285
12 Oct 201000:00
circl
cve
CVE
CVE-2010-5284
26 Nov 201223:00
cve
cve
CVE
CVE-2010-5285
26 Nov 201223:00
cve
cvelist
Cvelist
CVE-2010-5284
26 Nov 201223:00
cvelist
cvelist
Cvelist
CVE-2010-5285
26 Nov 201223:00
cvelist
exploitdb
Exploit DB
Collabtive 0.65 - Multiple Vulnerabilities
12 Oct 201000:00
exploitdb
euvd
EUVD
EUVD-2010-5243
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-5244
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-5284
26 Nov 201223:55
nvd
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/44050
# SPDX-FileCopyrightText: 2010 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:collabtive:collabtive";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100855");
  script_version("2023-10-27T05:05:28+0000");
  script_tag(name:"last_modification", value:"2023-10-27 05:05:28 +0000 (Fri, 27 Oct 2023)");
  script_tag(name:"creation_date", value:"2010-10-13 18:51:23 +0200 (Wed, 13 Oct 2010)");
  script_cve_id("CVE-2010-5284", "CVE-2010-5285");
  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("Collabtive Cross Site Scripting and HTML Injection Vulnerabilities");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("gb_collabtive_detect.nasl");
  script_mandatory_keys("collabtive/detected");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/44050");

  script_tag(name:"summary", value:"Collabtive is prone to multiple cross-site scripting vulnerabilities
  and an HTML-injection vulnerability because it fails to properly
  sanitize user-supplied input before using it in dynamically generated content.");

  script_tag(name:"impact", value:"Successful exploits will allow attacker-supplied HTML and script
  code to run in the context of the affected browser, potentially allowing the attacker to steal
  cookie-based authentication credentials or to control how the site is rendered to the user.
  Other attacks are also possible.");

  script_tag(name:"affected", value:"Collabtive 0.65 is vulnerable, prior versions may also be affected.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore.
  General solution options are to upgrade to a newer release, disable respective features,
  remove the product or replace the product by another one.");

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

  exit(0);
}

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

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

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

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

vt_strings = get_vt_strings();
xss_string = vt_strings['random'];
url = string(dir, "/thumb.php?pic=%3Cscript%3Ealert(%27" + xss_string + "%27)%3C/script%3E");

if(http_vuln_check( port: port, url: url, pattern: "<script>alert\('" + xss_string + "'\)</script>", check_header: TRUE, extra_check: "file=" ) ) {
  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

27 Oct 2023 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01978
29