CVE-2024-11876: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in yoannr35 Kredeum NFTs, the easiest way to sell your NFTs directly on your WordPress site
CVE-2024-11876 is a stored Cross-Site Scripting (XSS) vulnerability in the Kredeum NFTs WordPress plugin, affecting all versions up to 1. 6. 9. The flaw arises from improper sanitization and escaping of user-supplied input in the 'kredeum_opensky' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects websites leveraging this NFT sales plugin, with higher risk in countries with widespread WordPress usage and NFT market activity.
AI Analysis
Technical Summary
CVE-2024-11876 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Kredeum NFTs WordPress plugin, which facilitates direct NFT sales on WordPress sites. The vulnerability exists due to improper neutralization of input during web page generation, specifically within the 'kredeum_opensky' shortcode. The plugin fails to sufficiently sanitize and escape user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently and executed in the context of any user who accesses the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability is exploitable remotely over the network without user interaction but requires authenticated access, which limits the attack surface to users with at least contributor privileges. The CVSS 3.1 score of 6.4 reflects a medium severity, indicating moderate impact on confidentiality and integrity but no impact on availability. No public exploits have been reported yet, but the vulnerability poses a significant risk to WordPress sites using this plugin, especially those with multiple contributors or less stringent access controls. The issue underscores the importance of proper input validation and output encoding in plugin development to prevent injection attacks.
Potential Impact
The vulnerability allows attackers with contributor-level access to inject persistent malicious scripts into WordPress pages, which execute in the browsers of any users visiting those pages. This can lead to session hijacking, theft of sensitive information such as authentication tokens, unauthorized actions performed on behalf of users, and potential defacement or redirection to malicious sites. For organizations, this can result in compromised user accounts, loss of customer trust, reputational damage, and potential regulatory consequences if user data is exposed. Since the plugin is related to NFT sales, attackers could also manipulate NFT transactions or listings, causing financial loss or fraud. The requirement for authenticated access reduces the risk from external anonymous attackers but elevates the threat from insider attackers or compromised contributor accounts. The vulnerability affects the integrity and confidentiality of affected sites but does not impact availability directly. Organizations relying on this plugin for NFT sales on WordPress sites are at risk, especially if they have multiple contributors or weak access controls.
Mitigation Recommendations
1. Immediately update the Kredeum NFTs plugin to a patched version once available from the vendor. Monitor the vendor’s announcements for security updates. 2. If a patch is not yet available, restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. 3. Implement a Web Application Firewall (WAF) with custom rules to detect and block suspicious script injections targeting the 'kredeum_opensky' shortcode parameters. 4. Conduct a thorough audit of existing content generated by the plugin to identify and remove any injected malicious scripts. 5. Harden WordPress security by enforcing strong authentication, limiting plugin installation permissions, and monitoring user activities for anomalous behavior. 6. Educate contributors about safe input practices and the risks of injecting untrusted content. 7. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. 8. Regularly back up WordPress sites to enable quick restoration in case of compromise. These steps go beyond generic advice by focusing on access control, proactive detection, and content auditing specific to this plugin’s vulnerability.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, South Korea, Singapore
CVE-2024-11876: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in yoannr35 Kredeum NFTs, the easiest way to sell your NFTs directly on your WordPress site
Description
CVE-2024-11876 is a stored Cross-Site Scripting (XSS) vulnerability in the Kredeum NFTs WordPress plugin, affecting all versions up to 1. 6. 9. The flaw arises from improper sanitization and escaping of user-supplied input in the 'kredeum_opensky' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects websites leveraging this NFT sales plugin, with higher risk in countries with widespread WordPress usage and NFT market activity.
AI-Powered Analysis
Technical Analysis
CVE-2024-11876 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Kredeum NFTs WordPress plugin, which facilitates direct NFT sales on WordPress sites. The vulnerability exists due to improper neutralization of input during web page generation, specifically within the 'kredeum_opensky' shortcode. The plugin fails to sufficiently sanitize and escape user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently and executed in the context of any user who accesses the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability is exploitable remotely over the network without user interaction but requires authenticated access, which limits the attack surface to users with at least contributor privileges. The CVSS 3.1 score of 6.4 reflects a medium severity, indicating moderate impact on confidentiality and integrity but no impact on availability. No public exploits have been reported yet, but the vulnerability poses a significant risk to WordPress sites using this plugin, especially those with multiple contributors or less stringent access controls. The issue underscores the importance of proper input validation and output encoding in plugin development to prevent injection attacks.
Potential Impact
The vulnerability allows attackers with contributor-level access to inject persistent malicious scripts into WordPress pages, which execute in the browsers of any users visiting those pages. This can lead to session hijacking, theft of sensitive information such as authentication tokens, unauthorized actions performed on behalf of users, and potential defacement or redirection to malicious sites. For organizations, this can result in compromised user accounts, loss of customer trust, reputational damage, and potential regulatory consequences if user data is exposed. Since the plugin is related to NFT sales, attackers could also manipulate NFT transactions or listings, causing financial loss or fraud. The requirement for authenticated access reduces the risk from external anonymous attackers but elevates the threat from insider attackers or compromised contributor accounts. The vulnerability affects the integrity and confidentiality of affected sites but does not impact availability directly. Organizations relying on this plugin for NFT sales on WordPress sites are at risk, especially if they have multiple contributors or weak access controls.
Mitigation Recommendations
1. Immediately update the Kredeum NFTs plugin to a patched version once available from the vendor. Monitor the vendor’s announcements for security updates. 2. If a patch is not yet available, restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. 3. Implement a Web Application Firewall (WAF) with custom rules to detect and block suspicious script injections targeting the 'kredeum_opensky' shortcode parameters. 4. Conduct a thorough audit of existing content generated by the plugin to identify and remove any injected malicious scripts. 5. Harden WordPress security by enforcing strong authentication, limiting plugin installation permissions, and monitoring user activities for anomalous behavior. 6. Educate contributors about safe input practices and the risks of injecting untrusted content. 7. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. 8. Regularly back up WordPress sites to enable quick restoration in case of compromise. These steps go beyond generic advice by focusing on access control, proactive detection, and content auditing specific to this plugin’s vulnerability.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-11-27T15:29:44.123Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e24b7ef31ef0b596a70
Added to database: 2/25/2026, 9:48:20 PM
Last enriched: 2/26/2026, 7:59:02 AM
Last updated: 2/26/2026, 9:41:39 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-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
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
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.