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-2024-5516

CVE-2024-5516: Blood Bank Management System SQL Injection

CVE-2024-5516 is an SQL injection flaw in Online Blood Bank Management System 1.0 affecting the massage.php file. Attackers can remotely exploit the bid parameter. This article covers technical details, impact, and mitigation.

Published: May 26, 2026

CVE-2024-5516 Overview

CVE-2024-5516 is a SQL injection vulnerability in itsourcecode Online Blood Bank Management System 1.0. The flaw resides in the massage.php file, where the bid parameter is passed to a backend SQL query without proper sanitization. An authenticated remote attacker can manipulate the bid argument to inject arbitrary SQL statements. The exploit details have been publicly disclosed under VulDB identifier VDB-266587, increasing the risk of opportunistic exploitation. The weakness is categorized under CWE-89, Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Attackers can read, modify, or destroy sensitive blood donor and patient records stored in the underlying database through crafted HTTP requests against massage.php.

Affected Products

  • Adonesevangelista Online Blood Bank Management System 1.0
  • itsourcecode Online Blood Bank Management System 1.0 (massage.php component)
  • Deployments using CPE cpe:2.3:a:adonesevangelista:online_blood_bank_management_system:1.0

Discovery Timeline

  • 2024-05-30 - CVE-2024-5516 published to NVD
  • 2025-02-11 - Last updated in NVD database

Technical Details for CVE-2024-5516

Vulnerability Analysis

The vulnerability is a SQL injection flaw triggered through the bid parameter handled by massage.php. The application concatenates user-controlled input into a SQL statement without parameterized queries or input validation. As a result, an attacker can break out of the original query and append arbitrary SQL clauses. The exploit has been publicly disclosed, lowering the barrier for unsophisticated attackers to weaponize the issue.

Successful exploitation impacts confidentiality, integrity, and availability of the underlying database. Because Online Blood Bank Management System handles personally identifiable information and medical data, exploitation carries regulatory and patient-safety consequences. The attacker requires only low-privilege authenticated access, which is typically obtainable through the system's self-registration features. The EPSS score reflects current public exploitation likelihood data tracked by FIRST.org.

Root Cause

The root cause is improper neutralization of special characters within the bid request parameter processed by massage.php. The application directly interpolates the parameter value into a SQL query, allowing meta-characters such as single quotes, comments, and UNION clauses to alter query semantics.

Attack Vector

The attack vector is network-based over HTTP/HTTPS. An attacker submits a crafted request to the massage.php endpoint with a malicious value in the bid parameter. No user interaction is required. Authentication with low privileges is needed, but the application's open registration model effectively negates that barrier. Exploitation can be automated using standard tools such as sqlmap against the vulnerable endpoint.

The vulnerability mechanism is described in the public disclosure referenced in the GitHub Issue Tracker Entry and the VulDB #266587 record. No verified proof-of-concept code is included here.

Detection Methods for CVE-2024-5516

Indicators of Compromise

  • HTTP requests to massage.php containing SQL meta-characters in the bid parameter, such as ', --, UNION SELECT, OR 1=1, or hex-encoded payloads.
  • Database error messages returned to clients referencing MySQL syntax errors originating from massage.php.
  • Unusual outbound database queries returning large result sets or accessing tables outside the application's normal access pattern.
  • Web server access logs showing automated scanning patterns consistent with sqlmap user-agents targeting the bid parameter.

Detection Strategies

  • Deploy web application firewall (WAF) rules that inspect the bid parameter for SQL injection signatures.
  • Enable database query logging and alert on queries originating from the application that contain UNION, INFORMATION_SCHEMA, or comment sequences.
  • Correlate authentication events with subsequent anomalous query volume from the same session identifier.
  • Run authenticated vulnerability scans against the massage.php endpoint using sqlmap or equivalent tooling in a controlled test environment.

Monitoring Recommendations

  • Forward web server, application, and database logs to a centralized analytics platform for correlation and retention.
  • Alert on HTTP 500 responses from massage.php that coincide with parameter tampering patterns.
  • Track database user account activity for unexpected schema enumeration or mysql.user access.
  • Monitor for data exfiltration patterns, including large response payloads from PHP endpoints.

How to Mitigate CVE-2024-5516

Immediate Actions Required

  • Restrict network access to the Online Blood Bank Management System using firewall rules or a reverse proxy until a fix is available.
  • Disable or restrict access to the massage.php endpoint where operationally feasible.
  • Audit existing application accounts and disable self-registration to limit the pool of potential attackers.
  • Review database and web server logs for prior exploitation attempts dating back to public disclosure.

Patch Information

No vendor patch is currently listed in the NVD record for CVE-2024-5516. Organizations running Adonesevangelista Online Blood Bank Management System 1.0 should monitor the GitHub Issue Tracker Entry and VulDB #266587 for updates. If no upstream fix is forthcoming, replace prone queries with parameterized statements using PHP PDO or mysqli prepared statements.

Workarounds

  • Implement a WAF rule that blocks requests to massage.php containing SQL meta-characters in the bid parameter.
  • Apply server-side input validation to enforce that bid accepts only numeric values, rejecting any non-digit input.
  • Refactor the SQL query in massage.php to use parameterized statements with bound parameters rather than string concatenation.
  • Restrict the database account used by the application to least-privilege permissions, removing DROP, ALTER, and cross-schema access.
bash
# Example ModSecurity rule to block SQL injection attempts against the bid parameter
SecRule ARGS:bid "!@rx ^[0-9]+$" \
    "id:1005516,\
    phase:2,\
    deny,\
    status:403,\
    msg:'CVE-2024-5516: Non-numeric value in bid parameter blocked',\
    tag:'attack-sqli'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechAdonesevangelista Online Blood Bank Management System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Issue Tracker Entry

  • VulDB CTI ID #266587

  • VulDB #266587

  • VulDB Submission #346223
  • Related CVEs
  • CVE-2025-3309: Blood Bank Management System SQLi Flaw

  • CVE-2025-3310: Blood Bank Management System SQLi Flaw

  • CVE-2025-3195: Blood Bank Management System SQLi Flaw

  • CVE-2025-3308: Blood Bank Management System SQLi Flaw
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