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

CVE-2024-2997: Bdtask Multi Store Inventory XSS Flaw

CVE-2024-2997 is a cross-site scripting vulnerability in Bdtask Multi Store Inventory Management System affecting versions up to 20240320. Attackers can exploit input fields to inject malicious scripts. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-2997 Overview

A Cross-Site Scripting (XSS) vulnerability has been discovered in Bdtask Multi-Store Inventory Management System up to version 20240320. The vulnerability exists in the handling of user-supplied input through multiple form fields including Category Name, Model Name, Brand Name, and Unit Name parameters. Improper input validation allows attackers to inject malicious scripts that execute in the context of authenticated user sessions, potentially leading to session hijacking, data theft, or unauthorized actions within the inventory management system.

Critical Impact

Authenticated attackers can inject malicious scripts through multiple input fields in the inventory management system, potentially compromising other user sessions and sensitive business data. The exploit has been publicly disclosed and is actively available.

Affected Products

  • Bdtask Multi-Store Inventory Management System (all versions up to 20240320)

Discovery Timeline

  • 2024-03-27 - CVE-2024-2997 published to NVD
  • 2025-06-12 - Last updated in NVD database

Technical Details for CVE-2024-2997

Vulnerability Analysis

This stored Cross-Site Scripting (XSS) vulnerability (CWE-79) affects the Bdtask Multi-Store Inventory Management System through improper sanitization of user-controlled input fields. The application fails to properly encode or validate data submitted through the Category Name, Model Name, Brand Name, and Unit Name parameters before storing and rendering this content in the user interface.

When malicious JavaScript code is submitted through these fields, it gets stored in the application database and subsequently rendered without proper encoding when displayed to other users. This allows an attacker with low-level privileges to execute arbitrary JavaScript in the browsers of other users who view the injected content.

The vulnerability has a changed scope, meaning successful exploitation can impact resources beyond the vulnerable component's security scope. While the direct confidentiality and integrity impacts are limited, the ability to execute scripts in other users' browsers creates significant risk for session theft and unauthorized actions.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the inventory management application. The affected functionality does not implement proper HTML entity encoding or Content Security Policy controls when handling user-supplied data in inventory categorization fields. This allows specially crafted input containing JavaScript code to be stored and executed when rendered in other users' browsers.

Attack Vector

The attack is network-based and can be launched remotely. An attacker with authenticated access to the inventory management system can exploit this vulnerability by submitting malicious JavaScript payloads through any of the vulnerable input fields (Category Name, Model Name, Brand Name, or Unit Name). The injected script is then stored and executed whenever another user views the affected page, enabling:

  • Session cookie theft and account takeover
  • Keylogging and credential harvesting
  • Defacement of the application interface
  • Redirection to malicious websites
  • Unauthorized data exfiltration

The exploit has been publicly disclosed and proof-of-concept details are available, increasing the likelihood of exploitation in the wild.

Detection Methods for CVE-2024-2997

Indicators of Compromise

  • Unusual JavaScript patterns in database fields related to inventory categories, models, brands, or units
  • HTTP requests containing encoded script tags or JavaScript event handlers in POST parameters
  • Client-side errors or unexpected script execution reported by users of the inventory system
  • Evidence of session cookies being transmitted to external domains

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payload patterns in HTTP request parameters
  • Enable application logging for all input submitted to Category Name, Model Name, Brand Name, and Unit Name fields
  • Deploy Content Security Policy (CSP) headers with violation reporting to detect inline script execution attempts
  • Monitor for suspicious patterns in stored data that match common XSS attack signatures

Monitoring Recommendations

  • Audit database tables storing category, model, brand, and unit information for suspicious script content
  • Review access logs for unusual patterns of form submissions targeting vulnerable endpoints
  • Configure security information and event management (SIEM) systems to alert on XSS-related signatures

How to Mitigate CVE-2024-2997

Immediate Actions Required

  • Restrict access to the inventory management system to trusted users only
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Deploy a Web Application Firewall (WAF) with XSS protection rules
  • Audit existing database records for previously injected malicious content and sanitize as needed

Patch Information

No official patch has been released by the vendor. According to the vulnerability disclosure, the vendor was contacted early about this issue but did not respond. Organizations using Bdtask Multi-Store Inventory Management System should consider alternative mitigations or replacement solutions until a security update is available.

For additional technical details, refer to the VulDB entry #258199 and the associated submission record.

Workarounds

  • Implement server-side input validation to sanitize all user input, removing or encoding HTML special characters and script content
  • Add output encoding using HTML entity encoding when rendering user-supplied data in web pages
  • Deploy a reverse proxy or WAF configured to filter XSS attack patterns before they reach the application
  • Restrict user permissions to minimize the number of accounts capable of creating or modifying categories, models, brands, and units
bash
# Example WAF rule configuration for Apache ModSecurity
SecRule ARGS "@rx <script|javascript:|onerror=|onload=" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'Potential XSS attack blocked',\
    log,\
    auditlog"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechBdtask Multi Store Inventory Management System

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability3.27%

  • Known ExploitedYes
  • 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
  • Google Drive Resource

  • VulDB CTI ID #258199

  • VulDB #258199

  • VulDB Submission #301380
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
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