Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2023-43874 PoC — e017 CMS 跨站脚本漏洞

Source
Associated Vulnerability
Title:e017 CMS 跨站脚本漏洞 (CVE-2023-43874)
Description:Multiple Cross Site Scripting (XSS) vulnerability in e017 CMS v.2.3.2 allows a local attacker to execute arbitrary code via a crafted script to the Copyright and Author fields in the Meta & Custom Tags Menu.
Description
e107 2.3.2 is affected by a Multiple Cross-Site Scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a crafted payload to the Copyright and Author field in the Meta & Custom Tags Menu.
Readme
# e107 CMS Stored XSS v2.3.2

## Author: (Sergio)

**Description:** Multiple Cross Site Scripting (XSS) vulnerability in e017 CMS v.2.3.2 allows a local attacker to execute arbitrary code via a crafted script to the Copyright and Author fields in the Meta & Custom Tags Menu.

**Attack Vectors:** Scripting A vulnerability in the sanitization of the entry in the Copyright and Author fields of "Meta & Custom Tags Menu" allows injecting JavaScript code that will be executed when the user accesses the web page.

---

### POC:


When logging into the panel, we will go to the "Meta & Custom Tags Menu." section off General Menu.

![XSS Payload](https://github.com/sromanhu/e107-CMS-Stored-XSS---MetaCustomTags/assets/87250597/c7a32405-a34a-4166-aa92-c8b554265a5a)



We edit that Settings that we have created and see that we can inject arbitrary Javascript code in the Copyright and Author fields.


### XSS Payload:

```js
'"><svg/onload=alert('Copyright')>
```

### XSS Payload:

```js
'"><svg/onload=alert('Author')>
```


In the following image you can see the embedded code that executes the payload in the main web.

![XSS Result Copyright](https://github.com/sromanhu/e107-CMS-Stored-XSS---MetaCustomTags/assets/87250597/80122e6a-599f-4b9e-a621-1383bc936101)



![XSS Result Author](https://github.com/sromanhu/e107-CMS-Stored-XSS---MetaCustomTags/assets/87250597/2a7db06d-ec46-40ff-ae2a-fe8fd3425741)




</br>

### Additional Information:
https://e107.org/

https://owasp.org/Top10/es/A03_2021-Injection/

https://owasp.org/www-community/attacks/xss/
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →