CVE-2025-13405
BaseFortify
Publication date: 2025-11-25
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | ace_post_type_builder | 1.9 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the Ace Post Type Builder WordPress plugin allows authenticated users with Subscriber-level access or higher to delete custom taxonomies without proper authorization checks. This happens because the function cptb_delete_custom_taxonomy() lacks authorization validation, enabling unauthorized deletion of arbitrary custom taxonomies.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers with low-level access to delete custom taxonomies, which may disrupt website functionality, content organization, and potentially lead to loss of important data or site structure.