Overview
This report details a significant vulnerability (CVE-2024-13604) affecting WordPress’s KB Support – Customer Support Ticket & Helpdesk Plugin. This vulnerability allows unauthenticated attackers to extract sensitive information stored insecurely, potentially leading to system compromise or data leakage. Given the pervasive use of WordPress and its plugins, this vulnerability can have extensive impacts on various websites and their users.
Vulnerability Summary
CVE ID: CVE-2024-13604
Severity: High (7.5)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise and potential data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
KB Support – Customer Support Ticket & Helpdesk Plugin | <= 1.7.4 How the Exploit Works
The vulnerability exists in KB Support – Customer Support Ticket & Helpdesk Plugin for WordPress due to insecure storage of data in the ‘kbs’ directory. Unauthenticated attackers can exploit this by accessing the ‘/wp-content/uploads/kbs’ directory, which may contain sensitive file attachments included in support tickets.
Conceptual Example Code
Below is a conceptual example of how an HTTP request to the vulnerable endpoint might look:
GET /wp-content/uploads/kbs/sensitive_file.txt HTTP/1.1
Host: vulnerablewebsite.com
In this example, the attacker sends an HTTP GET request to retrieve a sensitive file (sensitive_file.txt) from the insecurely stored directory.
Mitigation Guidance
The best way to mitigate this vulnerability is by applying the vendor’s patch. If the patch cannot be applied immediately, a temporary solution would be to use a Web Application Firewall (WAF) or Intrusion Detection System (IDS) to detect and block attempts to exploit this vulnerability.
