CVE-2024-12465: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in propertyhive Property Hive Stamp Duty Calculator
CVE-2024-12465 is a stored cross-site scripting (XSS) vulnerability in the Property Hive Stamp Duty Calculator WordPress plugin, affecting all versions up to 1. 0. 22. Authenticated users with contributor-level access or higher can exploit insufficient input sanitization in the 'stamp_duty_calculator_scotland' shortcode to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking or unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no known exploits in the wild as of now. Exploitation requires authentication but no user interaction beyond page viewing. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and real estate market activity.
AI Analysis
Technical Summary
CVE-2024-12465 is a stored cross-site scripting vulnerability identified in the Property Hive Stamp Duty Calculator plugin for WordPress, specifically in the 'stamp_duty_calculator_scotland' shortcode. The flaw arises from improper neutralization of user-supplied input due to insufficient sanitization and output escaping, allowing authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially enabling session hijacking, privilege escalation, or unauthorized actions within the WordPress environment. The vulnerability affects all plugin versions up to and including 1.0.22. The CVSS 3.1 base score is 6.4 (medium severity), reflecting network attack vector, low attack complexity, requiring privileges (contributor or above), no user interaction, and partial impact on confidentiality and integrity but no impact on availability. No public exploits have been reported yet. The vulnerability's scope is confined to sites using this plugin, but the stored nature of the XSS increases risk since injected scripts persist and affect multiple users. The vulnerability was published on December 13, 2024, and assigned by Wordfence. No official patches are currently linked, so mitigation relies on access control and input validation.
Potential Impact
The primary impact of CVE-2024-12465 is the compromise of user confidentiality and integrity on affected WordPress sites. Attackers with contributor-level access can inject persistent malicious scripts that execute in the context of site visitors, potentially stealing session cookies, redirecting users to phishing sites, or performing unauthorized actions on behalf of users with higher privileges. This can lead to account takeover, data leakage, defacement, or further compromise of the WordPress environment. Since the vulnerability requires authenticated access, the initial barrier reduces risk but does not eliminate it, especially on sites with multiple contributors or less stringent access controls. The stored nature of the XSS means that once exploited, the malicious payload affects all users visiting the infected pages, amplifying the impact. Organizations relying on this plugin for real estate or property-related services may face reputational damage, loss of customer trust, and regulatory scrutiny if user data is compromised. The absence of known exploits in the wild currently limits immediate widespread impact, but the medium severity score and ease of exploitation by authenticated users warrant prompt attention.
Mitigation Recommendations
1. Immediately restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. 2. Apply strict input validation and sanitization on all user-supplied attributes related to the 'stamp_duty_calculator_scotland' shortcode, ideally using WordPress core functions like sanitize_text_field() and esc_html() or esc_attr() for output escaping. 3. Monitor and audit content created or edited by contributors for suspicious scripts or unexpected HTML tags. 4. Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads targeting this plugin's shortcode parameters. 5. Encourage the plugin vendor to release a security patch and apply it promptly once available. 6. Educate site administrators and contributors about the risks of injecting untrusted content and enforce the principle of least privilege. 7. Regularly backup site data and have an incident response plan to quickly remediate any detected compromise. 8. Consider disabling or replacing the vulnerable plugin if immediate patching is not feasible.
Affected Countries
United States, United Kingdom, Canada, Australia, Germany, France, Netherlands, Ireland, New Zealand, South Africa
CVE-2024-12465: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in propertyhive Property Hive Stamp Duty Calculator
Description
CVE-2024-12465 is a stored cross-site scripting (XSS) vulnerability in the Property Hive Stamp Duty Calculator WordPress plugin, affecting all versions up to 1. 0. 22. Authenticated users with contributor-level access or higher can exploit insufficient input sanitization in the 'stamp_duty_calculator_scotland' shortcode to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking or unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no known exploits in the wild as of now. Exploitation requires authentication but no user interaction beyond page viewing. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and real estate market activity.
AI-Powered Analysis
Technical Analysis
CVE-2024-12465 is a stored cross-site scripting vulnerability identified in the Property Hive Stamp Duty Calculator plugin for WordPress, specifically in the 'stamp_duty_calculator_scotland' shortcode. The flaw arises from improper neutralization of user-supplied input due to insufficient sanitization and output escaping, allowing authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially enabling session hijacking, privilege escalation, or unauthorized actions within the WordPress environment. The vulnerability affects all plugin versions up to and including 1.0.22. The CVSS 3.1 base score is 6.4 (medium severity), reflecting network attack vector, low attack complexity, requiring privileges (contributor or above), no user interaction, and partial impact on confidentiality and integrity but no impact on availability. No public exploits have been reported yet. The vulnerability's scope is confined to sites using this plugin, but the stored nature of the XSS increases risk since injected scripts persist and affect multiple users. The vulnerability was published on December 13, 2024, and assigned by Wordfence. No official patches are currently linked, so mitigation relies on access control and input validation.
Potential Impact
The primary impact of CVE-2024-12465 is the compromise of user confidentiality and integrity on affected WordPress sites. Attackers with contributor-level access can inject persistent malicious scripts that execute in the context of site visitors, potentially stealing session cookies, redirecting users to phishing sites, or performing unauthorized actions on behalf of users with higher privileges. This can lead to account takeover, data leakage, defacement, or further compromise of the WordPress environment. Since the vulnerability requires authenticated access, the initial barrier reduces risk but does not eliminate it, especially on sites with multiple contributors or less stringent access controls. The stored nature of the XSS means that once exploited, the malicious payload affects all users visiting the infected pages, amplifying the impact. Organizations relying on this plugin for real estate or property-related services may face reputational damage, loss of customer trust, and regulatory scrutiny if user data is compromised. The absence of known exploits in the wild currently limits immediate widespread impact, but the medium severity score and ease of exploitation by authenticated users warrant prompt attention.
Mitigation Recommendations
1. Immediately restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. 2. Apply strict input validation and sanitization on all user-supplied attributes related to the 'stamp_duty_calculator_scotland' shortcode, ideally using WordPress core functions like sanitize_text_field() and esc_html() or esc_attr() for output escaping. 3. Monitor and audit content created or edited by contributors for suspicious scripts or unexpected HTML tags. 4. Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads targeting this plugin's shortcode parameters. 5. Encourage the plugin vendor to release a security patch and apply it promptly once available. 6. Educate site administrators and contributors about the risks of injecting untrusted content and enforce the principle of least privilege. 7. Regularly backup site data and have an incident response plan to quickly remediate any detected compromise. 8. Consider disabling or replacing the vulnerable plugin if immediate patching is not feasible.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-12-10T21:54:43.808Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e3eb7ef31ef0b59b7ba
Added to database: 2/25/2026, 9:48:46 PM
Last enriched: 2/26/2026, 4:28:39 AM
Last updated: 2/26/2026, 9:12:12 AM
Views: 4
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
UnknownCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
UnknownCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
UnknownCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
UnknownCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
UnknownActions
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.