CVE-2025-9332
BaseFortify
Publication date: 2025-10-03
Last updated on: 2025-10-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| interactive_anatomy_apps | interactive_human_anatomy_with_clickable_body_parts | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Interactive Human Anatomy with Clickable Body Parts WordPress plugin up to version 2.6. It occurs because the plugin does not properly sanitize input or escape output in admin settings, allowing authenticated users with administrator-level permissions to inject malicious scripts. These scripts execute whenever a user accesses the affected page. The vulnerability affects only multi-site installations or those where unfiltered_html is disabled.
How can this vulnerability impact me? :
An attacker with administrator-level access can inject malicious scripts that execute in the context of users visiting the infected pages. This can lead to unauthorized actions, data theft, session hijacking, or other malicious activities affecting users of the site. Since the vulnerability requires high privileges and affects multi-site or restricted HTML installations, the impact is limited to such environments but can still compromise site security and user trust.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Interactive Human Anatomy with Clickable Body Parts plugin to a version later than 2.6 once available. Additionally, ensure that only trusted administrators have access to the admin settings, and consider enabling unfiltered_html if it is safe to do so in your environment. For multi-site installations, review and restrict administrator permissions carefully to prevent exploitation.