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

CVE-2024-5350: Anji-plus AJ-Report SQLi Vulnerability

CVE-2024-5350 is a critical SQL injection flaw in Anji-plus AJ-Report that enables remote attackers to manipulate database queries. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-5350 Overview

CVE-2024-5350 is a SQL injection vulnerability in anji-plus AJ-Report versions up to 1.4.1. The flaw resides in the pageList function exposed through the /pageList endpoint. Attackers can manipulate the p parameter to inject arbitrary SQL statements into backend database queries. The vulnerability is exploitable remotely over the network and requires only low privileges. Public disclosure of the exploit details has occurred, increasing the risk of opportunistic attacks against exposed AJ-Report deployments. The issue is tracked as VulDB identifier 266262 and classified under [CWE-89] Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Remote attackers with low privileges can inject SQL commands through the p parameter of /pageList, leading to unauthorized data access and integrity loss in AJ-Report deployments.

Affected Products

  • anji-plus AJ-Report versions up to and including 1.4.1
  • Deployments exposing the /pageList endpoint to untrusted networks
  • Reporting environments built on the anji-plus AJ-Report platform

Discovery Timeline

  • 2024-05-25 - CVE-2024-5350 published to NVD
  • 2025-03-01 - Last updated in NVD database

Technical Details for CVE-2024-5350

Vulnerability Analysis

The vulnerability stems from improper neutralization of user-controlled input passed to the pageList function in AJ-Report. The p argument supplied through the /pageList request is concatenated into a SQL statement without adequate sanitization or parameterized binding. Attackers can submit crafted payloads that alter the structure of the resulting query.

Successful exploitation allows the attacker to read data outside of the intended scope, modify backend records, or enumerate database schema. The EPSS score for this issue is approximately 0.072%, reflecting limited observed exploitation activity at this time. However, public disclosure of exploit details lowers the barrier to weaponization.

Because AJ-Report is a reporting tool, the affected database typically contains business intelligence data, dashboard definitions, and account information. Compromise of this data yields direct value to attackers.

Root Cause

The root cause is the absence of input validation and prepared statements for the p parameter in the pageList handler. User input is treated as trusted SQL fragments rather than as data values. This violates secure coding patterns required to prevent injection attacks classified under [CWE-89].

Attack Vector

The attack vector is network-based. An authenticated user with low privileges sends an HTTP request to /pageList and supplies a malicious value in the p argument. The injected SQL executes within the database context used by the AJ-Report application.

The vulnerability mechanism follows standard SQL injection patterns. See the GitHub Issue Discussion #34 and the GitHub Project Report PDF for technical details published by the reporter.

Detection Methods for CVE-2024-5350

Indicators of Compromise

  • HTTP requests to /pageList containing SQL metacharacters such as single quotes, UNION, SELECT, --, or /* inside the p parameter.
  • Database error messages or unusually large response sizes returned from /pageList requests.
  • Unexpected outbound database queries originating from the AJ-Report application user.
  • Authentication logs showing low-privileged accounts making repeated requests to /pageList.

Detection Strategies

  • Inspect web server and reverse proxy logs for /pageList requests with anomalous p parameter values.
  • Enable database query logging and alert on queries containing tautologies such as 1=1, OR 1=1, or stacked statements.
  • Deploy a web application firewall (WAF) ruleset tuned for SQL injection patterns targeting AJ-Report endpoints.
  • Correlate authentication events with downstream database activity to identify abnormal data access volumes.

Monitoring Recommendations

  • Forward AJ-Report application, web server, and database logs to a centralized analytics platform for retention and correlation.
  • Alert on bursts of /pageList requests from a single source IP within short time windows.
  • Track schema enumeration patterns such as queries against information_schema originating from the AJ-Report database account.

How to Mitigate CVE-2024-5350

Immediate Actions Required

  • Restrict network access to the AJ-Report /pageList endpoint to trusted users and management networks only.
  • Review AJ-Report user accounts and remove unused or low-trust accounts that could be leveraged by attackers.
  • Apply least-privilege principles to the database account used by AJ-Report so that injection impact is contained.
  • Audit recent /pageList traffic and database logs for signs of prior exploitation.

Patch Information

No fixed version is referenced in the published advisory at the time of NVD modification on 2025-03-01. Monitor the anji-plus report GitHub repository and the VulDB #266262 Analysis entry for updates. Upgrade to a version newer than 1.4.1 once a patched release is published by the vendor.

Workarounds

  • Place AJ-Report behind a WAF with SQL injection signatures enabled for the /pageList URI.
  • Implement reverse-proxy filtering that rejects requests where the p parameter contains SQL syntax characters.
  • Disable or block external exposure of the /pageList endpoint until a vendor patch is available.
  • Run the AJ-Report database service under a dedicated, minimally privileged account with no DDL or cross-database permissions.
bash
# Example nginx location block to restrict /pageList access by source IP
location /pageList {
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://aj-report-backend;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechAnji Plus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • 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 Project Report PDF

  • GitHub Issue Discussion #34

  • VulDB #266262 Analysis

  • VulDB #266262 Details
  • Related CVEs
  • CVE-2024-5353: Anji-plus Aj-report Path Traversal Flaw

  • CVE-2024-5355: Anji-plus AJ-Report RCE Vulnerability
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