Accordion <= 2.2.96 - Missing Authorization to Authenticated(Contributor+) Post Duplication
Strategic Overview
- Status
- Patched in 2.2.97
- Affected Plugin
- Accordions
- Affected Version
<= 2.2.96- CVSS
- 5.4Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2024-1641
At a glance
CVE-2024-1641 is a medium-severity Missing Authorization vulnerability in the Accordions WordPress plugin, affecting versions <= 2.2.96. It carries a CVSS score of 5.4 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 2.2.97; sites on affected versions should update now. Disclosed March 2024, reported by Lucio Sá.
Vulnerability Overview
The Accordion plugin for WordPress is vulnerable to unauthorized access of data and modification of data due to a missing capability check on the 'accordions_duplicate_post_as_draft' function in all versions up to, and including, 2.2.96. This makes it possible for authenticated attackers, with contributor access and above, to duplicate arbitrary posts, allowing access to the contents of password-protected posts.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-862: Missing Authorization
Accordions <= 2.2.96 carries this weakness at accordions_duplicate_post_as_draft, and reaching it takes an account at Contributor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Accordions the fix is 2.2.97: builds <= 2.2.96 are affected, anything from 2.2.97 onward is not.
Remediation
Update to version 2.2.97, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Accordions 2.2.97 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Accordions
- 8.8CVE-2025-32143: Accordion <= 2.3.11 PHP Object Injection
CVE-2025-32143 - 6.4CVE-2026-10862: Accordions <= 2.3.23 Stored Cross-Site Scripting
CVE-2026-10862 - 6.4CVE-2024-47342: Accordion <= 2.2.99 Stored Cross-Site Scripting
CVE-2024-47342 - 6.4CVE-2020-13644: Accordion Unprotected AJAX Action
CVE-2020-13644 - 6.1CVE-2021-24283: Accordion <= 2.2.29 Reflected Cross-Site Scripting
CVE-2021-24283 - 5.5Accordion <= 2.2.43 Stored Cross-Site Scripting
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C