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

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

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

Updated: January 22, 2026

CVE-2025-63534 Overview

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

This reflected XSS vulnerability allows attackers to execute arbitrary JavaScript code in the context of authenticated user sessions, potentially leading to session hijacking, credential theft, or further attacks against system users.

Critical Impact

Attackers can inject malicious JavaScript through the msg and error parameters in login.php, enabling session hijacking, credential theft, and malicious actions on behalf of authenticated users.

Affected Products

  • Shridharshukl Blood Bank Management System 1.0
  • Blood Bank Management System login.php component

Discovery Timeline

  • December 1, 2025 - CVE-2025-63534 published to NVD
  • December 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-63534

Vulnerability Analysis

CVE-2025-63534 is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The vulnerability carries 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, requiring no local access
  • Attack Complexity (AC:L): Low complexity to exploit
  • Privileges Required (PR:L): Low privileges needed
  • User Interaction (UI:R): Requires user interaction (clicking malicious link)
  • Scope (S:C): Changed scope, can impact resources beyond the vulnerable component
  • Confidentiality (C:L): Low confidentiality impact
  • Integrity (I:L): Low integrity impact
  • Availability (A:N): No availability impact

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

Root Cause

The root cause of this vulnerability is the lack of proper input validation and output encoding in the login.php component. When user-supplied data is passed through the msg and error URL parameters, the application directly reflects this input in the HTML response without sanitization. This allows attackers to inject HTML and JavaScript code that executes in the victim's browser context.

The vulnerable code path accepts untrusted input from URL parameters and renders them directly into the page output, violating the principle of never trusting user-supplied data and the security best practice of encoding all output.

Attack Vector

The attack is executed over the network, requiring an attacker to craft a malicious URL containing JavaScript payloads in the msg or error parameters. When a victim clicks on this crafted link, the malicious script executes in their browser within the context of the Blood Bank Management System application.

The attack scenario typically involves:

  1. An attacker constructs a URL with malicious JavaScript in the msg or error parameter
  2. The attacker delivers this URL to victims through phishing emails, social engineering, or embedding in other websites
  3. When the victim clicks the link, the login.php page renders the malicious payload
  4. The JavaScript executes in the victim's browser, potentially stealing session cookies, capturing credentials, or performing actions on behalf of the user

Detection Methods for CVE-2025-63534

Indicators of Compromise

  • Unusual URL patterns containing JavaScript code in msg or error parameters
  • Web server logs showing requests to login.php with encoded script tags or JavaScript event handlers
  • Suspicious outbound connections from client browsers to unknown domains after visiting the application
  • Reports from users about unexpected behavior or redirects when accessing the login page

Detection Strategies

Organizations can implement the following detection strategies:

  1. Web Application Firewall (WAF) Rules: Configure WAF rules to detect and block requests containing XSS payloads in URL parameters, particularly targeting the msg and error parameters
  2. Log Analysis: Monitor web server access logs for requests to login.php containing suspicious patterns such as <script>, javascript:, onerror=, onload=, or URL-encoded equivalents
  3. Security Information and Event Management (SIEM): Create correlation rules to alert on multiple XSS-like requests from the same source IP
  4. Browser Security Headers: Monitor for attempts to bypass Content Security Policy (CSP) headers if implemented

Monitoring Recommendations

  • Implement real-time log monitoring for the Blood Bank Management System web server
  • Configure alerts for HTTP requests containing potential XSS patterns in query strings
  • Monitor for unusual client-side behavior through browser telemetry if available
  • Review access logs regularly for suspicious URL patterns targeting the login functionality
  • Enable verbose logging on the application to capture full request details for forensic analysis

How to Mitigate CVE-2025-63534

Immediate Actions Required

  • Implement input validation to reject requests containing suspicious characters or patterns in the msg and error parameters
  • Apply output encoding (HTML entity encoding) to all user-supplied data before rendering in HTML responses
  • Deploy a Web Application Firewall (WAF) with XSS protection rules to filter malicious requests
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Review and audit all other input parameters in the application for similar vulnerabilities

Patch Information

As of the last NVD update on December 3, 2025, no official vendor patch has been released for this vulnerability. Organizations using the Blood Bank Management System 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, administrators should implement the workarounds described below and consider the risk of continued use of the affected software.

Workarounds

Since no official patch is currently available, the following workarounds can help mitigate the risk:

  1. Implement Server-Side Input Validation: Add server-side validation to sanitize or reject input containing potentially dangerous characters

  2. Apply Output Encoding: Ensure all data rendered in HTML responses is properly encoded using appropriate encoding functions for PHP such as htmlspecialchars() or htmlentities()

  3. Deploy CSP Headers: Add Content Security Policy headers to restrict inline script execution

  4. Use WAF Rules: Configure WAF rules to block requests with XSS payloads

Example Apache configuration for basic CSP headers:

apache
# Add Content-Security-Policy header to restrict script sources
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';"
    Header set X-Content-Type-Options "nosniff"
    Header set X-XSS-Protection "1; mode=block"
</IfModule>

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-63533: 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