A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-63712

CVE-2025-63712: Pharmacy Management System CSRF Vulnerability

CVE-2025-63712 is a Cross-Site Request Forgery flaw in Senior-walter Web-based Pharmacy Product Management System allowing attackers to delete user accounts. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2025-63712 Overview

CVE-2025-63712 is a Cross-Site Request Forgery (CSRF) vulnerability in the SourceCodester Product Expiry Management System, also distributed as the Senior-walter Web-based Pharmacy Product Management System version 1.0. The flaw resides in the User Management module, specifically the delete-user.php endpoint. The endpoint authenticates requests using session cookies alone and does not validate any anti-CSRF token. Remote attackers can craft a malicious cross-origin GET request that, when triggered by an authenticated administrator, deletes arbitrary user accounts. The weakness is tracked under [CWE-352].

Critical Impact

An attacker can delete any user account, including administrator accounts, by tricking an authenticated user into visiting a malicious page.

Affected Products

  • Senior-walter Web-based Pharmacy Product Management System 1.0
  • SourceCodester Product Expiry Management System (User Management module)
  • Deployments exposing delete-user.php to authenticated sessions

Discovery Timeline

  • 2025-11-10 - CVE-2025-63712 published to NVD
  • 2025-11-18 - Last updated in NVD database

Technical Details for CVE-2025-63712

Vulnerability Analysis

The vulnerability stems from missing CSRF protection on a state-changing endpoint. The delete-user.php script accepts user deletion requests via HTTP GET and relies exclusively on session cookies for authentication. Browsers automatically attach session cookies to cross-origin requests, so any HTML element that issues a request to the vulnerable URL executes in the victim's authenticated context.

Because the endpoint accepts GET, embedding the attack in an <img> tag, <iframe>, or hidden link is sufficient. The application performs no origin validation, no referrer check, and no synchronizer token verification. Successful exploitation results in arbitrary deletion of user accounts, which can include administrators, locking legitimate operators out of the system and disrupting pharmacy operations.

Root Cause

The root cause is the absence of CSRF mitigations on a sensitive write operation. The endpoint violates secure design by using an idempotent-looking GET request to perform a destructive action. It also fails to bind requests to the user's session through an unpredictable token, leaving the cookie as the sole authentication factor.

Attack Vector

An attacker hosts a malicious page or sends a phishing message containing a crafted link or auto-loading resource that targets the vulnerable delete-user.php URL with a chosen user identifier. When an authenticated administrator loads the attacker-controlled content, the browser issues the forged request with the valid session cookie. The application deletes the specified account without further verification. Exploitation requires user interaction but no privileges on the attacker's side.

No public proof-of-concept exploit is registered in Exploit-DB, but a technical write-up is available in the CVE-2025-63712 research repository.

Detection Methods for CVE-2025-63712

Indicators of Compromise

  • HTTP GET requests to delete-user.php with a Referer header pointing to an external or unexpected domain.
  • Unexplained deletion entries in the User Management audit log, particularly for administrator accounts.
  • Authentication failures from legitimate users immediately following user-deletion events.

Detection Strategies

  • Inspect web server access logs for GET requests to delete-user.php and correlate with the originating Referer and User-Agent.
  • Alert on any state-changing endpoint receiving requests with a cross-origin or missing Referer.
  • Monitor application logs for sequences where a user account is deleted shortly after an administrator visits an external link.

Monitoring Recommendations

  • Forward web server and application logs to a centralized analytics platform for retention and correlation.
  • Track the rate of user-deletion events and trigger alerts on deviations from baseline activity.
  • Review administrator session activity after suspected phishing attempts or unusual web traffic.

How to Mitigate CVE-2025-63712

Immediate Actions Required

  • Restrict network access to the application so the management interface is not reachable from untrusted networks.
  • Require administrators to use a dedicated browser profile that is not used for general web browsing.
  • Audit existing user accounts and re-create any accounts that have been deleted without authorization.
  • Enforce short session timeouts to reduce the window in which a forged request can succeed.

Patch Information

No official vendor patch is listed in the NVD entry or referenced advisories at the time of publication. Operators should monitor the SourceCodester project page for updates and apply any vendor-provided fix as soon as it is released.

Workarounds

  • Modify delete-user.php to require HTTP POST and reject GET requests for destructive actions.
  • Implement a synchronizer CSRF token tied to the user's session and validate it server-side on every state-changing request.
  • Set session cookies with SameSite=Strict to prevent the browser from sending them with cross-origin requests.
  • Validate the Origin and Referer headers on sensitive endpoints and reject mismatched values.
bash
# Example hardening: set SameSite and Secure attributes in php.ini
session.cookie_samesite = "Strict"
session.cookie_secure = 1
session.cookie_httponly = 1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechSenior Walter

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • GitHub PoC Repository

  • SourceCodester Web Alert System
  • Related CVEs
  • CVE-2026-30574: Pharmacy Management System Auth Bypass

  • CVE-2026-30575: Pharmacy Product Management System DOS Flaw

  • CVE-2026-30576: Pharmacy Product Management System Flaw

  • CVE-2026-3766: Pharmacy Management System XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English