The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-63533

CVE-2025-63533: Blood Bank Management System XSS Flaw

CVE-2025-63533 is a cross-site scripting vulnerability in Blood Bank Management System 1.0 affecting updateprofile.php and rprofile.php. Attackers can inject malicious JavaScript via user input parameters, compromising users.

Updated: January 22, 2026

CVE-2025-63533 Overview

A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1.0 within the updateprofile.php and rprofile.php components. The application fails to properly sanitize or encode user-supplied input before rendering it in the response. An attacker can inject malicious JavaScript payloads into the rname, remail, rpassword, rphone, and rcity parameters, which are then executed in the victim's browser when the page is viewed.

Critical Impact

This stored XSS vulnerability allows attackers to execute arbitrary JavaScript in victims' browsers, potentially stealing session cookies, performing actions on behalf of users, or redirecting to malicious sites within the Blood Bank Management System application.

Affected Products

  • Shridharshukl Blood Bank Management System 1.0
  • updateprofile.php component
  • rprofile.php component

Discovery Timeline

  • 2025-12-01 - CVE-2025-63533 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-63533

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The vulnerability has been assigned a CVSS 3.1 score of 5.4 (Medium severity) with the vector string CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N.

The CVSS vector indicates:

  • Attack Vector (AV:N): Network-accessible, exploitable remotely
  • Attack Complexity (AC:L): Low complexity to exploit
  • Privileges Required (PR:L): Low-level privileges required (authenticated user)
  • User Interaction (UI:R): Requires victim to view the malicious content
  • Scope (S:C): Changed scope - can affect components beyond the vulnerable component
  • Confidentiality Impact (C:L): Low confidentiality impact
  • Integrity Impact (I:L): Low integrity impact
  • Availability Impact (A:N): No availability impact

The EPSS (Exploit Prediction Scoring System) probability is 0.031% with a percentile of 8.437, indicating relatively low likelihood of exploitation in the wild.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the Blood Bank Management System's profile management functionality. The updateprofile.php and rprofile.php components accept user input through multiple parameters (rname, remail, rpassword, rphone, rcity) and render this data back to the browser without proper sanitization or HTML entity encoding.

When user-controlled data is directly embedded into HTML output without escaping special characters like <, >, ", and ', an attacker can break out of the intended HTML context and inject arbitrary script tags or event handlers.

Attack Vector

The attack is network-based and requires the attacker to have low-level privileges (an authenticated user account) within the Blood Bank Management System. The attacker submits malicious JavaScript payloads through the profile update functionality. When another user (such as an administrator) views the attacker's profile or the affected page, the malicious script executes in their browser session.

This is a stored (persistent) XSS attack, as the malicious payload is saved to the application's database and served to all users who view the affected content. The attacker could leverage this vulnerability to steal session tokens, perform unauthorized actions, deface the application, or redirect users to phishing sites.

Detection Methods for CVE-2025-63533

Indicators of Compromise

  • Unusual JavaScript code appearing in user profile fields (rname, remail, rpassword, rphone, rcity)
  • Profile data containing HTML tags such as <script>, <img>, or event handlers like onerror, onload
  • Database entries with encoded script payloads in profile-related tables
  • Web server logs showing suspicious parameter values in requests to updateprofile.php or rprofile.php
  • Reports of unexpected browser behavior or redirects when viewing user profiles

Detection Strategies

Organizations running the Blood Bank Management System should implement the following detection strategies:

  1. Web Application Firewall (WAF) Rules: Deploy rules to detect and block common XSS payloads in form submissions, particularly for the affected parameters.

  2. Input Validation Monitoring: Monitor application logs for submissions containing HTML special characters or JavaScript keywords in profile fields.

  3. Database Auditing: Regularly audit the database for stored content containing potentially malicious scripts in user profile tables.

  4. Browser-Based Detection: Implement Content Security Policy (CSP) headers to detect and report inline script execution attempts.

Monitoring Recommendations

  • Enable detailed logging for all requests to updateprofile.php and rprofile.php
  • Configure alerts for form submissions containing script tags or JavaScript event handlers
  • Monitor for unusual patterns of profile updates or mass exploitation attempts
  • Implement anomaly detection for sudden changes in user profile content patterns
  • Review access logs for the affected PHP files to identify potential exploitation attempts

How to Mitigate CVE-2025-63533

Immediate Actions Required

  • Implement input validation to reject or sanitize special characters in all user-supplied input fields
  • Apply output encoding using functions like htmlspecialchars() or htmlentities() in PHP before rendering user data
  • Deploy Content Security Policy (CSP) headers to mitigate the impact of XSS attacks
  • Review and audit all user profile data currently stored in the database for malicious content
  • Consider temporarily restricting profile editing functionality until patches are applied

Patch Information

As of the last NVD update on 2025-12-04, no official vendor patch has been released for this vulnerability. Organizations should monitor the official GitHub repository at https://github.com/Shridharshukl/Blood-Bank-Management-System for security updates.

In the absence of an official patch, organizations should implement the workarounds described below or consider alternative solutions if the application is critical to operations.

Workarounds

Until an official patch is available, implement the following mitigations:

Output Encoding: Modify the affected PHP files to properly encode user output. All instances where user profile data is rendered should use HTML entity encoding to prevent script execution.

Input Validation: Implement server-side input validation to reject or sanitize potentially dangerous characters in the rname, remail, rpassword, rphone, and rcity parameters.

Content Security Policy: Deploy CSP headers to restrict inline script execution:

apache
# Apache configuration for CSP headers
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none';"

Web Application Firewall: Configure WAF rules to filter XSS payloads in HTTP requests targeting the vulnerable endpoints.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechShridharshukl Blood Bank Management System

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Broken Link

  • Product

  • Third Party Advisory
  • Related CVEs
  • CVE-2025-63534: Blood Bank Management System XSS Flaw

  • CVE-2025-63526: Blood Bank Management System XSS Flaw

  • CVE-2025-63527: Blood Bank Management System XSS Flaw

  • CVE-2025-63528: Blood Bank Management System XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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