CVE-2026-4971 Details
Description
A weakness has been identified in SourceCodester Note Taking App up to 1.0. This impacts an unknown function. This manipulation causes cross-site request forgery. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks.
A Cross-Site Request Forgery (CSRF) vulnerability exists in SourceCodester Note Taking App versions prior to 1.0. The issue is located in the note deletion functionality, specifically within the 'notes/delete.php' file. The application processes deletion requests via the HTTP GET method, using the 'id' parameter, without implementing any CSRF token validation or request origin verification. This vulnerability allows an unauthenticated remote attacker to craft a malicious HTML page that, when visited by an authenticated user, silently sends a deletion request to the vulnerable endpoint. As a result, the victim's notes are permanently deleted without their knowledge or consent.
It is recommended to use POST requests for deletion operations, implement CSRF tokens on all state-changing requests, validate these tokens server-side before processing the requests, and add the SameSite attribute to session cookies.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 27, 2026CISA-ADP
Assessed Mar 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/Mohdanass/b7c5984922238397d10644f5f33ec592 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/?ctiid.353858 | [email protected] | Content Wall |
| https://vuldb.com/?id.353858 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/?submit.777877 | [email protected] | ExploitTechnical Description |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester Note Taking App | All versions |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Mar 27, 2026 | CVE Modified | [email protected] |
| Mar 27, 2026 | New CVE Received | [email protected] |
Volerion