CVE-2024-13645: CWE-94 Improper Control of Generation of Code ('Code Injection') in tagDiv tagDiv Composer
CVE-2024-13645 is a critical vulnerability in the tagDiv Composer WordPress plugin affecting all versions up to 5. 3. It involves PHP Object Instantiation via the module parameter, allowing unauthenticated attackers to instantiate PHP objects. While the vulnerability alone does not enable exploitation, if another plugin or theme with a Property Oriented Programming (POP) chain is present, attackers can leverage this to delete files, access sensitive data, or execute arbitrary code. The vulnerability has a CVSS score of 9. 8, indicating high impact on confidentiality, integrity, and availability without requiring authentication or user interaction. No known exploits are currently observed in the wild. Organizations using tagDiv Composer alongside other vulnerable plugins or themes are at significant risk. Immediate patching or mitigation is critical to prevent potential chained attacks.
AI Analysis
Technical Summary
CVE-2024-13645 is a critical security vulnerability classified under CWE-94 (Improper Control of Generation of Code, specifically code injection) found in the tagDiv Composer plugin for WordPress. This vulnerability exists in all versions up to and including 5.3 and allows unauthenticated attackers to instantiate PHP objects through the 'module' parameter. The core issue is PHP Object Instantiation, which by itself does not lead to direct exploitation because no gadget or POP chain is present within the tagDiv Composer plugin to facilitate malicious actions. However, if the target WordPress installation includes other plugins or themes that contain a POP chain, attackers can chain this vulnerability with those gadgets to perform dangerous operations such as arbitrary file deletion, sensitive data retrieval, or remote code execution. The vulnerability is remotely exploitable over the network without any authentication or user interaction, making it highly dangerous. The CVSS 3.1 base score of 9.8 reflects the critical severity, with attack vector network (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N), and high impact on confidentiality, integrity, and availability (C:H/I:H/A:H). No patches or fixes are currently linked, and no known exploits have been detected in the wild yet, but the potential for severe damage is significant if exploited in combination with other vulnerable components.
Potential Impact
The impact of CVE-2024-13645 is severe for organizations using the tagDiv Composer plugin in their WordPress environments, especially when combined with other plugins or themes that provide POP chains. Successful exploitation can lead to complete compromise of the affected website, including arbitrary code execution, deletion of critical files, and exposure of sensitive data such as user credentials or business information. This can result in website defacement, data breaches, loss of customer trust, and potential lateral movement within the hosting environment. Given WordPress's widespread use globally, many organizations, including small businesses, media outlets, and enterprises relying on tagDiv Composer, are at risk. The vulnerability's unauthenticated remote exploitability increases the likelihood of automated attacks and mass exploitation campaigns once exploit code becomes available. Additionally, compromised sites can be used as launchpads for further attacks, including malware distribution or phishing campaigns, amplifying the overall threat landscape.
Mitigation Recommendations
To mitigate CVE-2024-13645 effectively, organizations should first verify if they are using the tagDiv Composer plugin and identify the version in use. Immediate actions include: 1) Temporarily disabling or removing the tagDiv Composer plugin until a security patch or update is released by the vendor; 2) Conducting a thorough audit of all installed WordPress plugins and themes to identify any that contain POP chains or are known to be vulnerable to object injection attacks; 3) Applying strict input validation and sanitization on parameters, especially those like 'module' that are exposed to unauthenticated users; 4) Employing Web Application Firewalls (WAFs) with rules designed to detect and block PHP object injection attempts and suspicious parameter usage; 5) Monitoring logs for unusual activity related to the 'module' parameter or PHP object instantiation patterns; 6) Keeping all WordPress components up to date and subscribing to vendor security advisories for timely patching; 7) Implementing least privilege principles on the hosting environment to limit the impact of potential exploitation; 8) Considering isolation of critical WordPress sites and regular backups to enable quick recovery in case of compromise. These steps go beyond generic advice by focusing on the specific attack vector and the chaining nature of this vulnerability.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan, Italy, Spain
CVE-2024-13645: CWE-94 Improper Control of Generation of Code ('Code Injection') in tagDiv tagDiv Composer
Description
CVE-2024-13645 is a critical vulnerability in the tagDiv Composer WordPress plugin affecting all versions up to 5. 3. It involves PHP Object Instantiation via the module parameter, allowing unauthenticated attackers to instantiate PHP objects. While the vulnerability alone does not enable exploitation, if another plugin or theme with a Property Oriented Programming (POP) chain is present, attackers can leverage this to delete files, access sensitive data, or execute arbitrary code. The vulnerability has a CVSS score of 9. 8, indicating high impact on confidentiality, integrity, and availability without requiring authentication or user interaction. No known exploits are currently observed in the wild. Organizations using tagDiv Composer alongside other vulnerable plugins or themes are at significant risk. Immediate patching or mitigation is critical to prevent potential chained attacks.
AI-Powered Analysis
Technical Analysis
CVE-2024-13645 is a critical security vulnerability classified under CWE-94 (Improper Control of Generation of Code, specifically code injection) found in the tagDiv Composer plugin for WordPress. This vulnerability exists in all versions up to and including 5.3 and allows unauthenticated attackers to instantiate PHP objects through the 'module' parameter. The core issue is PHP Object Instantiation, which by itself does not lead to direct exploitation because no gadget or POP chain is present within the tagDiv Composer plugin to facilitate malicious actions. However, if the target WordPress installation includes other plugins or themes that contain a POP chain, attackers can chain this vulnerability with those gadgets to perform dangerous operations such as arbitrary file deletion, sensitive data retrieval, or remote code execution. The vulnerability is remotely exploitable over the network without any authentication or user interaction, making it highly dangerous. The CVSS 3.1 base score of 9.8 reflects the critical severity, with attack vector network (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N), and high impact on confidentiality, integrity, and availability (C:H/I:H/A:H). No patches or fixes are currently linked, and no known exploits have been detected in the wild yet, but the potential for severe damage is significant if exploited in combination with other vulnerable components.
Potential Impact
The impact of CVE-2024-13645 is severe for organizations using the tagDiv Composer plugin in their WordPress environments, especially when combined with other plugins or themes that provide POP chains. Successful exploitation can lead to complete compromise of the affected website, including arbitrary code execution, deletion of critical files, and exposure of sensitive data such as user credentials or business information. This can result in website defacement, data breaches, loss of customer trust, and potential lateral movement within the hosting environment. Given WordPress's widespread use globally, many organizations, including small businesses, media outlets, and enterprises relying on tagDiv Composer, are at risk. The vulnerability's unauthenticated remote exploitability increases the likelihood of automated attacks and mass exploitation campaigns once exploit code becomes available. Additionally, compromised sites can be used as launchpads for further attacks, including malware distribution or phishing campaigns, amplifying the overall threat landscape.
Mitigation Recommendations
To mitigate CVE-2024-13645 effectively, organizations should first verify if they are using the tagDiv Composer plugin and identify the version in use. Immediate actions include: 1) Temporarily disabling or removing the tagDiv Composer plugin until a security patch or update is released by the vendor; 2) Conducting a thorough audit of all installed WordPress plugins and themes to identify any that contain POP chains or are known to be vulnerable to object injection attacks; 3) Applying strict input validation and sanitization on parameters, especially those like 'module' that are exposed to unauthenticated users; 4) Employing Web Application Firewalls (WAFs) with rules designed to detect and block PHP object injection attempts and suspicious parameter usage; 5) Monitoring logs for unusual activity related to the 'module' parameter or PHP object instantiation patterns; 6) Keeping all WordPress components up to date and subscribing to vendor security advisories for timely patching; 7) Implementing least privilege principles on the hosting environment to limit the impact of potential exploitation; 8) Considering isolation of critical WordPress sites and regular backups to enable quick recovery in case of compromise. These steps go beyond generic advice by focusing on the specific attack vector and the chaining nature of this vulnerability.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-23T09:03:08.847Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e64b7ef31ef0b59fdec
Added to database: 2/25/2026, 9:49:24 PM
Last enriched: 2/25/2026, 10:57:34 PM
Last updated: 2/26/2026, 11:39:13 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighTrend Micro Patches Critical Apex One Vulnerabilities
CriticalCVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.