Lucene search
+L

Microsoft SharePoint <= 12.0.0.6421 XSS Vulnerability

🗓️ 05 Mar 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

Microsoft SharePoint Server prone to cross-site scripting vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-0716
26 Feb 201019:00
cve
cvelist
Cvelist
CVE-2010-0716
26 Feb 201019:00
cvelist
euvd
EUVD
EUVD-2010-0743
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-0716
26 Feb 201019:30
nvd
openvas
OpenVAS
Microsoft SharePoint Cross Site Scripting Vulnerability
5 Mar 201000:00
openvas
prion
Prion
Cross site scripting
26 Feb 201019:30
prion
# 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

# nb: While only Microsoft SharePoint is mentioned the initial version of this VT had used / probed
# the "MicrosoftSharePointTeamServices" header version and thus this CPE is used here.
CPE = "cpe:/a:microsoft:sharepoint_team_services";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800481");
  script_version("2025-08-06T05:45:41+0000");
  script_tag(name:"last_modification", value:"2025-08-06 05:45:41 +0000 (Wed, 06 Aug 2025)");
  script_tag(name:"creation_date", value:"2010-03-05 10:09:57 +0100 (Fri, 05 Mar 2010)");
  script_tag(name:"cvss_base", value:"3.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:N/I:P/A:N");
  script_cve_id("CVE-2010-0716");
  script_name("Microsoft SharePoint <= 12.0.0.6421 XSS Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("microsoft_windows_sharepoint_services_http_detect.nasl");
  script_mandatory_keys("microsoft/windows_sharepoint_team_services/detected");

  script_xref(name:"URL", value:"https://web.archive.org/web/20160314120319/http://www.hacktics.com/content/advisories/AdvMS20100222.html");
  script_xref(name:"URL", value:"https://web.archive.org/web/20111227044841/http://www.securityfocus.com/archive/1/archive/1/509683/100/0/threaded");
  script_xref(name:"URL", value:"https://exchange.xforce.ibmcloud.com/vulnerabilities/56597");

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

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"This flaw is due to insufficient validation of user supplied
  data passed into 'SourceUrl' and 'Source' parameters in the 'download.aspx' in SharePoint Team
  Services.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote authenticated users to
  leverage same-origin relationships and conduct cross-site scripting attacks by uploading TXT
  files.");

  script_tag(name:"affected", value:"Microsoft Office SharePoint Server 2007 version 12.0.0.6421 and
  prior.");

  script_tag(name:"solution", value:"Upgrade to SharePoint Server 2010 or later.");

  # nb: The version in the "MicrosoftSharePointTeamServices" header might not be fully reliable...
  script_tag(name:"qod_type", value:"remote_analysis");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

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

if(!port = get_app_port(cpe:CPE, service:"www"))
  exit(0);

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

if(version_in_range(version:vers, test_version:"12.0", test_version2:"12.0.0.6421")) {
  report = report_fixed_ver(installed_version:vers, vulnerable_range:"12.0 - 12.0.0.6421");
  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