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

CVE-2024-5355: Anji-plus AJ-Report RCE Vulnerability

CVE-2024-5355 is a critical remote code execution vulnerability in Anji-plus AJ-Report up to version 1.4.1. The flaw allows attackers to execute arbitrary commands remotely. This article covers technical details, impact, and mitigation.

Published: May 26, 2026

CVE-2024-5355 Overview

CVE-2024-5355 is a command injection vulnerability in anji-plus AJ-Report up to version 1.4.1. The flaw resides in the IGroovyHandler function, which improperly processes attacker-supplied input. Remote attackers with low privileges can manipulate this function to inject arbitrary operating system commands [CWE-77]. AJ-Report is an open-source data visualization and reporting platform widely used for business intelligence dashboards. The exploit details have been disclosed publicly through VulDB entry VDB-266267 and the project's GitHub repository, increasing the risk of opportunistic attacks against exposed instances.

Critical Impact

Authenticated remote attackers can execute arbitrary commands on the host running AJ-Report through the IGroovyHandler function, leading to limited confidentiality, integrity, and availability impact on the application.

Affected Products

  • anji-plus AJ-Report versions up to and including 1.4.1
  • Deployments exposing the IGroovyHandler endpoint to untrusted networks
  • Self-hosted AJ-Report instances integrated with downstream reporting workflows

Discovery Timeline

  • 2024-05-26 - CVE-2024-5355 published to NVD
  • 2025-03-01 - Last updated in NVD database

Technical Details for CVE-2024-5355

Vulnerability Analysis

The vulnerability stems from unsafe handling of user-controlled input within the IGroovyHandler function in AJ-Report. The handler processes Groovy expressions used for dynamic report scripting. Because input is not properly validated or sandboxed, attackers can supply payloads that the Groovy runtime evaluates as operating system commands. The result is command injection executed in the context of the AJ-Report service account.

Exploitation requires network access and low-level privileges, but no user interaction. Public disclosure of exploit details via VulDB (VDB-266267) increases the likelihood of automated scanning and weaponization against internet-facing deployments.

Root Cause

The root cause is missing input sanitization in the IGroovyHandler function. AJ-Report uses Groovy as a scripting backend for report logic, and attacker-supplied expressions reach the interpreter without filtering of dangerous APIs such as Runtime.exec or ProcessBuilder. This allows arbitrary command execution through what is intended to be a constrained scripting feature [CWE-77].

Attack Vector

The attack vector is network-based. An authenticated attacker sends a crafted HTTP request containing a malicious Groovy payload to the AJ-Report endpoint that dispatches to IGroovyHandler. The Groovy runtime evaluates the payload and executes injected shell commands on the server. Successful exploitation can lead to data exfiltration, lateral movement, or service disruption, depending on the privileges of the AJ-Report process.

No verified proof-of-concept code is published in the enriched data. Refer to the GitHub Issue #34 and the GitHub Report Document for technical details disclosed by the reporters.

Detection Methods for CVE-2024-5355

Indicators of Compromise

  • Unexpected child processes spawned by the AJ-Report Java process, such as sh, bash, cmd.exe, or powershell.exe
  • HTTP requests to AJ-Report endpoints containing Groovy keywords like Runtime.getRuntime, ProcessBuilder, or execute()
  • Outbound network connections from the AJ-Report host to unfamiliar IP addresses shortly after report execution
  • Anomalous writes to temporary directories or web-accessible paths by the AJ-Report service account

Detection Strategies

  • Inspect web access logs for POST requests targeting Groovy-related handlers with suspicious payload contents
  • Correlate process creation telemetry on the AJ-Report host with parent-child relationships originating from the Java runtime
  • Apply Web Application Firewall (WAF) signatures that flag Groovy meta-programming patterns in HTTP request bodies

Monitoring Recommendations

  • Enable verbose audit logging for AJ-Report and forward logs to a centralized SIEM for retention and correlation
  • Monitor file integrity for AJ-Report configuration files, plugin directories, and reporting templates
  • Alert on outbound traffic from the AJ-Report server to non-business destinations, particularly to known malware hosting infrastructure

How to Mitigate CVE-2024-5355

Immediate Actions Required

  • Restrict network access to AJ-Report management endpoints using firewall rules or reverse-proxy allowlists
  • Audit existing user accounts and revoke unnecessary privileges that could enable authenticated exploitation
  • Review recent report executions and server logs for evidence of IGroovyHandler abuse
  • Isolate AJ-Report deployments from sensitive internal systems until a patched version is deployed

Patch Information

The enriched data does not list a confirmed fixed version. Track the upstream project at GitHub Issue #34 and the VulDB advisory for remediation guidance. Upgrade to the latest available release of AJ-Report once the vendor publishes a security update addressing IGroovyHandler.

Workarounds

  • Disable or remove Groovy scripting features in AJ-Report if they are not required for business operations
  • Place AJ-Report behind a WAF configured to block Groovy injection patterns and known command injection payloads
  • Run the AJ-Report service under a least-privileged operating system account to limit blast radius from successful exploitation
  • Enforce strong authentication and remove default or shared credentials on all AJ-Report user accounts
bash
# Example: restrict AJ-Report to internal networks using iptables
iptables -A INPUT -p tcp --dport 9095 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9095 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAnji Plus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.84%

  • 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-77
  • Technical References
  • GitHub Report Document

  • GitHub Issue #34

  • VulDB CTII #266267

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

  • CVE-2024-5350: Anji-plus AJ-Report SQLi 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