CVE-2024-13512: CWE-352 Cross-Site Request Forgery (CSRF) in edigermatthew Wonder FontAwesome
CVE-2024-13512 is a Cross-Site Request Forgery (CSRF) vulnerability affecting all versions of the Wonder FontAwesome WordPress plugin up to 0. 8. The flaw arises from missing or incorrect nonce validation, allowing unauthenticated attackers to trick site administrators into executing unauthorized actions, such as updating plugin settings or injecting malicious scripts. Exploitation requires user interaction, specifically an administrator clicking a crafted link. The vulnerability impacts confidentiality and integrity but does not affect availability. No known exploits are currently reported in the wild. The CVSS score is 6. 1 (medium severity), reflecting the moderate risk due to ease of exploitation and potential impact. Organizations using this plugin should prioritize patching or implementing nonce validation and user interaction safeguards to mitigate risk. Countries with significant WordPress usage and high adoption of this plugin, including the United States, Germany, United Kingdom, Canada, Australia, and India, are most likely to be affected.
AI Analysis
Technical Summary
CVE-2024-13512 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the Wonder FontAwesome plugin for WordPress, maintained by edigermatthew. This vulnerability exists in all versions up to and including 0.8 due to missing or incorrect nonce validation on one of the plugin's functions. Nonces in WordPress are security tokens used to verify that requests are intentional and originate from legitimate users. The absence or improper implementation of nonce checks allows an attacker to craft malicious requests that, if executed by an authenticated administrator (via clicking a link or visiting a malicious page), can update plugin settings or inject malicious web scripts. This can lead to unauthorized changes in site configuration and potential cross-site scripting (XSS) attacks, compromising site confidentiality and integrity. The vulnerability requires no prior authentication but does require user interaction (an admin clicking a malicious link). The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) indicates network attack vector, low attack complexity, no privileges required, user interaction required, scope changed, and low impact on confidentiality and integrity with no impact on availability. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability was published on January 30, 2025, and assigned by Wordfence. Given the plugin's integration with WordPress, a widely used CMS, this vulnerability poses a moderate risk to affected sites.
Potential Impact
The primary impact of this vulnerability is unauthorized modification of plugin settings and potential injection of malicious scripts, which can lead to compromised site integrity and confidentiality. Attackers can leverage this to conduct further attacks such as persistent cross-site scripting (XSS), potentially stealing sensitive user data or hijacking administrator sessions. Although availability is not directly affected, the integrity and confidentiality breaches can damage organizational reputation and user trust. Since the exploit requires an administrator to interact with a malicious link, social engineering is a key component, increasing the risk for organizations with less security-aware administrators. The vulnerability affects all sites using the Wonder FontAwesome plugin up to version 0.8, which could be widespread given WordPress's global popularity. Organizations relying on this plugin for site aesthetics or functionality may face increased risk of targeted attacks, especially if they do not implement additional security controls or timely updates.
Mitigation Recommendations
1. Immediately update the Wonder FontAwesome plugin to a version that includes proper nonce validation once available. 2. If no patch is available, implement manual nonce checks in the plugin code to validate all state-changing requests. 3. Educate site administrators about the risks of clicking unknown or suspicious links, especially when logged into administrative accounts. 4. Employ Web Application Firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting WordPress plugins. 5. Restrict administrative access to trusted IP addresses or use multi-factor authentication to reduce the risk of compromised admin sessions. 6. Regularly audit plugin settings and site content for unauthorized changes or injected scripts. 7. Consider disabling or removing the Wonder FontAwesome plugin if it is not essential to reduce the attack surface. 8. Monitor security advisories from the plugin vendor and WordPress security teams for updates or patches.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Netherlands, Brazil, Japan
CVE-2024-13512: CWE-352 Cross-Site Request Forgery (CSRF) in edigermatthew Wonder FontAwesome
Description
CVE-2024-13512 is a Cross-Site Request Forgery (CSRF) vulnerability affecting all versions of the Wonder FontAwesome WordPress plugin up to 0. 8. The flaw arises from missing or incorrect nonce validation, allowing unauthenticated attackers to trick site administrators into executing unauthorized actions, such as updating plugin settings or injecting malicious scripts. Exploitation requires user interaction, specifically an administrator clicking a crafted link. The vulnerability impacts confidentiality and integrity but does not affect availability. No known exploits are currently reported in the wild. The CVSS score is 6. 1 (medium severity), reflecting the moderate risk due to ease of exploitation and potential impact. Organizations using this plugin should prioritize patching or implementing nonce validation and user interaction safeguards to mitigate risk. Countries with significant WordPress usage and high adoption of this plugin, including the United States, Germany, United Kingdom, Canada, Australia, and India, are most likely to be affected.
AI-Powered Analysis
Technical Analysis
CVE-2024-13512 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the Wonder FontAwesome plugin for WordPress, maintained by edigermatthew. This vulnerability exists in all versions up to and including 0.8 due to missing or incorrect nonce validation on one of the plugin's functions. Nonces in WordPress are security tokens used to verify that requests are intentional and originate from legitimate users. The absence or improper implementation of nonce checks allows an attacker to craft malicious requests that, if executed by an authenticated administrator (via clicking a link or visiting a malicious page), can update plugin settings or inject malicious web scripts. This can lead to unauthorized changes in site configuration and potential cross-site scripting (XSS) attacks, compromising site confidentiality and integrity. The vulnerability requires no prior authentication but does require user interaction (an admin clicking a malicious link). The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) indicates network attack vector, low attack complexity, no privileges required, user interaction required, scope changed, and low impact on confidentiality and integrity with no impact on availability. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability was published on January 30, 2025, and assigned by Wordfence. Given the plugin's integration with WordPress, a widely used CMS, this vulnerability poses a moderate risk to affected sites.
Potential Impact
The primary impact of this vulnerability is unauthorized modification of plugin settings and potential injection of malicious scripts, which can lead to compromised site integrity and confidentiality. Attackers can leverage this to conduct further attacks such as persistent cross-site scripting (XSS), potentially stealing sensitive user data or hijacking administrator sessions. Although availability is not directly affected, the integrity and confidentiality breaches can damage organizational reputation and user trust. Since the exploit requires an administrator to interact with a malicious link, social engineering is a key component, increasing the risk for organizations with less security-aware administrators. The vulnerability affects all sites using the Wonder FontAwesome plugin up to version 0.8, which could be widespread given WordPress's global popularity. Organizations relying on this plugin for site aesthetics or functionality may face increased risk of targeted attacks, especially if they do not implement additional security controls or timely updates.
Mitigation Recommendations
1. Immediately update the Wonder FontAwesome plugin to a version that includes proper nonce validation once available. 2. If no patch is available, implement manual nonce checks in the plugin code to validate all state-changing requests. 3. Educate site administrators about the risks of clicking unknown or suspicious links, especially when logged into administrative accounts. 4. Employ Web Application Firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting WordPress plugins. 5. Restrict administrative access to trusted IP addresses or use multi-factor authentication to reduce the risk of compromised admin sessions. 6. Regularly audit plugin settings and site content for unauthorized changes or injected scripts. 7. Consider disabling or removing the Wonder FontAwesome plugin if it is not essential to reduce the attack surface. 8. Monitor security advisories from the plugin vendor and WordPress security teams for updates or patches.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-17T15:54:34.012Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e5cb7ef31ef0b59eedd
Added to database: 2/25/2026, 9:49:16 PM
Last enriched: 2/26/2026, 12:28:48 AM
Last updated: 2/26/2026, 8:05:36 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-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
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.