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-2025-7670

CVE-2025-7670: JS Archive List Plugin SQLi Vulnerability

CVE-2025-7670 is a time-based SQL injection flaw in the JS Archive List WordPress plugin affecting versions up to 6.1.5. Unauthenticated attackers can extract sensitive database information. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 22, 2026

CVE-2025-7670 Overview

The JS Archive List plugin for WordPress contains a time-based SQL Injection vulnerability in the build_sql_where() function affecting all versions up to and including 6.1.5. The vulnerability stems from insufficient escaping of user-supplied parameters and inadequate preparation of existing SQL queries. This security flaw enables unauthenticated attackers to append malicious SQL queries to legitimate database operations, potentially extracting sensitive information from the WordPress database.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive data from WordPress databases, including user credentials, email addresses, and other confidential information stored in the database.

Affected Products

  • JS Archive List (jQuery Archive List Widget) plugin for WordPress versions up to and including 6.1.5
  • WordPress installations using the vulnerable plugin versions
  • Websites with publicly accessible archive list widgets

Discovery Timeline

  • 2025-08-19 - CVE-2025-7670 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-7670

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection) and affects the build_sql_where() function within the class-jq-archive-list-datasource.php file. The root cause is a failure to properly sanitize and escape user-controlled input before incorporating it into SQL queries executed against the WordPress database.

Time-based SQL Injection attacks work by injecting SQL statements that cause conditional time delays in database responses. Attackers can infer information about the database structure and contents by measuring response times—if a query returns slowly, it confirms a condition is true; if it returns quickly, the condition is false. This technique allows data exfiltration without any visible error messages or direct output.

The vulnerability is particularly dangerous because it requires no authentication, meaning any external attacker can target vulnerable WordPress installations. The network-accessible attack vector combined with no required user interaction makes this vulnerability highly exploitable in real-world scenarios.

Root Cause

The vulnerability exists due to insufficient input validation and escaping in the build_sql_where() function. The plugin fails to use WordPress's built-in $wpdb->prepare() method or equivalent parameterized queries when constructing SQL statements. This allows user-supplied data to be interpreted as SQL commands rather than literal string values.

Attack Vector

The attack is conducted over the network against the WordPress installation's front-end. Attackers craft malicious requests containing SQL injection payloads that target the archive list widget functionality. Since the build_sql_where() function processes these inputs without proper sanitization, the injected SQL code executes within the context of the database query.

The time-based nature of this injection means attackers use SQL SLEEP() or BENCHMARK() functions combined with conditional logic to extract data bit-by-bit. For example, an attacker could determine whether the first character of an admin password hash matches a specific value based on whether the database response is delayed.

php
// Security patch in classes/class-jq-archive-list-widget.php
// Source: https://github.com/Skatox/jquery-archive-list/commit/1c4a5749b187cc65d2c4b192b9c9890a36bf1fd2

 		return $html;
 	}
 
-	private function year_should_be_expanded( $year, $cur_post_year, $cur_post_month ): bool {
+	public function year_should_be_expanded( $year, $cur_post_year, $cur_post_month ): bool {
 		if ( $this->config['expand'] === 'all' ) {
 			return true;
 		}

The patch includes code efficiency improvements and version updates to 6.1.6 that address the SQL injection vulnerability. For complete technical details on the fix, see the GitHub Commit Update and WordPress Changeset Update.

Detection Methods for CVE-2025-7670

Indicators of Compromise

  • Abnormally slow database query response times, particularly when processing archive list requests
  • Web server logs containing SQL injection payloads such as SLEEP(), BENCHMARK(), or conditional statements like AND 1=1
  • Unusual patterns of requests targeting archive list widget endpoints with varying parameter values
  • Database logs showing queries with unexpected time delays or syntax errors

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in request parameters
  • Monitor WordPress error logs for SQL syntax errors or unexpected database exceptions
  • Deploy intrusion detection systems configured to alert on time-based SQL injection signatures
  • Review access logs for sequential requests with incrementing character values typical of automated SQL injection tools

Monitoring Recommendations

  • Enable detailed database query logging to identify suspicious SQL patterns
  • Configure alerting for requests with abnormally long response times from the affected plugin endpoints
  • Implement rate limiting on archive list widget requests to slow automated extraction attempts
  • Monitor for new file uploads or database modifications that could indicate successful data exfiltration

How to Mitigate CVE-2025-7670

Immediate Actions Required

  • Update the JS Archive List plugin to version 6.1.6 or later immediately
  • Audit database logs for any evidence of exploitation prior to patching
  • Consider temporarily disabling the plugin if an update cannot be applied immediately
  • Review and rotate database credentials if exploitation is suspected

Patch Information

The vulnerability has been addressed in version 6.1.6 of the JS Archive List plugin. The fix implements proper input sanitization and prepared statements for SQL queries. Administrators should update through the WordPress plugin dashboard or download the patched version from the WordPress Plugin Developer Info page.

For additional context on this vulnerability, refer to the Wordfence Vulnerability Report.

Workarounds

  • Temporarily deactivate the JS Archive List plugin until the update can be applied
  • Implement WAF rules to filter SQL injection payloads targeting archive list parameters
  • Restrict access to WordPress admin and plugin endpoints using IP allowlisting
  • Deploy a virtual patching solution through security plugins like Wordfence or Sucuri
bash
# Disable the vulnerable plugin via WP-CLI
wp plugin deactivate jquery-archive-list-widget

# Update the plugin to the latest patched version
wp plugin update jquery-archive-list-widget

# Verify the installed version
wp plugin list --name=jquery-archive-list-widget --format=csv

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.14%

  • 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 Commit Update

  • WordPress Plugin Class File

  • WordPress Changeset Update

  • WordPress Plugin Developer Info

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7472: WordPress Read More & Accordion SQLi Flaw

  • CVE-2026-3985: Creative Mail WordPress Plugin SQLi Flaw

  • CVE-2026-9010: WordPress Boost Plugin SQLi Vulnerability

  • CVE-2026-8685: Infility Global Plugin 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