Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…

CVE-2025-63712: n/a

0
Unknown
VulnerabilityCVE-2025-63712cvecve-2025-63712
Published: Mon Nov 10 2025 (11/10/2025, 00:00:00 UTC)
Source: CVE Database V5

Description

Cross-Site Request Forgery (CSRF) in SourceCodester Product Expiry Management System. The User Management module (delete-user.php) allows remote attackers to delete arbitrary user accounts via forged cross-origin GET requests because the endpoint relies solely on session cookies and lacks CSRF protection.

AI-Powered Analysis

AILast updated: 11/10/2025, 15:41:08 UTC

Technical Analysis

CVE-2025-63712 identifies a Cross-Site Request Forgery vulnerability in the SourceCodester Product Expiry Management System, particularly within the User Management module's delete-user.php script. The vulnerability arises because the endpoint processes user deletion requests based solely on session cookies without implementing any CSRF protections such as anti-CSRF tokens or origin checks. Attackers can craft malicious GET requests that, when executed by an authenticated user’s browser, cause the system to delete arbitrary user accounts without the user’s consent or knowledge. This is facilitated by the use of GET requests for state-changing operations, which is against best security practices. The lack of CSRF defenses means that any authenticated user visiting a malicious website or clicking a crafted link could trigger user deletions. Although no specific affected versions are listed, the vulnerability is tied to the SourceCodester Product Expiry Management System, a PHP-based web application used for managing product expiry and user accounts. No patches or fixes are currently linked, and no exploits have been reported in the wild, indicating this is a newly disclosed vulnerability. The absence of a CVSS score requires an assessment based on the vulnerability’s characteristics: it impacts integrity and availability by allowing unauthorized user deletions, requires an authenticated session but no additional user interaction beyond visiting a malicious link, and affects all installations lacking CSRF protections. This vulnerability could be leveraged to disrupt administrative controls and user management, potentially leading to denial of service for legitimate users or privilege escalation if administrative accounts are targeted.

Potential Impact

For European organizations using the SourceCodester Product Expiry Management System, this vulnerability could lead to unauthorized deletion of user accounts, including potentially administrative users. This compromises the integrity of user data and the availability of user management functions, potentially disrupting business operations reliant on this system. The attack requires the victim to be authenticated, so internal users or administrators are at risk if they visit malicious sites. The impact is particularly severe in environments where user accounts control access to critical business functions or sensitive data. Additionally, the lack of CSRF protections indicates a broader security oversight that may expose other parts of the application to similar attacks. Organizations may face operational downtime, increased administrative overhead to restore deleted accounts, and potential compliance issues if user data integrity is compromised. The threat could also be leveraged as part of a larger attack chain, facilitating privilege escalation or lateral movement within networks. Given the nature of the vulnerability, it could affect sectors with high reliance on web-based management systems, such as retail, manufacturing, and supply chain management across Europe.

Mitigation Recommendations

To mitigate CVE-2025-63712, organizations should immediately implement anti-CSRF tokens in all state-changing requests, especially those that modify or delete user data. The delete-user.php endpoint should be refactored to use POST requests instead of GET for operations that alter server state, aligning with secure development best practices. Additionally, validating the HTTP Referer or Origin headers can provide an extra layer of protection against cross-origin requests. Session management should be reviewed to ensure that session cookies are marked as HttpOnly and Secure to reduce the risk of session hijacking. Organizations should conduct a thorough code review of the entire Product Expiry Management System to identify and remediate other potential CSRF vulnerabilities. If possible, update to a patched version once available or apply vendor-supplied fixes. User education is also important to reduce the risk of users clicking on malicious links. Network-level protections such as web application firewalls (WAFs) can be configured to detect and block suspicious cross-origin requests targeting the vulnerable endpoint. Finally, monitoring and logging user deletion events can help detect exploitation attempts early.

Need more detailed analysis?Get Pro

Technical Details

Data Version
5.2
Assigner Short Name
mitre
Date Reserved
2025-10-27T00:00:00.000Z
Cvss Version
null
State
PUBLISHED

Threat ID: 69120774b8ffd8a38ba23792

Added to database: 11/10/2025, 3:40:36 PM

Last enriched: 11/10/2025, 3:41:08 PM

Last updated: 11/10/2025, 5:42:50 PM

Views: 2

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need enhanced features?

Contact root@offseq.com for Pro access with improved analysis and higher rate limits.

Latest Threats