MEDIUM

CVE-2026-9175

2026-06-24 CVSS v3.1
CVSS
5.3

Description

The Devs Accounting – Simple Accounting and Invoicing Solution plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.2.0. This is due to the get_single_account() REST API callback being registered with a permission_callback that unconditionally returns true, providing no authentication or authorization checks on the /devs-accounting/v1/get-account/<id> endpoint. This makes it possible for unauthenticated attackers to read arbitrary private financial account records (including account name, bank name, and opening balance) by enumerating the numeric account ID, resulting in sensitive information disclosure.

Summary dbcve.org

The plugin registers a REST API endpoint at /devs-accounting/v1/get-account/<id> with a permission_callback that unconditionally returns true, making the get_single_account() function accessible to any unauthenticated user. Attackers can enumerate numeric account IDs to retrieve sensitive financial data including account names, bank names, and opening balances.

Mitigation

Update to version 1.2.1 or later which includes proper authorization checks; alternatively, disable the plugin until a patched version is available.

Weakness (CWE)

CWE-862 Missing Authorization

EPSS Score

0.49%
Probability of exploitation in next 30 days
41.1th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE