| Reporter | Title | Published | Views | Family All 23 |
|---|---|---|---|---|
| CVE-2025-47166 | 10 Jun 202515:24 | – | circl | |
| Microsoft SharePoint 代码问题漏洞 | 10 Jun 202500:00 | – | cnnvd | |
| Microsoft SharePoint Server Remote Code Execution Vulnerability (CNVD-2025-24453) | 13 Jun 202500:00 | – | cnvd | |
| CVE-2025-47166 | 10 Jun 202517:02 | – | cve | |
| CVE-2025-47166 Microsoft SharePoint Server Remote Code Execution Vulnerability | 10 Jun 202517:02 | – | cvelist | |
| Microsoft SharePoint 2019 - NTLM Authentication | 2 Jul 202500:00 | – | exploitdb | |
| EUVD-2025-17733 | 3 Oct 202520:07 | – | euvd | |
| Description of the security update for SharePoint Server 2019: June 10, 2025 (KB5002729) | 10 Jun 202507:00 | – | mskb | |
| Description of the security update for SharePoint Enterprise Server 2016: June 10, 2025 (KB5002732) | 10 Jun 202507:00 | – | mskb | |
| Description of the security update for SharePoint Server Subscription Edition: June 10, 2025 (KB5002736) | 10 Jun 202507:00 | – | mskb |
# Titles: Microsoft SharePoint 2019 NTLM Authentication
# Author: nu11secur1ty
# Date: 06/27/25
# Vendor: Microsoft
# Software: https://www.microsoft.com/en-us/download/details.aspx?id=57462
# Reference:
https://www.networkdatapedia.com/post/ntlm-autSharePoint 2019 NTLM Authentication hentication-security-risks-and-how-to-avoid-them-gilad-david-maayan
## Description:
Microsoft SharePoint Central Administration improperly exposes
NTLM-authenticated endpoints to low-privileged or even brute-forced domain
accounts. Once authenticated, an attacker can access the `_api/web`
endpoint, disclosing rich metadata about the SharePoint site, including
user group relationships, workflow configurations, and file system
structures. The vulnerability enables username and password enumeration,
internal structure mapping, and API abuse.
Key issues include:
- NTLM over HTTP (unencrypted)
- No fine-grained access control on `_api/web`
- NTLM error codes act as oracles for credential validation
STATUS: HIGH-CRITICAL Vulnerability
[+]Exploit:
```
# NTLM Authentication + SharePoint Enumeration Tool Usage:
python ntml.py -u http://10.10.0.15:10626 -U 'CORP\spfarm' -P 'p@ssw0rd'
-v
# Success output (highlight):
[+] NTLM Authentication succeeded on http://10.10.0.15:10626/_api/web
# Result: Full SharePoint metadata dump from the Central Admin instance
```
# Reproduce:
[href](
https://github.com/nu11secur1ty/CVE-mitre/tree/main/2025/CVE-2025-47166/PoC)
# Time spent:
72:15:00Data
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