Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Network-accessible with no authentication required (PR:N) per broken access control; scope unchanged (S:U) and impact limited to integrity modification (I:L) with no confidentiality or availability consequence.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Ebook Store <= 6.19 versions.
AnalysisAI
Broken access control in the Ebook Store WordPress plugin (versions ≤ 6.19) exposes restricted plugin functionality to unauthenticated remote attackers due to missing authorization checks (CWE-862). The CVSS vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N) confirms exploitation requires no credentials and no user interaction, with the impact limited to unauthorized integrity modifications - no data disclosure or availability impact is indicated. No public exploit code or active exploitation has been identified at time of analysis.
Technical ContextAI
CWE-862 (Missing Authorization) denotes that the plugin registers one or more WordPress actions or REST endpoints without verifying whether the requesting user holds the necessary capability before executing the associated logic. The affected product is the Ebook Store plugin by motov.net (CPE: cpe:2.3:a:motov.net:ebook_store:*:*:*:*:*:*:*:*), a WordPress e-commerce plugin designed to sell digital ebook content. In the WordPress ecosystem, broken access control vulnerabilities of this class typically arise when plugin developers register AJAX handlers via wp_ajax_nopriv_ hooks - which execute for unauthenticated users - or omit current_user_can() capability checks before performing privileged operations. The I:L and C:N/A:N impact profile suggests the exploitable action modifies or writes data rather than disclosing it.
RemediationAI
Update the Ebook Store WordPress plugin to a version beyond 6.19 once the vendor releases a patched build; no exact fix version is confirmed in the available data and the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/ebook-store/vulnerability/wordpress-ebook-store-plugin-6-19-broken-access-control-vulnerability-2 should be monitored for a confirmed patch release. As an immediate compensating control, administrators should consider temporarily deactivating the plugin until a patch is available - this eliminates exposure completely but disables all ebook store functionality for site visitors. Alternatively, a Web Application Firewall rule can be configured to block unauthenticated POST requests to plugin-specific admin-ajax.php actions or REST endpoints registered by ebook-store, though this requires identifying the specific endpoint name from code review and may cause false positives if the WAF rule is too broad. Restricting wp-admin/admin-ajax.php access to authenticated sessions at the server level is not viable for this class of flaw if the plugin legitimately serves unauthenticated users.
More in Ebook Store
View allThe Ebook Store WordPress plugin before 5.8015 does not escape the $_SERVER['REQUEST_URI'] parameter before outputting i
Missing Authorization vulnerability in motov.net Ebook Store ebook-store allows Exploiting Incorrectly Configured Access
Sensitive data exposure in the Ebook Store plugin for WordPress versions 6.19 and below allows unauthenticated remote at
The Ebook Store plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of add_query_arg wit
The Ebook Store plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'step' parameter in all ver
Unauth. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low at
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Shopfiles Ltd Eboo
The Ebook Store plugin for WordPress is vulnerable to Full Path Disclosure in all versions up to, and including, 5.8001.
Broken access control in the Ebook Store WordPress plugin (versions ≤ 6.19) permits unauthenticated remote attackers to
Auth. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. No vendor pat
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48218
GHSA-fvp7-9cw9-7x5f