PT-2026-51690 · WordPress · Devs Accounting
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
Devs Accounting – Simple Accounting and Invoicing Solution versions prior to 1.2.1
Description
A missing capability check in the
delete single account() function allows unauthorized modification or deletion of data. The REST route '/devs-accounting/v1/delete-account/(?Pd+)' is registered without a permission callback, exposing the endpoint to public, unauthenticated access. This enables unauthenticated attackers to soft-delete arbitrary accounting account records within wp dac accounts by sending a GET request to the endpoint using the id variable.Recommendations
Update the plugin to a version later than 1.2.0.
As a temporary workaround, restrict public access to the '/devs-accounting/v1/delete-account/(?Pd+)' endpoint.
Fix
Missing Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Devs Accounting