LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24632: WordPress Delay Redirects plugin <= 1.0.0 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in jagdish1o1 Delay Redirects delay-redirects allows DOM-Based XSS.This issue affects Delay Redirects: from n/a through <= 1.0.0.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-24632 is a DOM-based cross-site scripting issue in the WordPress Delay Redirects plugin up to version 1.0.0. A successful attack could let malicious script run in a user’s browser, with limited confidentiality, integrity, and availability impact. The CVE is not listed as known exploited in the provided data.

Executive priority

Treat as a standard vulnerability-management item, not an emergency, unless the plugin is widely deployed or used on sensitive WordPress sites. Prioritize discovery and remediation planning because XSS can affect user trust and administrative workflows.

Technical view

The issue is CWE-79 improper neutralization during web page generation in jagdish1o1 Delay Redirects. CVSS 3.1 is 5.9, vector AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L. The vulnerability requires high privileges and user interaction, but changes scope, consistent with XSS browser-side impact.

Likely exposure

Exposure is limited to WordPress sites using the Delay Redirects plugin at version 1.0.0 or earlier. Sites not running this plugin are not indicated as affected by the provided sources.

Exploitation context

The provided sources do not report active exploitation, and KEV status is false. Exploitation requires an authenticated high-privilege actor and user interaction, reducing broad internet-scale risk but still relevant for multi-user WordPress administration environments.

Researcher notes

Public details are sparse in the provided bundle. No exploit code, payload details, or fixed version are cited. The CVSS vector indicates high privileges and user interaction, so validation should focus on asset presence, version exposure, and vendor remediation updates.

Mitigation direction

  • Inventory WordPress sites for the Delay Redirects plugin.
  • Check vendor, WordPress plugin, and Patchstack guidance for an available fixed version.
  • If no business need exists, deactivate and remove the plugin.
  • Restrict WordPress administrative access to trusted users only.
  • Monitor for unusual WordPress admin activity or unexpected script behavior.

Validation and detection

  • Confirm whether Delay Redirects is installed on each WordPress site.
  • Record installed plugin versions and flag versions 1.0.0 or earlier.
  • Review the CVE and Patchstack entry for updated remediation details.
  • Verify administrative accounts are limited to authorized personnel.
  • Reassess after any vendor update or plugin removal.
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-79: 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-24632 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
5.9 (3.1)
Known Exploited
No
Published

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

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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L1.73.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
jagdish1o1Delay Redirectsdelay-redirects, 0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.