Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-63528

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

CVE-2025-63528 is a cross-site scripting vulnerability in Blood Bank Management System 1.0 that allows attackers to inject malicious scripts via the blooddinfo.php component. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-63528 Overview

A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1.0 within the blooddinfo.php component. 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 error parameter, which is then executed in the victim's browser when the page is viewed.

This reflected XSS vulnerability enables attackers to steal session cookies, perform actions on behalf of authenticated users, redirect victims to malicious websites, or deface web content. Given that Blood Bank Management Systems handle sensitive medical and personal data, exploitation could lead to unauthorized access to donor information, blood inventory records, and other protected health information.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions, potentially compromising sensitive medical data and donor information stored in the Blood Bank Management System.

Affected Products

  • Shridharshukl Blood Bank Management System 1.0
  • blooddinfo.php component with unsanitized error parameter
  • All deployments running version 1.0 of the Blood Bank Management System

Discovery Timeline

  • 2025-12-01 - CVE-2025-63528 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-63528

Vulnerability Analysis

CVE-2025-63528 is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The vulnerability carries a CVSS 3.1 base 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.

Breaking down the CVSS metrics:

  • Attack Vector (AV:N): Network-based exploitation requiring no physical or local access
  • Attack Complexity (AC:L): Low complexity with no specialized conditions required
  • Privileges Required (PR:L): Low-level privileges needed to exploit
  • User Interaction (UI:R): Requires victim to click a malicious link or visit a crafted page
  • Scope (S:C): Changed scope, meaning the vulnerable component impacts resources beyond its security scope
  • Confidentiality/Integrity (C:L/I:L): Low impact to both confidentiality and integrity
  • Availability (A:N): No impact on availability

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

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the blooddinfo.php component. When the application receives user input through the error parameter, it directly reflects this content back to the user's browser without proper sanitization or HTML entity encoding. This allows attackers to inject arbitrary HTML and JavaScript code that executes within the security context of the victim's browser session.

The vulnerable component fails to implement:

  • Input validation to reject or sanitize special characters
  • Output encoding to convert dangerous characters to their HTML entity equivalents
  • Content Security Policy (CSP) headers to mitigate script execution

Attack Vector

The attack is network-based and follows a reflected XSS pattern. An attacker crafts a malicious URL containing JavaScript payload in the error parameter and tricks a victim into clicking the link. When the victim accesses the crafted URL while authenticated to the Blood Bank Management System, the malicious script executes in their browser with access to their session context.

The exploitation flow involves crafting a specially constructed URL targeting the blooddinfo.php endpoint with a JavaScript payload embedded in the error parameter. When a victim visits this URL, the malicious script executes within the context of their authenticated session, allowing the attacker to potentially steal session tokens, harvest credentials, or perform unauthorized actions.

For detailed technical information on the exploitation mechanism, refer to the external exploit documentation.

Detection Methods for CVE-2025-63528

Indicators of Compromise

  • Unusual HTTP requests to blooddinfo.php containing <script> tags or JavaScript event handlers in the error parameter
  • Web server access logs showing URL-encoded JavaScript payloads (e.g., %3Cscript%3E, javascript:, onerror=)
  • User reports of unexpected browser behavior or pop-ups when accessing the Blood Bank Management System
  • Suspicious outbound connections from client browsers to unknown external domains after visiting the application

Detection Strategies

Organizations should implement web application firewall (WAF) rules to detect and block requests containing common XSS payload patterns targeting the error parameter. Regular log analysis should focus on identifying requests with encoded special characters, script tags, or JavaScript event handlers.

SentinelOne Singularity provides behavioral detection capabilities that can identify XSS exploitation attempts through:

  • Real-time web traffic analysis detecting malicious script injection patterns
  • Endpoint detection of suspicious browser behavior following XSS exploitation
  • Network traffic monitoring for data exfiltration attempts post-compromise

Monitoring Recommendations

Implement comprehensive logging for all requests to the blooddinfo.php endpoint, with particular attention to the error parameter contents. Configure alerts for patterns matching common XSS payloads including but not limited to script tags, event handlers (onclick, onerror, onload), and javascript: protocol handlers.

Deploy intrusion detection signatures specifically targeting reflected XSS patterns and establish baseline behavior for legitimate application usage to identify anomalous request patterns.

How to Mitigate CVE-2025-63528

Immediate Actions Required

  • Restrict access to the Blood Bank Management System to trusted networks only until a patch is available
  • Implement a Web Application Firewall (WAF) with rules to block XSS payloads in the error parameter
  • Educate users about the risks of clicking untrusted links to the Blood Bank Management System
  • Review access logs for evidence of exploitation attempts and investigate any suspicious activity
  • Consider temporarily disabling or removing the blooddinfo.php component if not critical to operations

Patch Information

As of the last NVD update on 2025-12-02, no official patch has been released by the vendor. Organizations should monitor the Blood Bank Management System GitHub repository for security updates.

The vulnerability affects version 1.0 of the Blood Bank Management System. Administrators should check for newer versions that may address this security issue and apply updates as they become available.

Workarounds

Until an official patch is released, organizations can implement the following mitigations:

Server-side input validation should be implemented to sanitize the error parameter by stripping or encoding HTML special characters. This can be achieved through PHP's htmlspecialchars() or htmlentities() functions when outputting user-supplied data.

Additionally, implementing Content Security Policy (CSP) headers can significantly reduce the impact of XSS vulnerabilities by restricting the execution of inline scripts:

apache
# Apache configuration to add CSP headers
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Additional security headers
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"

For nginx deployments:

nginx
# Nginx configuration to add security headers
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'" always;
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;

These configurations help mitigate XSS attacks by preventing execution of inline scripts and scripts from untrusted sources.

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
  • Exploit, Third Party Advisory

  • Product

  • Exploit
  • Related CVEs
  • CVE-2025-63533: Blood Bank Management System XSS Flaw

  • 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
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