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-47014-Sticky-Notes-App-Using-PHP-with-Source-Code-v1.0-CSRF-to-CORS — Proof-of-concept exploit for CVE-2023-47014 demonstrating CSRF-to-CORS vulnerability in Sticky Notes App v1.0. Includes crafted payload for add-note.php to trigger CORS via Burp Collaborator. | Kitploit
Tools/GitHubGitHub/emirhanerdogu/cve-2023-47014-sticky-notes-app-using-php-with-source-code-v1.0-csrf-to-cors
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubemirhanerdogu/cve-2023-47014-sticky-notes-app-using-php-with-source-code-v1.0-csrf-to-cors

CVE-2023-47014-Sticky-Notes-App-Using-PHP-with-Source-Code-v1.0-CSRF-to-CORS

Proof-of-concept exploit for CVE-2023-47014 demonstrating CSRF-to-CORS vulnerability in Sticky Notes App v1.0. Includes crafted payload for add-note.php to trigger CORS via Burp Collaborator.

View Repository
12 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-47014-Sticky-Notes-App-Using-PHP-with-Source-Code-v1.0-CSRF-to-CORS

Exploit Author: emirhanerdogu

Vendor Homepage

https://www.sourcecodester.com/php/16928/sticky-notes-app-using-php-source-code.html

Software Link

https://www.sourcecodester.com/download-code?nid=16928&title=Sticky+Notes+App+Using+PHP+with+Source+Code

Overview

Cross Site Request Forgery vulnerability in Remyandrade Sticky Notes App Using PHP with Source Code v.1.0 allows a remote attacker to obtain sensitive information via a crafted payload to the add-note.php component.

Vulnerability Details

CVE ID: CVE-2023-47014.
Affected Version: Sticky-Notes V1.0
Vulnerable File: Origin
Parameter Names: -
Attack Type: Local

Description

When the Origin header information is added in the annotation field, the CORS vulnerability does not occur. However, when the CSRF PoC was created and the Burp Collaborator address was added to it, the CORS vulnerability was triggered.

Proof of Concept (PoC) :

Request and Response:

image

CSRF PoC:

image

image

Exploit:

image

Download Tool