CVE-2025-11993 HIGH

CVE-2025-11993: WooCommerce Infinite Scroll and Ajax Pagination <= 1.8 - Authenticated (Subscriber+) PHP Object Injection

Vendor Sbthemes
Product WooCommerce Infinite Scroll and Ajax Pagination
Weakness CWE-502 · Unsafe deserialization
Published May 29, 2026
Last update May 29, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The WooCommerce Infinite Scroll and Ajax Pagination plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.8 via the 'settings' parameter in the 'import_settings' function. This is due to deserialization of untrusted data supplied via the import configuration feature without capability checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject a PHP Object. No POP chain is present within the vulnerable plugin itself, but if a POP chain is present via an additional plugin or theme installed on the target system, it could allow an attacker to delete arbitrary files, retrieve sensitive data, or execute code.

Explanation of Vulnerability in Simple Terms

02Summary

The WooCommerce Infinite Scroll and Ajax Pagination plugin for WordPress versions 1.8 and earlier contains a deserialization vulnerability. An authenticated attacker with low privileges can send a specially crafted request to deserialize untrusted data, leading to remote code execution on the site. This allows the attacker to read sensitive data, modify site content, or disable the site entirely.

What an attacker can do

03Attacker Capabilities

Run their own code on the site, read sensitive data, or disable the site.

Potential impact on your site

04Site Impact

An attacker with a basic WordPress account can take full control of your site and its data.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress account (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

May 29, 2026 CVE published
May 29, 2026 Record updated

Related vulnerabilities

08Related CVE