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

CVE-2025-1116: Dreamvention Live AJAX Search SQL Injection

CVE-2025-1116 is a critical SQL injection vulnerability in Dreamvention Live AJAX Search Free for OpenCart that allows remote attackers to exploit the keyword parameter. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-1116 Overview

CVE-2025-1116 is a SQL injection vulnerability in the Dreamvention Live AJAX Search Free extension for OpenCart, affecting versions up to 1.0.6. The flaw resides in the searchresults/search function exposed through /?route=extension/live_search/module/live_search.searchresults. Attackers manipulate the keyword parameter to inject arbitrary SQL statements into backend database queries. The vulnerability is remotely exploitable without authentication or user interaction. Public exploit code has been disclosed, increasing the risk of opportunistic attacks against OpenCart storefronts running the affected extension.

Critical Impact

Unauthenticated remote attackers can inject SQL commands via the keyword parameter, exposing OpenCart database contents including customer data and credentials.

Affected Products

  • Dreamvention Live AJAX Search Free for OpenCart, versions up to and including 1.0.6
  • OpenCart storefronts with the live_search module installed and enabled
  • Endpoints exposing /?route=extension/live_search/module/live_search.searchresults

Discovery Timeline

  • 2025-02-08 - CVE-2025-1116 published to the National Vulnerability Database (NVD)
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-1116

Vulnerability Analysis

The vulnerability is a SQL injection flaw categorized under [CWE-74] (Improper Neutralization of Special Elements in Output Used by a Downstream Component). The affected function searchresults/search processes the keyword query parameter without proper sanitization or parameterized query handling. An attacker submits crafted input through the HTTP request to the live search endpoint, and the application concatenates that input directly into a database query. The injected SQL then executes within the OpenCart database context.

Successful exploitation enables data extraction from product catalogs, order tables, and customer records. Depending on database privileges, attackers may also modify records or pivot to further attacks against the underlying server. Because the live search endpoint is intended for unauthenticated storefront visitors, no credentials or session state are required.

Root Cause

The root cause is missing input validation and the absence of prepared statements in the live_search.searchresults handler. User-controlled keyword data flows directly into a SQL query string, allowing attacker-supplied operators, comments, and UNION clauses to alter query semantics.

Attack Vector

The attack vector is network-based. An attacker issues an HTTP GET or POST request to /?route=extension/live_search/module/live_search.searchresults with a malicious value in the keyword parameter. The exploit details have been published publicly, including a GitHub Gist documenting the proof of concept. See the GitHub Gist Exploit Code and VulDB entry #295022 for technical specifics on the injection payload structure.

Detection Methods for CVE-2025-1116

Indicators of Compromise

  • HTTP requests to /?route=extension/live_search/module/live_search.searchresults containing SQL meta-characters such as single quotes, UNION, SELECT, --, or /* in the keyword parameter
  • Web server access logs showing repeated requests to the live search endpoint with abnormally long or encoded keyword values
  • Database error messages or HTTP 500 responses correlated with live search queries
  • Outbound database connections or unusual SELECT activity targeting oc_customer, oc_user, or order tables

Detection Strategies

  • Deploy WAF rules that inspect the keyword parameter on the live_search route for SQL injection signatures
  • Enable MySQL general query logging temporarily to capture queries containing attacker-controlled keyword tokens
  • Correlate web access logs with database audit logs to identify anomalous query patterns originating from the live search module
  • Hunt for repeated boolean-based or time-based injection patterns such as AND 1=1, SLEEP(, or BENCHMARK( in HTTP query strings

Monitoring Recommendations

  • Alert on any non-alphanumeric characters beyond expected search punctuation in the keyword parameter
  • Monitor request rates to the live_search.searchresults route and flag spikes from single source IPs
  • Track outbound data volume from the OpenCart database server for signs of bulk extraction
  • Review authentication and admin panel logs for follow-on activity after suspected injection attempts

How to Mitigate CVE-2025-1116

Immediate Actions Required

  • Disable the Dreamvention Live AJAX Search Free extension in the OpenCart admin panel until a patched version is confirmed available
  • Block requests to /?route=extension/live_search/module/live_search.searchresults at the WAF or reverse proxy if the module cannot be disabled immediately
  • Rotate database credentials and review accounts for any unauthorized changes following suspected exploitation
  • Audit web logs for prior exploitation attempts going back to the publication date

Patch Information

No vendor patch has been confirmed in the enriched CVE data at the time of writing. Administrators should consult the Dreamvention extension page on the OpenCart marketplace for updates and apply any version released after 1.0.6. Verify fix availability through the VulDB advisory and vendor channels before redeploying the module.

Workarounds

  • Remove or uncheck the live_search module from the OpenCart extension configuration to eliminate the vulnerable route
  • Deploy a WAF rule that rejects requests containing SQL meta-characters in the keyword parameter on the live search endpoint
  • Restrict database account privileges used by OpenCart to read-only on non-essential tables to limit injection impact
  • Apply rate limiting on the live search endpoint to slow automated exploitation attempts
bash
# Example ModSecurity rule blocking SQL injection in the keyword parameter
SecRule REQUEST_URI "@contains /?route=extension/live_search/module/live_search.searchresults" \
    "chain,phase:2,deny,status:403,id:1000116,msg:'CVE-2025-1116 SQLi attempt'"
    SecRule ARGS:keyword "@rx (?i)(union\s+select|sleep\s*\(|benchmark\s*\(|--|/\*|;\s*drop)" \
        "t:none,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOpencart

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.06%

  • 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-74
  • Technical References
  • GitHub Gist Exploit Code

  • VulDB CTI ID #295022

  • VulDB #295022

  • VulDB Submission #492051
  • Related CVEs
  • CVE-2025-0579: OpenCart Shiprocket Module SQLi Vulnerability

  • CVE-2024-58341: OpenCart Core SQL Injection Vulnerability

  • CVE-2025-0460: Blog Botz for Journal Theme RCE Vulnerability

  • CVE-2025-0841: Aridius XYZ OpenCart 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