Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-43876-October-CMS-Reflected-XSS---Installation — October CMS 3.4.16 is affected by a Cross-Site Scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a crafted payload in the installation process. | Kitploit
Tools/GitHubGitHub/sromanhu/cve-2023-43876-october-cms-reflected-xss---installation
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubsromanhu/cve-2023-43876-october-cms-reflected-xss---installation

CVE-2023-43876-October-CMS-Reflected-XSS---Installation

October CMS 3.4.16 is affected by a Cross-Site Scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a crafted payload in the installation process.

View Repository
22 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

October CMS Reflected XSS v3.4.16

Author: (Sergio)

Description: Cross-Site Scripting (XSS) vulnerabilitiy in installation of October v.3.4.16 allows a local attacker to execute arbitrary web scripts via a crafted payload injected into the dbhost field.

Attack Vectors: A vulnerability in the installation sanitation in the dbhost field allows JavaScript code to be injected.


POC:

During the installation process we enter the XSS payload in dbhost field and when we click on next, we will obtain the XSS pop-up

XSS Payload:

root@kitploit:~
'"><svg/onload=prompt('dbhost')>

XSS Dbhost payload

In the following image you can see the embedded code that executes the payload in the instalaltion process.

dbhost


Additional Information:

https://octobercms.com/

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

Download Tool