CVE-2024-13418: CWE-434 Unrestricted Upload of File with Dangerous Type in G5Theme Benaa Framework
Multiple plugins and/or themes for WordPress are vulnerable to Arbitrary File Uploads due to a missing capability check on the ajaxUploadFonts() function in various versions. This makes it possible for authenticated attackers, with Subscriber-level access and above, to upload arbitrary files that can make remote code execution possible. This issue was escalated to Envato over two months from the date of this disclosure and the issue, while partially patched, is still vulnerable.
AI Analysis
Technical Summary
CVE-2024-13418 is a high-severity vulnerability affecting the G5Theme Benaa Framework used in multiple WordPress plugins and themes. The core issue stems from an unrestricted file upload vulnerability (CWE-434) in the ajaxUploadFonts() function. This function lacks proper capability checks, allowing authenticated users with as low as Subscriber-level privileges to upload arbitrary files. Because the vulnerability does not require user interaction beyond authentication and can be exploited remotely over the network, it presents a significant risk. Uploaded files can include malicious payloads that enable remote code execution (RCE), potentially allowing attackers to execute arbitrary commands on the affected server. The vulnerability affects all versions of the Benaa Framework, and although a partial patch has been issued, the issue remains exploitable. The CVSS 3.1 score of 8.8 reflects the high impact on confidentiality, integrity, and availability, combined with low attack complexity and no user interaction required. No known exploits are currently reported in the wild, but the vulnerability’s characteristics make it a prime target for attackers seeking to compromise WordPress sites leveraging this framework. Given WordPress’s widespread use and the popularity of G5Theme products on marketplaces like Envato, the vulnerability poses a broad risk to websites using these themes and plugins.
Potential Impact
For European organizations, the impact of this vulnerability can be severe. Many businesses, government agencies, and educational institutions in Europe rely on WordPress for their web presence, including e-commerce, content management, and customer engagement. Exploitation could lead to unauthorized access to sensitive data, defacement of websites, disruption of services, and use of compromised servers as pivot points for further attacks within internal networks. The ability for low-privilege authenticated users to escalate to remote code execution means insider threats or compromised low-level accounts could cause disproportionate damage. Additionally, the persistence of the vulnerability despite partial patches increases the risk of exploitation over time. Organizations handling personal data under GDPR must also consider the regulatory implications of breaches resulting from this vulnerability, including potential fines and reputational damage.
Mitigation Recommendations
1. Immediate comprehensive patching: Organizations should verify whether their WordPress installations use the G5Theme Benaa Framework or related plugins/themes and apply any available full patches or updates from the vendor or marketplace. Since partial patches exist, confirm that the latest fixes fully address the ajaxUploadFonts() capability checks. 2. Restrict user roles: Limit Subscriber-level and other low-privilege accounts from accessing functionalities that allow file uploads or ajaxUploadFonts() calls, possibly via custom role hardening or plugin-based restrictions. 3. Implement Web Application Firewalls (WAF): Deploy WAF rules that detect and block suspicious file upload attempts targeting ajaxUploadFonts() endpoints, including filtering file types and request patterns. 4. Monitor logs and file systems: Set up monitoring to detect unusual file uploads, especially executable or script files in upload directories, and audit user activities related to file uploads. 5. Harden server configurations: Disable execution permissions on upload directories to prevent execution of uploaded malicious files, and use security modules like mod_security or equivalent. 6. Conduct regular security assessments: Perform vulnerability scans and penetration tests focusing on WordPress plugins and themes to identify similar weaknesses. 7. Educate users: Train site administrators and users on the risks of privilege escalation and the importance of strong authentication and role management.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden, Belgium, Austria
CVE-2024-13418: CWE-434 Unrestricted Upload of File with Dangerous Type in G5Theme Benaa Framework
Description
Multiple plugins and/or themes for WordPress are vulnerable to Arbitrary File Uploads due to a missing capability check on the ajaxUploadFonts() function in various versions. This makes it possible for authenticated attackers, with Subscriber-level access and above, to upload arbitrary files that can make remote code execution possible. This issue was escalated to Envato over two months from the date of this disclosure and the issue, while partially patched, is still vulnerable.
AI-Powered Analysis
Technical Analysis
CVE-2024-13418 is a high-severity vulnerability affecting the G5Theme Benaa Framework used in multiple WordPress plugins and themes. The core issue stems from an unrestricted file upload vulnerability (CWE-434) in the ajaxUploadFonts() function. This function lacks proper capability checks, allowing authenticated users with as low as Subscriber-level privileges to upload arbitrary files. Because the vulnerability does not require user interaction beyond authentication and can be exploited remotely over the network, it presents a significant risk. Uploaded files can include malicious payloads that enable remote code execution (RCE), potentially allowing attackers to execute arbitrary commands on the affected server. The vulnerability affects all versions of the Benaa Framework, and although a partial patch has been issued, the issue remains exploitable. The CVSS 3.1 score of 8.8 reflects the high impact on confidentiality, integrity, and availability, combined with low attack complexity and no user interaction required. No known exploits are currently reported in the wild, but the vulnerability’s characteristics make it a prime target for attackers seeking to compromise WordPress sites leveraging this framework. Given WordPress’s widespread use and the popularity of G5Theme products on marketplaces like Envato, the vulnerability poses a broad risk to websites using these themes and plugins.
Potential Impact
For European organizations, the impact of this vulnerability can be severe. Many businesses, government agencies, and educational institutions in Europe rely on WordPress for their web presence, including e-commerce, content management, and customer engagement. Exploitation could lead to unauthorized access to sensitive data, defacement of websites, disruption of services, and use of compromised servers as pivot points for further attacks within internal networks. The ability for low-privilege authenticated users to escalate to remote code execution means insider threats or compromised low-level accounts could cause disproportionate damage. Additionally, the persistence of the vulnerability despite partial patches increases the risk of exploitation over time. Organizations handling personal data under GDPR must also consider the regulatory implications of breaches resulting from this vulnerability, including potential fines and reputational damage.
Mitigation Recommendations
1. Immediate comprehensive patching: Organizations should verify whether their WordPress installations use the G5Theme Benaa Framework or related plugins/themes and apply any available full patches or updates from the vendor or marketplace. Since partial patches exist, confirm that the latest fixes fully address the ajaxUploadFonts() capability checks. 2. Restrict user roles: Limit Subscriber-level and other low-privilege accounts from accessing functionalities that allow file uploads or ajaxUploadFonts() calls, possibly via custom role hardening or plugin-based restrictions. 3. Implement Web Application Firewalls (WAF): Deploy WAF rules that detect and block suspicious file upload attempts targeting ajaxUploadFonts() endpoints, including filtering file types and request patterns. 4. Monitor logs and file systems: Set up monitoring to detect unusual file uploads, especially executable or script files in upload directories, and audit user activities related to file uploads. 5. Harden server configurations: Disable execution permissions on upload directories to prevent execution of uploaded malicious files, and use security modules like mod_security or equivalent. 6. Conduct regular security assessments: Perform vulnerability scans and penetration tests focusing on WordPress plugins and themes to identify similar weaknesses. 7. Educate users: Train site administrators and users on the risks of privilege escalation and the importance of strong authentication and role management.
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-15T18:30:23.100Z
- Cisa Enriched
- true
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 682d9838c4522896dcbec0c3
Added to database: 5/21/2025, 9:09:12 AM
Last enriched: 6/25/2025, 11:13:18 PM
Last updated: 8/17/2025, 3:03:03 PM
Views: 15
Related Threats
CVE-2025-53948: CWE-415 Double Free in Santesoft Sante PACS Server
HighCVE-2025-52584: CWE-122 Heap-based Buffer Overflow in Ashlar-Vellum Cobalt
HighCVE-2025-46269: CWE-122 Heap-based Buffer Overflow in Ashlar-Vellum Cobalt
HighCVE-2025-54862: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in Santesoft Sante PACS Server
MediumCVE-2025-54759: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in Santesoft Sante PACS Server
MediumActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
External Links
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.