Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2025-9196 PoC — Trinity Audio <= 5.21.0 - Unauthenticated Information Exposure

Source
Associated Vulnerability
Title:Trinity Audio <= 5.21.0 - Unauthenticated Information Exposure (CVE-2025-9196)
Description:The Trinity Audio – Text to Speech AI audio player to convert content into audio plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.21.0 via the ~/admin/inc/phpinfo.php file that gets created on install. This makes it possible for unauthenticated attackers to extract sensitive data including configuration data.
Description
Disclosure for CVE-2025-9196
Readme
# Trinity-Audio-CVE-Report
Disclosure for CVE-2025-9196

# CVE-2025-9196 - Vulnerability in Trinity Audio

This repository discloses a vulnerability discovered in [Trinity Audio <= 5.20.1](https://wordpress.org/plugins/trinity-audio/),WordPress plugin developed by sergiotrinity.

## 🛠 Affected Version

- **Product**: Trinity Audio
- **Version**: v5.20.1
- **URL**: https://wordpress.org/plugins/trinity-audio/

---

## 🔒 Assigned CVE
| CVE ID            | Type                      | Component                | Impact                    |
|-------------------|---------------------------|--------------------------|---------------------------|
| CVE-2025-9196    | Unauthenticated Information Exposure                | admin/inc/phpinfo.php             | Unauthenticated phpinfo() Information Disclosure     |  

---

## 🧾 Detailed a Description

### CVE-2025-9196 — Authenticated phpinfo() Information Disclosure

 - **Affected Component**: phpinfo()
 - **Attack Vector**: Unauthenticated phpinfo() exposure
 - **Trigger**: An unauthenticated requester performs an HTTP GET to /phpinfo.php and receives the full phpinfo() output.
 - **Impact**: phpinfo() disclosure reveals PHP configuration, loaded extensions, and full server paths.It may expose environment variables, database credentials, and API keys if present.Attackers gain high-quality reconnaissance for targeted exploits and privilege escalation.Confidentiality is broken and the overall attack surface is significantly increased.
 - **PoC**:
  1. An unauthorized user accesses admin/inc/phpinfo.php
  2. phpinfo() is executed.

## ❓Reason for the vulnerability
 phpinfo.php lacks authentication/authorization checks (e.g., current_user_can), allowing unauthenticated users to view the phpinfo() output.
 
 ### Proposed Fix:
 Restrict access to administrators only using current_user_can
## 🔍 Discoverer

**Name**: MooseLove  
**Role**: Independent security researcher / bug hunter  
**Contact**: Available upon request  

---

## 📚 References

- Product: https://wordpress.org/plugins/trinity-audio/

---

## ⚠️ License

This advisory is provided for public security awareness. Free to share with attribution.

File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →