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

CVE-2024-10336: Clothes Recommendation System SQLi Flaw

CVE-2024-10336 is a critical SQL injection vulnerability in Clothes Recommendation System 1.0 affecting the admin login page. Attackers can exploit the t1 parameter remotely. This article covers technical details, impact, and mitigation.

Published: April 8, 2026

CVE-2024-10336 Overview

A critical SQL injection vulnerability has been identified in the SourceCodeHero Clothes Recommendation System version 1.0. This vulnerability exists in the Admin Login Page component, specifically within the /admin/index.php file. The flaw allows remote attackers to manipulate the t1 parameter to inject malicious SQL queries, potentially compromising the entire database backend and gaining unauthorized administrative access to the application.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability remotely to bypass authentication, extract sensitive data, modify database contents, or potentially achieve further system compromise through database-level attacks.

Affected Products

  • SourceCodeHero Clothes Recommendation System 1.0
  • clothes_recommendation_system_project clothes_recommendation_system

Discovery Timeline

  • 2024-10-24 - CVE-2024-10336 published to NVD
  • 2024-10-28 - Last updated in NVD database

Technical Details for CVE-2024-10336

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The Admin Login Page at /admin/index.php fails to properly sanitize user-supplied input in the t1 parameter before incorporating it into SQL queries. This allows attackers to inject arbitrary SQL commands that will be executed by the underlying database engine.

The network-accessible nature of this vulnerability means that any attacker with network access to the application can attempt exploitation without requiring any prior authentication or user interaction. The exploit has been publicly disclosed, increasing the risk of widespread exploitation attempts against vulnerable installations.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the Admin Login Page. The application directly concatenates user-controlled input from the t1 parameter into SQL statements without proper sanitization or the use of prepared statements. This classic web application security flaw allows attackers to break out of the intended query structure and inject malicious SQL code.

Attack Vector

The attack can be initiated remotely over the network targeting the /admin/index.php endpoint. An attacker submits a crafted HTTP request containing SQL injection payloads in the t1 parameter. Since no authentication is required to reach the login page, any network-connected attacker can attempt exploitation.

The vulnerability is exploited by injecting SQL syntax into the t1 parameter of the Admin Login Page. Typical attack payloads may include authentication bypass sequences, UNION-based data extraction queries, or time-based blind injection techniques. The injected code executes within the context of the database user configured for the application, potentially allowing full database access. For detailed technical analysis, refer to the VulDB entry for this vulnerability.

Detection Methods for CVE-2024-10336

Indicators of Compromise

  • Unusual or malformed requests to /admin/index.php containing SQL syntax characters such as single quotes, double dashes, semicolons, or UNION keywords in the t1 parameter
  • Database error messages appearing in HTTP responses from the admin login endpoint
  • Unexpected database queries or access patterns in database logs
  • Multiple failed or suspicious login attempts to the admin panel from external IP addresses

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns targeting the /admin/index.php endpoint
  • Implement application-layer logging to capture all requests to the admin login page with full parameter details
  • Configure database activity monitoring to alert on anomalous query patterns or error rates
  • Use intrusion detection systems (IDS) with signatures for common SQL injection attack patterns

Monitoring Recommendations

  • Monitor web server access logs for requests to /admin/index.php containing suspicious characters or SQL keywords
  • Enable database query logging and alert on queries containing unexpected syntax or attempting to access sensitive tables
  • Track authentication events and alert on successful admin logins from unusual source IP addresses
  • Implement rate limiting on the admin login endpoint to slow down automated injection testing

How to Mitigate CVE-2024-10336

Immediate Actions Required

  • If the Clothes Recommendation System is internet-facing, immediately restrict access to the /admin/index.php endpoint using firewall rules or web server configuration
  • Implement IP-based access controls to limit admin panel access to trusted networks only
  • Deploy a Web Application Firewall with SQL injection protection rules in front of the application
  • Audit the database for signs of unauthorized access or data exfiltration

Patch Information

No official patch information is currently available from the vendor. Organizations using this software should contact SourceCodeHero for remediation guidance or consider implementing the workarounds below. For additional details and updates, refer to the VulDB submission.

Workarounds

  • Restrict network access to the admin login page to trusted IP addresses only using firewall rules
  • Implement a reverse proxy with SQL injection filtering capabilities in front of the application
  • If source code access is available, modify the /admin/index.php file to use parameterized queries or prepared statements for the t1 parameter
  • Consider disabling the admin functionality entirely until a proper fix is available
  • Monitor and log all access attempts to the admin endpoint for forensic purposes

To restrict access to the admin panel, organizations should implement network-level controls. Using .htaccess for Apache servers, access can be limited to specific IP addresses. For nginx deployments, the allow and deny directives within the location block for /admin/ can achieve similar protection. Organizations should consult their specific web server documentation for proper implementation.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechClothes Recommendation System

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • VulDB CTI ID #281681

  • VulDB #281681

  • VulDB Submission #427442
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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