Skip to content

Commit 00bd707

Browse files
committed
Updates docs
1 parent d056164 commit 00bd707

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

documentation/modules/exploit/windows/http/sitecore_xp_cve_2025_34510.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
## Vulnerable Application
22

3-
The Sitecore Experience Platform (XP) is flagship CMS product. Provides comprehensive digital marketing tools, view of customer data and many other features. Sitecore deploys multiple default service accounts when installing, among them ServicesAPI. The versions from 10 to 10.4 have hardcoded password for this account - the password is letter b (CVE-2025-34509). This account is used to gain access and exploit additional vulnerability - path traversal in zip extraction (CVE-2025-34510). This module exploits both vulnerabilities to gain remote code execution by uploading malicious ASPX into root directory of webserver.
3+
The Sitecore Experience Platform (XP) is flagship CMS product.
4+
Provides comprehensive digital marketing tools, view of customer data and many other features.
5+
Sitecore deploys multiple default service accounts when installing, among them ServicesAPI.
6+
The versions from 10 to 10.4 have hardcoded password for this account - the password is letter b (CVE-2025-34509).
7+
This account is used to gain access and exploit additional vulnerability - path traversal in zip extraction (CVE-2025-34510).
8+
This module exploits both vulnerabilities to gain remote code execution by uploading malicious ASPX into root directory of webserver.
49

510
### Installation
611

7-
The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/downloads/Sitecore_Experience_Platform). Please note that a license is required for successful installation.
12+
The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/downloads/Sitecore_Experience_Platform).
13+
Please note that a license is required for successful installation.
814

915

1016
## Verification Steps
@@ -23,16 +29,20 @@ The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/do
2329

2430
### VHOST
2531

26-
The hostname of Sitecore XP - when installed, Sitecore XP deploys multiple vhosts, among them is the Sitecore XP host, where a user can access majority of functions.
32+
The hostname of Sitecore XP.
33+
When installed, Sitecore XP deploys multiple vhosts, among them is the Sitecore XP host, where a user can access majority of functions.
2734

2835

2936
### IDENTITY_VHOST
3037

3138
The Sitecore XP uses separate vhost for "identity host", which is used when user is authenticating and asking for session data.
39+
If you are not sure about `IDENTITY_VHOST`, you can visit `https://[sitecore instance]/identity/login/shell/SitecoreIdentityServer`.
40+
The hostname of page where the URL will redirect you can be used as `IDENTITY_VHOST`.
3241

3342
## Scenarios
3443

3544
```
45+
msf exploit(windows/http/sitecore_xp_cve_2025_34510) > set IDENTITY_VHOST sitecorepocidentityserver.dev.local
3646
msf exploit(windows/http/sitecore_xp_cve_2025_34510) > run verbose=true
3747
[*] Started reverse TCP handler on 192.168.3.7:4444
3848
[*] Running automatic check ("set AutoCheck false" to disable)

documentation/modules/exploit/windows/http/sitecore_xp_cve_2025_34511.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
## Vulnerable Application
22

3-
The Sitecore Experience Platform (XP) is flagship CMS product. Provides comprehensive digital marketing tools, view of customer data and many other features. A user can install multiple extensions to Sitecore XP - among them is Sitecore PowerShell Extension (SPA). It is obligatory requirement for popular SXA add-on. The SPA is vulnerable to unrestricted file upload up to version 7.0. An attacker can upload malicious ASPX file and gain remote code execution.
3+
The Sitecore Experience Platform (XP) is flagship CMS product.
4+
Provides comprehensive digital marketing tools, view of customer data and many other features.
5+
A user can install multiple extensions to Sitecore XP - among them is Sitecore PowerShell Extension (SPA).
6+
It is obligatory requirement for popular SXA add-on.
7+
The SPA is vulnerable to unrestricted file upload up to version 7.0.
8+
An attacker can upload malicious ASPX file and gain remote code execution.
49

510

611
### Installation
712

8-
The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/downloads/Sitecore_Experience_Platform). Please note that a license is required for successful installation.
13+
The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/downloads/Sitecore_Experience_Platform).
14+
Please note that a license is required for successful installation.
915

1016

1117
## Verification Steps
@@ -24,18 +30,22 @@ The Sitecore XP can be downloaded from [here](https://developers.sitecore.com/do
2430

2531
### VHOST
2632

27-
The hostname of Sitecore XP - when installed, Sitecore XP deploys multiple vhosts, among them is the Sitecore XP host, where a user can access majority of functions.
33+
The hostname of Sitecore XP.
34+
When installed, Sitecore XP deploys multiple vhosts, among them is the Sitecore XP host, where a user can access majority of functions.
2835

2936

3037
### IDENTITY_VHOST
3138

3239
The Sitecore XP uses separate vhost for "identity host", which is used when user is authenticating and asking for session data.
40+
If you are not sure about `IDENTITY_VHOST`, you can visit `https://[sitecore instance]/identity/login/shell/SitecoreIdentityServer`.
41+
The hostname of page where the URL will redirect you can be used as `IDENTITY_VHOST`.
3342

3443

3544
## Scenarios
3645

3746

3847
```
48+
msf exploit(windows/http/sitecore_xp_cve_2025_34511) > set IDENTITY_VHOST sitecorepocidentityserver.dev.local
3949
msf exploit(windows/http/sitecore_xp_cve_2025_34511) > set RHOSTS 10.5.132.138
4050
RHOSTS => 10.5.132.138
4151
msf exploit(windows/http/sitecore_xp_cve_2025_34511) > set VHOST sitecorepocsc.dev.local

0 commit comments

Comments
 (0)