Microsoft SharePoint Server Information Disclosure Vulnerability (2827663)
🗓️ 04 Sep 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2013-1290 | 9 Apr 201322:00 | – | cve | |
| CVE-2013-1290 | 9 Apr 201322:00 | – | cvelist | |
| MS13-030: Vulnerability in SharePoint could allow information disclosure: April 9, 2013 | 9 Apr 201300:00 | – | mskb | |
| CVE-2013-1290 | 9 Apr 201322:55 | – | nvd | |
| Information disclosure | 9 Apr 201322:55 | – | prion | |
| Microsoft SharePoint weak permissions | 12 Apr 201300:00 | – | securityvulns | |
| MS13-030: Vulnerability in SharePoint Could Allow Information Disclosure (2827663) | 10 Apr 201300:00 | – | nessus | |
| Microsoft SharePoint CVE-2013-1290 Information Disclosure Vulnerability | 9 Apr 201300:00 | – | symantec |
| Source | Link |
|---|---|
| support | www.support.microsoft.com/en-us/help/2737969 |
| securityfocus | www.securityfocus.com/bid/58844 |
| technet | www.technet.microsoft.com/library/security/ms13-030 |
# SPDX-FileCopyrightText: 2017 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:microsoft:sharepoint_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.811595");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2013-1290");
script_tag(name:"cvss_base", value:"3.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:P/I:N/A:N");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2017-09-04 13:15:44 +0530 (Mon, 04 Sep 2017)");
script_tag(name:"qod_type", value:"executable_version");
script_name("Microsoft SharePoint Server Information Disclosure Vulnerability (2827663)");
script_tag(name:"summary", value:"This host is missing an important security
update according to Microsoft Bulletin MS13-030");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw is due to certain configurations
involving legacy My Sites, does not properly establish default access
controls for a SharePoint list.");
script_tag(name:"impact", value:"Successful exploitation will allow
information disclosure if an attacker determined the address or location of a
specific SharePoint list and gained access to the SharePoint site where the
list is maintained. The attacker would need to be able to satisfy the
SharePoint site's authentication requests to exploit this vulnerability.");
script_tag(name:"affected", value:"Microsoft SharePoint Server 2013.");
script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://support.microsoft.com/en-us/help/2737969");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/58844");
script_xref(name:"URL", value:"https://technet.microsoft.com/library/security/ms13-030");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Windows : Microsoft Bulletins");
script_dependencies("gb_microsoft_sharepoint_smb_login_detect.nasl");
script_require_ports(139, 445);
script_mandatory_keys("microsoft/sharepoint/server/smb-login/detected");
exit(0);
}
include("smb_nt.inc");
include("host_details.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(isnull(port = get_app_port(cpe:CPE, service:"smb-login")))
exit(0);
if(!shareVer = get_app_version(cpe:CPE, port:port))
exit(0);
key = "SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\";
if(!registry_key_exists(key:key)){
exit(0);
}
## SharePoint Server 2013 (coreserverloc)
if(shareVer =~ "^15\.")
{
path = registry_get_sz(key: key + "15.0", item:"Location");
dllVer = fetch_file_version(sysPath:path, file_name:"ISAPI\Microsoft.office.server.dll");
if(dllVer)
{
if(version_is_less(version:dllVer, test_version:"15.0.4481.1507"))
{
report = 'File checked: ' + path + "\ISAPI\Microsoft.office.server.dll"+ '\n' +
'File version: ' + dllVer + '\n' +
'Vulnerable range: Less than 15.0.4481.1507\n' ;
security_message(port:port, data:report);
exit(0);
}
}
}
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
28 Apr 2026 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 23.5
EPSS0.16991