CVE-2024-5677: CWE-862 Missing Authorization in aumkub Featured Image Generator
CVE-2024-5677 is a medium severity vulnerability in the Featured Image Generator WordPress plugin by aumkub, affecting all versions up to 1. 3. 1. It arises from a missing authorization check in the fig_save_after_generate_image function, allowing authenticated users with Subscriber-level access or higher to upload arbitrary images to post galleries. This flaw does not require user interaction beyond authentication and does not impact confidentiality or availability but can affect data integrity by enabling unauthorized content uploads. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize updating or applying patches once available, restrict user roles carefully, and monitor for suspicious uploads. Countries with significant WordPress usage and large WordPress-based websites, including the United States, Germany, United Kingdom, Canada, Australia, and India, are most likely to be affected. The vulnerability's CVSS score is 4. 3, reflecting a medium severity level due to its limited impact scope and requirement for authenticated access.
AI Analysis
Technical Summary
CVE-2024-5677 is a vulnerability identified in the Featured Image Generator plugin for WordPress, developed by aumkub. The issue stems from a missing authorization check in the function fig_save_after_generate_image, which is responsible for handling image uploads after generation. This missing capability check allows any authenticated user with at least Subscriber-level privileges to upload arbitrary images to galleries associated with posts. Since Subscriber roles typically have minimal permissions, this vulnerability effectively escalates their ability to modify post-related media content without proper authorization. The vulnerability affects all versions up to and including 1.3.1 of the plugin. The CVSS 3.1 base score is 4.3 (medium severity), with an attack vector of network (remote exploitation), low attack complexity, requiring privileges (authenticated user), no user interaction, and impacting integrity only. The flaw does not affect confidentiality or availability, and no known exploits have been reported in the wild to date. The vulnerability is classified under CWE-862 (Missing Authorization). The absence of a patch link suggests that a fix may not yet be publicly available, emphasizing the need for caution and mitigation by administrators.
Potential Impact
The primary impact of CVE-2024-5677 is on data integrity within WordPress sites using the affected plugin. Attackers with Subscriber-level access can upload arbitrary images to post galleries, potentially leading to unauthorized content injection. This could be leveraged for defacement, distribution of malicious images, or embedding links to phishing or malware sites, indirectly impacting site reputation and user trust. Although the vulnerability does not directly compromise confidentiality or availability, the unauthorized content upload could facilitate further attacks such as social engineering or malware delivery. Organizations with large WordPress deployments or user bases that allow Subscriber-level accounts are at risk of exploitation. The impact is somewhat limited by the requirement for authenticated access, but given the widespread use of WordPress and the plugin, the vulnerability poses a moderate risk globally.
Mitigation Recommendations
To mitigate CVE-2024-5677, organizations should first verify if they use the Featured Image Generator plugin and identify the version in use. Until an official patch is released, administrators should consider the following steps: 1) Restrict Subscriber-level accounts from uploading media by adjusting WordPress capabilities or using role management plugins to remove upload permissions from low-privilege users; 2) Monitor media libraries and post galleries for unauthorized or suspicious images; 3) Implement web application firewalls (WAFs) with custom rules to detect and block unauthorized image upload attempts targeting the vulnerable function; 4) Limit plugin usage to trusted users only and consider disabling or removing the plugin if not essential; 5) Stay updated with vendor announcements for patches and apply them promptly once available; 6) Conduct regular audits of user roles and permissions to ensure minimal privilege principles are enforced; 7) Employ content security policies (CSP) and malware scanning on uploaded media to detect and prevent malicious content distribution.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Brazil, Netherlands, Japan
CVE-2024-5677: CWE-862 Missing Authorization in aumkub Featured Image Generator
Description
CVE-2024-5677 is a medium severity vulnerability in the Featured Image Generator WordPress plugin by aumkub, affecting all versions up to 1. 3. 1. It arises from a missing authorization check in the fig_save_after_generate_image function, allowing authenticated users with Subscriber-level access or higher to upload arbitrary images to post galleries. This flaw does not require user interaction beyond authentication and does not impact confidentiality or availability but can affect data integrity by enabling unauthorized content uploads. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize updating or applying patches once available, restrict user roles carefully, and monitor for suspicious uploads. Countries with significant WordPress usage and large WordPress-based websites, including the United States, Germany, United Kingdom, Canada, Australia, and India, are most likely to be affected. The vulnerability's CVSS score is 4. 3, reflecting a medium severity level due to its limited impact scope and requirement for authenticated access.
AI-Powered Analysis
Technical Analysis
CVE-2024-5677 is a vulnerability identified in the Featured Image Generator plugin for WordPress, developed by aumkub. The issue stems from a missing authorization check in the function fig_save_after_generate_image, which is responsible for handling image uploads after generation. This missing capability check allows any authenticated user with at least Subscriber-level privileges to upload arbitrary images to galleries associated with posts. Since Subscriber roles typically have minimal permissions, this vulnerability effectively escalates their ability to modify post-related media content without proper authorization. The vulnerability affects all versions up to and including 1.3.1 of the plugin. The CVSS 3.1 base score is 4.3 (medium severity), with an attack vector of network (remote exploitation), low attack complexity, requiring privileges (authenticated user), no user interaction, and impacting integrity only. The flaw does not affect confidentiality or availability, and no known exploits have been reported in the wild to date. The vulnerability is classified under CWE-862 (Missing Authorization). The absence of a patch link suggests that a fix may not yet be publicly available, emphasizing the need for caution and mitigation by administrators.
Potential Impact
The primary impact of CVE-2024-5677 is on data integrity within WordPress sites using the affected plugin. Attackers with Subscriber-level access can upload arbitrary images to post galleries, potentially leading to unauthorized content injection. This could be leveraged for defacement, distribution of malicious images, or embedding links to phishing or malware sites, indirectly impacting site reputation and user trust. Although the vulnerability does not directly compromise confidentiality or availability, the unauthorized content upload could facilitate further attacks such as social engineering or malware delivery. Organizations with large WordPress deployments or user bases that allow Subscriber-level accounts are at risk of exploitation. The impact is somewhat limited by the requirement for authenticated access, but given the widespread use of WordPress and the plugin, the vulnerability poses a moderate risk globally.
Mitigation Recommendations
To mitigate CVE-2024-5677, organizations should first verify if they use the Featured Image Generator plugin and identify the version in use. Until an official patch is released, administrators should consider the following steps: 1) Restrict Subscriber-level accounts from uploading media by adjusting WordPress capabilities or using role management plugins to remove upload permissions from low-privilege users; 2) Monitor media libraries and post galleries for unauthorized or suspicious images; 3) Implement web application firewalls (WAFs) with custom rules to detect and block unauthorized image upload attempts targeting the vulnerable function; 4) Limit plugin usage to trusted users only and consider disabling or removing the plugin if not essential; 5) Stay updated with vendor announcements for patches and apply them promptly once available; 6) Conduct regular audits of user roles and permissions to ensure minimal privilege principles are enforced; 7) Employ content security policies (CSP) and malware scanning on uploaded media to detect and prevent malicious content distribution.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-06-06T10:55:41.387Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6befb7ef31ef0b55cc78
Added to database: 2/25/2026, 9:38:55 PM
Last enriched: 2/26/2026, 2:46:38 AM
Last updated: 2/26/2026, 6:14:34 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.