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

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

CVE-2025-63527 is a cross-site scripting vulnerability in Blood Bank Management System 1.0 that allows attackers to inject malicious scripts via user input fields. This article covers technical details, affected components, and mitigation.

Updated: January 22, 2026

CVE-2025-63527 Overview

A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1.0 within the updateprofile.php and hprofile.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 hname, hemail, hpassword, hphone, and hcity parameters, which are then executed in the victim's browser when the page is viewed.

This stored XSS vulnerability has been assigned a CVSS 3.1 score of 5.4 (Medium severity) with vector string CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N, indicating network-based attack vector with low attack complexity requiring low privileges and user interaction.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated users' sessions, potentially leading to session hijacking, credential theft, and unauthorized actions within the Blood Bank Management System.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-63527

Vulnerability Analysis

The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The Blood Bank Management System version 1.0 contains multiple vulnerable parameters in its profile management functionality that fail to implement proper input validation and output encoding.

The EPSS (Exploit Prediction Scoring System) indicates a probability of 0.031% with an 8.437 percentile ranking, suggesting relatively low exploitation likelihood in the wild at this time. However, the availability of public exploit information increases the risk profile.

Root Cause

The root cause of this vulnerability stems from improper input handling in the updateprofile.php and hprofile.php PHP files. User-supplied data submitted through form fields is directly incorporated into the HTML response without proper sanitization or contextual output encoding. The vulnerable parameters include:

  • hname - Hospital/User name field
  • hemail - Email address field
  • hpassword - Password field
  • hphone - Phone number field
  • hcity - City field

When these values are stored in the database and later rendered in the browser, any embedded JavaScript code executes within the victim's browser context.

Attack Vector

The attack vector is network-based (AV:N) and requires low privileges (PR:L) with user interaction (UI:R). An authenticated attacker with access to the profile update functionality can inject malicious scripts that will execute when other users (including administrators) view the affected profile pages.

The stored nature of this XSS vulnerability means the malicious payload persists in the application database, affecting all users who subsequently view the compromised data. This can lead to widespread session hijacking, phishing attacks, and data exfiltration.

Due to the changed scope (S:C) indicated in the CVSS vector, the vulnerability can impact resources beyond the vulnerable component, potentially affecting other users and system components.

Detection Methods for CVE-2025-63527

Indicators of Compromise

  • Presence of JavaScript code or HTML tags in database fields for user profile data
  • Unexpected <script> tags or event handlers (e.g., onerror, onload) in hname, hemail, hphone, or hcity fields
  • Anomalous outbound requests from client browsers to external domains after viewing profile pages
  • Browser console errors or unusual JavaScript execution when accessing profile management pages

Detection Strategies

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

  1. Web Application Firewall (WAF) Rules: Configure WAF rules to detect and block requests containing JavaScript payloads in form parameters targeting updateprofile.php and hprofile.php.

  2. Database Monitoring: Implement database activity monitoring to flag insertions or updates containing potential XSS payloads such as <script>, javascript:, or HTML event handlers.

  3. Log Analysis: Review web server access logs for suspicious POST requests to the vulnerable endpoints containing encoded or plaintext script injection attempts.

  4. Content Security Policy Violations: Implement strict CSP headers and monitor for policy violation reports that may indicate XSS exploitation attempts.

Monitoring Recommendations

Security teams should establish continuous monitoring for this vulnerability:

  • Enable detailed logging for all profile update operations
  • Monitor for unusual patterns in profile field content lengths or character sets
  • Set up alerts for CSP violation reports originating from affected pages
  • Implement real-time scanning of user-submitted content for potential XSS vectors

How to Mitigate CVE-2025-63527

Immediate Actions Required

  • Restrict access to profile management functionality to trusted users only
  • Implement Web Application Firewall (WAF) rules to filter XSS payloads in affected parameters
  • Review and sanitize existing database entries for malicious content in profile fields
  • Deploy Content Security Policy (CSP) headers to mitigate XSS impact
  • Consider temporarily disabling the profile update functionality until patches are available

Patch Information

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

For technical details and exploit information, security teams can reference the publicly available documentation at:

  • https://github.com/kiwi865/CVEs/blob/main/CVE-2025-63527.md

Workarounds

In the absence of an official patch, organizations can implement the following workarounds:

Input Validation and Output Encoding: Modify the updateprofile.php and hprofile.php files to implement proper input validation using PHP's filter_input() function and output encoding using htmlspecialchars() with ENT_QUOTES flag for all user-supplied data.

Server-Side Sanitization: Implement server-side sanitization using established libraries to strip or encode potentially dangerous characters before storing data in the database.

Content Security Policy: Deploy restrictive CSP headers to prevent inline script execution:

Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'

Access Control: Implement additional access controls to limit who can modify profile information and ensure proper session validation on all profile-related 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
  • 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-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