CVE-2020-36852
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | custom_searchable_data_entry_system | * |
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?
This vulnerability exists in the Custom Searchable Data Entry System plugin for WordPress (versions up to and including 1.7.1). It allows unauthenticated attackers to wipe database tables, such as wp_users, because the function ghazale_sds_delete_entries_table_row() lacks proper capability checks and sufficient validation.
How can this vulnerability impact me? :
An attacker can completely wipe critical database tables without authentication, leading to loss of data integrity and availability. For example, wiping the wp_users table could remove all user accounts, causing denial of service and potentially disrupting website operations.