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

CVE-2024-2999: Campcodes Art Gallery System SQLi Flaw

CVE-2024-2999 is a critical SQL injection vulnerability in Campcodes Online Art Gallery Management System 1.0 affecting the admin login. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-2999 Overview

CVE-2024-2999 is a SQL injection vulnerability in Campcodes Online Art Gallery Management System 1.0. The flaw resides in the /admin/adminHome.php file, where the uname parameter is incorporated into a database query without proper sanitization. Attackers can manipulate this parameter to inject arbitrary SQL statements. The vulnerability is exploitable remotely without authentication or user interaction. Public disclosure of the exploit has occurred, increasing the risk of opportunistic attacks against exposed installations. The issue is tracked as VulDB identifier VDB-258201 and is categorized under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated remote attackers can extract sensitive database contents from the admin login interface through SQL injection in the uname parameter.

Affected Products

  • Campcodes Online Art Gallery Management System 1.0
  • Component: /admin/adminHome.php
  • Vulnerable parameter: uname

Discovery Timeline

  • 2024-03-27 - CVE-2024-2999 published to NVD
  • 2025-03-05 - Last updated in NVD database

Technical Details for CVE-2024-2999

Vulnerability Analysis

The vulnerability stems from improper neutralization of user-supplied input passed to the uname parameter on the administrative endpoint /admin/adminHome.php. The application concatenates this value directly into an SQL query rather than using parameterized statements. As a result, attackers can break out of the intended query context and append arbitrary SQL clauses.

The attack requires no privileges and no user interaction. Because the endpoint is part of the administrative interface, successful exploitation can disclose credentials, session data, or other sensitive records stored in the backend database. The CVSS vector indicates impact limited to confidentiality, suggesting data extraction is the primary outcome rather than direct modification or denial of service.

The Exploit Prediction Scoring System (EPSS) probability is 0.149% at the 34.9th percentile, indicating low expected exploitation activity at this time. However, the disclosure of working exploit details elevates practical risk for unpatched installations.

Root Cause

The root cause is the absence of input validation and prepared statements when constructing the SQL query for administrator authentication. The uname value is treated as trusted string data and inserted into the query string directly, allowing SQL metacharacters such as single quotes, comments, and UNION clauses to alter query semantics.

Attack Vector

An unauthenticated attacker submits a crafted HTTP request to /admin/adminHome.php containing a malicious uname value. By using payloads such as boolean-based, error-based, or UNION-based SQL injection techniques, the attacker can enumerate database schema and extract row contents. The attack is fully remote over the network and can be automated using tools such as sqlmap.

No verified proof-of-concept code is referenced beyond the GitHub Vulnerability PDF and the VulDB entry #258201.

Detection Methods for CVE-2024-2999

Indicators of Compromise

  • HTTP POST or GET requests to /admin/adminHome.php containing SQL metacharacters in the uname parameter, such as single quotes, --, UNION SELECT, OR 1=1, or SLEEP(.
  • Web server access logs showing repeated requests to /admin/adminHome.php from a single source within a short window.
  • Database error messages returned in HTTP responses referencing MySQL syntax errors.

Detection Strategies

  • Inspect web server and application logs for anomalous uname parameter values containing SQL syntax tokens.
  • Deploy a web application firewall (WAF) with signatures tuned to detect SQL injection patterns targeting administrative endpoints.
  • Enable database query auditing to flag malformed or unusually structured queries originating from the application user.

Monitoring Recommendations

  • Alert on authentication endpoint requests that produce SQL errors or unusually large response bodies indicative of data extraction.
  • Monitor for outbound data transfers from the database server that deviate from baseline application behavior.
  • Track repeated failed login attempts from the same IP that include non-standard characters in credential fields.

How to Mitigate CVE-2024-2999

Immediate Actions Required

  • Restrict network access to /admin/adminHome.php using IP allowlists or VPN-only access until a fix is applied.
  • Deploy WAF rules to block requests containing SQL injection patterns in the uname parameter.
  • Review database and application logs for prior exploitation attempts and rotate any administrator credentials that may have been exposed.

Patch Information

No vendor patch is referenced in the available advisory data. Campcodes has not published a fixed version for Online Art Gallery Management System 1.0 in the referenced sources. Operators should consult the vendor directly or consider migrating away from the affected application until a fix is released. See the VulDB advisory for ongoing updates.

Workarounds

  • Replace dynamic SQL concatenation in /admin/adminHome.php with parameterized queries or prepared statements using PDO or mysqli with bound parameters.
  • Apply server-side input validation to reject non-alphanumeric characters in the uname parameter where business logic permits.
  • Restrict the database account used by the application to least-privilege read access where feasible, limiting the impact of a successful injection.
  • Disable verbose database error messages in production to reduce information available to attackers performing error-based injection.
bash
# Example ModSecurity WAF rule to block SQL metacharacters in the uname parameter
SecRule ARGS:uname "@rx (?i)(union(\s+all)?\s+select|--|\bor\b\s+\d+=\d+|sleep\s*\(|';)" \
    "id:1002999,phase:2,deny,status:403,log,\
     msg:'CVE-2024-2999 SQL Injection attempt on adminHome.php uname parameter'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechCampcodes Online Art Gallery Management System

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Vulnerability PDF

  • VulDB CTI ID #258201

  • VulDB #258201

  • VulDB Submission #304765
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory 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