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-33409 — Proof-of-concept demonstrating Cross-Site Request Forgery in Minical 1.0.0, enabling unauthorized user addition, deletion, and modification of sensitive data. | Kitploit
Tools/GitHubGitHub/thirukrishnan/cve-2023-33409
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubthirukrishnan/cve-2023-33409

CVE-2023-33409

Proof-of-concept demonstrating Cross-Site Request Forgery in Minical 1.0.0, enabling unauthorized user addition, deletion, and modification of sensitive data.

View Repository
13 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

CVE-2023-33409

Minical 1.0.0 is vulnerable to Cross-Site Request Forgery.

Vendor: https://github.com/minical/minical

Demo Application: https://demo.minical.io/


PoC

The application does not have any CSRF protection, hence a specially crafted HTTP request can be used to,

  • Add New User
  • Delete Existing User
  • Edit the existing User’s Email Address and other sensitive information.

The payloads for different attacks can be generated using the Generate CSRF POC tool in BurpSuite.

Example:

Add New User:

image

Download Tool