CVE-2025-63712
BaseFortify
Publication date: 2025-11-10
Last updated on: 2025-11-18
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| senior-walter | web-based_pharmacy_product_management_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) in the SourceCodester Product Expiry Management System. Specifically, the User Management module's delete-user.php endpoint allows remote attackers to delete arbitrary user accounts by sending forged cross-origin GET requests. This happens because the endpoint relies only on session cookies for authentication and does not implement any CSRF protection mechanisms.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to delete user accounts without authorization. This can lead to loss of user data, disruption of service, unauthorized account removal, and potential denial of service for legitimate users.