
Disclosure for CVE-2025-9196
Disclosure for CVE-2025-9196
This repository discloses a vulnerability discovered in Trinity Audio <= 5.20.1,WordPress plugin developed by sergiotrinity.
| CVE ID | Type | Component | Impact |
|---|---|---|---|
| CVE-2025-9196 | Unauthenticated Information Exposure | admin/inc/phpinfo.php | Unauthenticated phpinfo() Information Disclosure |
phpinfo.php lacks authentication/authorization checks (e.g., current_user_can), allowing unauthenticated users to view the phpinfo() output.
Restrict access to administrators only using current_user_can
phpinfo()が残っているというのはとても単純であるため、ツールなどでとっくに発見されていると思ったが、そんなことは無かった。 これを期に「意外と簡単なバグが残ってるな~」と思い始め、本格的にWordPress Pluginの脆弱性調査を始めた。
Name: MooseLove
Role: Independent security researcher / bug hunter
Contact: Available upon request
This advisory is provided for public security awareness. Free to share with attribution.