LiveActive security incident?Get immediate response
CVE Record

CVE-2026-25392: WordPress Update URLs – Quick and Easy way to search old links and replace them with new links in WordPress plugin <= 1.4.0 - Open Redirection vulnerability

URL Redirection to Untrusted Site ('Open Redirect') vulnerability in KaizenCoders Update URLs – Quick and Easy way to search old links and replace them with new links in WordPress update-urls allows Phishing.This issue affects Update URLs – Quick and Easy way to search old links and replace them with new links in WordPress: from n/a through <= 1.4.3.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin issue can let an attacker craft links that redirect users from a trusted site to an untrusted site, supporting phishing. It requires user interaction and does not directly grant system access. Business urgency is moderate, especially for public WordPress sites where brand trust and user login flows matter.

Executive priority

Treat as a moderate-priority web trust issue. It is unlikely to cause direct infrastructure compromise, but it can help phishing campaigns abuse your brand. Address during the next WordPress plugin maintenance cycle, faster for customer-facing or authentication-related sites.

Technical view

CVE-2026-25392 is a CWE-601 open redirect in KaizenCoders Update URLs WordPress plugin. The CVE describes affected versions through <= 1.4.3, while the title and Patchstack URL indicate different version references, so version scope is inconsistent in the provided sources. CVSS 3.1 is 4.7: network, low complexity, no privileges, user interaction required, scope changed, low confidentiality impact.

Likely exposure

Exposure is limited to WordPress sites with the KaizenCoders update-urls plugin installed in an affected version. Public-facing sites have higher phishing risk because attackers can abuse trusted domains in deceptive links. The provided data does not identify affected installation counts or a confirmed fixed version.

Exploitation context

The source bundle does not indicate known active exploitation, and this CVE is not marked KEV. Exploitation requires convincing a user to follow a crafted link. Expected impact is phishing or user redirection rather than direct server compromise, data modification, or service outage.

Researcher notes

Evidence is incomplete and internally inconsistent: title says <= 1.4.0, description says <= 1.4.3, Patchstack URL references 1.3.0, and the affected version field is not clear. Do not assume active exploitation or a fixed version from the provided sources. Validate against current vendor/Patchstack data.

Mitigation direction

  • Check vendor and Patchstack guidance for the corrected version or workaround.
  • Inventory WordPress sites for the update-urls plugin and recorded version.
  • Prioritize public, customer-facing, or login-adjacent WordPress sites.
  • Remove or disable the plugin if unused and business-approved.
  • Educate support teams to watch for phishing reports using your domain.

Validation and detection

  • Confirm whether update-urls is installed on each WordPress instance.
  • Record plugin versions and compare with the CVE's stated affected range.
  • Review vendor/Patchstack advisory for fixed-version details before closing.
  • Check web logs for unusual redirect-related requests if available.
  • Verify no business workflows rely on unsafe external redirects.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-601: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-25392 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2026-25392Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KaizenCodersUpdate URLs – Quick and Easy way to search old links and replace them with new links in WordPressupdate-urls, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.