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
    • 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-2025-13374

CVE-2025-13374: Kalrav AI Agent WordPress RCE Vulnerability

CVE-2025-13374 is a remote code execution flaw in the Kalrav AI Agent WordPress plugin caused by arbitrary file upload. Unauthenticated attackers can exploit this to upload malicious files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 30, 2026

CVE-2025-13374 Overview

The Kalrav AI Agent plugin for WordPress contains a critical arbitrary file upload vulnerability in all versions up to and including 2.3.3. The vulnerability exists in the kalrav_upload_file AJAX action, which lacks proper file type validation, allowing unauthenticated attackers to upload arbitrary files to the affected site's server. Successful exploitation of this vulnerability can lead to remote code execution (RCE), enabling attackers to gain complete control over the compromised WordPress installation.

Critical Impact

Unauthenticated remote code execution through arbitrary file upload, potentially allowing full server compromise without any authentication requirements.

Affected Products

  • Kalrav AI Agent WordPress Plugin version 2.3.3 and earlier
  • WordPress installations with vulnerable Kalrav AI Agent plugin active
  • Web servers hosting affected WordPress sites

Discovery Timeline

  • 2026-01-24 - CVE-2025-13374 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-13374

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The kalrav_upload_file AJAX action in the Kalrav AI Agent plugin fails to implement proper file type validation before processing uploaded files. This architectural flaw allows attackers to bypass intended security controls and upload executable files such as PHP web shells directly to the server's file system.

The vulnerability is particularly severe because it requires no authentication to exploit. The AJAX action is exposed to unauthenticated users, meaning any remote attacker can craft malicious requests to upload arbitrary files. Once a malicious PHP file is uploaded, the attacker can execute it by directly accessing the uploaded file's URL, achieving remote code execution on the target server.

Root Cause

The root cause of this vulnerability is the absence of file type validation in the kalrav_upload_file AJAX handler located at line 967 of kalrav-ai-agent.php. The function processes file uploads without checking the file extension, MIME type, or file contents against an allowlist of safe file types. This missing security control allows attackers to upload files with dangerous extensions such as .php, .phtml, or other executable formats that the web server will process.

Attack Vector

The attack vector is network-based, requiring no authentication, no user interaction, and low complexity to exploit. An attacker can send a crafted HTTP POST request to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) with the action parameter set to kalrav_upload_file and a malicious file attachment.

The typical attack flow involves:

  1. The attacker identifies a WordPress site using the vulnerable Kalrav AI Agent plugin
  2. A malicious PHP file (web shell) is crafted and sent via the AJAX upload endpoint
  3. The plugin processes the upload without validation and stores the file on the server
  4. The attacker accesses the uploaded file's URL to execute arbitrary PHP code
  5. Full server compromise is achieved through the web shell

For detailed technical analysis, see the WordPress Plugin Code Review and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-13374

Indicators of Compromise

  • Unexpected PHP files in WordPress upload directories, particularly files with obfuscated or encoded content
  • HTTP POST requests to /wp-admin/admin-ajax.php with action=kalrav_upload_file from external IPs
  • New or modified files with suspicious names or non-standard extensions in the wp-content/uploads/ directory
  • Web shell signatures in uploaded files (e.g., system(), exec(), passthru(), shell_exec() functions)

Detection Strategies

  • Monitor web server access logs for POST requests to admin-ajax.php containing kalrav_upload_file action
  • Implement file integrity monitoring on WordPress directories to detect unauthorized file creation
  • Deploy web application firewall (WAF) rules to block file upload requests containing executable file extensions
  • Review server logs for unusual outbound connections that may indicate post-exploitation activity

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX actions and file upload operations
  • Configure alerts for new file creation events in WordPress directories, especially for PHP files
  • Monitor for process spawning from web server processes (e.g., www-data or apache user)
  • Implement network-level monitoring for command and control traffic patterns

How to Mitigate CVE-2025-13374

Immediate Actions Required

  • Update the Kalrav AI Agent plugin to a patched version if available
  • Deactivate and remove the Kalrav AI Agent plugin if no patch is available or if the plugin is not essential
  • Conduct a security audit of the WordPress uploads directory for any suspicious files
  • Review web server access logs for evidence of exploitation attempts

Patch Information

Check the WordPress Plugin Repository for the latest version of the Kalrav AI Agent plugin with security fixes. Organizations should prioritize updating to a patched version or removing the plugin entirely. Additional vulnerability details are available from the Wordfence Vulnerability Report.

Workarounds

  • Disable the plugin entirely until a security patch is released
  • Implement WAF rules to block requests to the kalrav_upload_file AJAX action
  • Restrict access to admin-ajax.php for unauthenticated users where feasible
  • Configure file upload restrictions at the web server level to prevent PHP file uploads
bash
# Apache .htaccess configuration to block PHP uploads in uploads directory
<Directory "/var/www/html/wp-content/uploads">
    <FilesMatch "\.ph(p[345]?|t|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • GitHub PoC Repository

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • Kozak Blog Post on CVE

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1830: WordPress Quick Playground RCE Vulnerability

  • CVE-2026-3535: WordPress DSGVO Google Fonts RCE Flaw

  • CVE-2026-4808: WordPress DevApps Plugin RCE Vulnerability

  • CVE-2026-2942: ProSolution WP Client RCE 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