Description
The Security Optimizer WordPress plugin from 1.5.8 to 1.6.4 does not correctly validate requests to its optional IP-based login restriction feature, allowing the restriction to be bypassed so that unauthenticated requests from non-allowlisted IP addresses can reach and use the login form, defeating the access control the administrator configured.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Security Optimizer WordPress plugin, in versions ranging from 1.5.8 to 1.6.4, fails to properly validate requests that invoke its optional IP‑based login restriction. As a result, unauthenticated requests originating from IP addresses that are not on the allowlist can still reach and interact with the login form, negating the administrator‑configured access control. This flaw allows an attacker who cannot directly log in but can target the login endpoint to bypass IP restrictions and attempt credential compromise.

Affected Systems

WordPress websites running the Security Optimizer plugin versions 1.5.8 through 1.6.4 are affected. The vulnerability specifically impacts installations where the IP‑based login restriction feature has been enabled.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting that widespread exploitation has not been documented. The likely attack vector is web‑based; an attacker can send requests to the post_password endpoint from any IP and circumvent the allowed‑list check. The exploit requires the plugin to be installed and the IP‑restriction feature to be enabled. Attackers could therefore launch brute‑force or credential‑guessing attempts from arbitrary IPs, potentially compromising site accounts if passwords are weak or reused.

Generated by OpenCVE AI on August 6, 2026 at 23:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest plugin update (1.6.5 or newer) to address the IP validation flaw.
  • If an update is unavailable, disable the IP‑based login restriction feature or remove the Security Optimizer plugin until a patch is available.
  • As an alternate safeguard, restrict login access at the web‑server or firewall level to trusted IP addresses, ensuring that even if the plugin bypasses its internal check, external traffic remains limited.

Generated by OpenCVE AI on August 6, 2026 at 23:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-285

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description The Security Optimizer WordPress plugin from 1.5.8 to 1.6.4 does not correctly validate requests to its optional IP-based login restriction feature, allowing the restriction to be bypassed so that unauthenticated requests from non-allowlisted IP addresses can reach and use the login form, defeating the access control the administrator configured.
Title Security Optimizer – The All-In-One Protection Plugin < 1.6.5 - Login Access IP Allowlist Bypass via post_password
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T17:07:33.376Z

Reserved: 2026-06-25T14:12:28.351Z

Link: CVE-2026-13342

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T23:45:03Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-285

    Improper Authorization