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-2024-41453_CVE-2024-41454 — CVE-2024-41454, CVE-2024-41453 | Kitploit
Tools/GitHubGitHub/code5ecure/cve-2024-41453_cve-2024-41454
Vulnerability AnalysisWeb Application ExploitationMalware AnalysisPenetration TestingLearning & EducationCrawler
GitHubcode5ecure/cve-2024-41453_cve-2024-41454

CVE-2024-41453_CVE-2024-41454

CVE-2024-41454, CVE-2024-41453

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1 year agoNot yet reviewed

#CVE-2024-41453

#CVE-2024-41454

ProcessMaker Vulnerabilites (just for education): @ryancooley @velkymx @nolanpro @caleeli

  • install ProcessMaker 4 Core Docker Instance frome this repository: https://github.com/ProcessMaker/pm4core-docker

  • this is latest pm docker version (PM_VERSION=4.1.21), below image is the .env file. image

Stored Xss

  1. create a json file with xss payload. image (I uploaded sample file named: sample.json)

2.Send this file to process admin user and request to import thie file as a process. image image image

  1. when admin user import this file and try to archive this process, the malicious javascript code will be executed.

(chrome latest version: Version 126.0.6478.127 (Official Build) (64-bit))

image

It is obvius that in import function there is lack of user input sanitization.

Maliciuos file upload

  1. admin user can upload html file and bypass image restrication in Customize UI, custom login logo upload section. image

  2. this is uploaded file: image

  3. also it is possible to uplaod php file but its not executed. image image

there is lack of proper input validation in uploaders.

Download Tool