The Orderable – WordPress Restaurant Online Ordering System and Food Ordering Plugin plugin for WordPress is vulnerable to unauthorized plugin installation due to a missing capability check on the 'install_plugin' function in all versions up to, and including, 1.20.0. This makes it possible for authenticated attackers, with Subscriber-level access and above, to install arbitrary plugins, which can lead to Remote Code Execution.
Security readout for executives and security teams
Plain-English summary
A low-privileged WordPress user could abuse the Orderable plugin to install arbitrary plugins. For a restaurant ordering site, that can move from a basic account to full site compromise because malicious or vulnerable plugins can enable remote code execution.
Executive priority
Treat as high priority for any production WordPress ordering site. The business risk is full website compromise, order disruption, customer data exposure, and reputational harm if low-privileged accounts exist.
Technical view
Orderable versions up to and including 1.20.0 lack an authorization check on the install_plugin function. The issue is classified as CWE-862 with CVSS 8.8. Sources state authenticated Subscriber-level users can install arbitrary plugins, potentially leading to remote code execution.
Likely exposure
WordPress sites running Orderable <= 1.20.0 are most exposed, especially if customer, staff, or public registration creates Subscriber-level accounts. Sites without untrusted authenticated users have lower practical exposure but should still remediate.
Exploitation context
The provided bundle does not show CISA KEV listing or cited evidence of active exploitation. The attack path requires authenticated access at Subscriber level or higher. The main risk is privilege escalation through plugin installation, not unauthenticated internet-wide scanning.
Researcher notes
Evidence identifies a missing capability check in class-ajax.php around install_plugin and a WordPress.org changeset. The CVE affected metadata in the bundle appears sparse, so rely on the description, Wordfence entry, and changeset for version scope.
Mitigation direction
Update Orderable to a vendor-provided fixed version newer than 1.20.0, if available.
Review the WordPress.org changeset 3465392 and vendor guidance before deployment.
Disable public user registration if it is not required.
Remove unnecessary Subscriber accounts and enforce least privilege.
Monitor for unexpected plugin installations or newly activated plugins.
Validation and detection
Inventory WordPress sites using the Orderable plugin.
Confirm installed Orderable versions and flag versions <= 1.20.0.
Check whether untrusted users can authenticate as Subscriber or higher.
Review WordPress plugin installation logs and filesystem changes.
Verify the vulnerable install_plugin handler is no longer reachable without proper capability checks.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
4Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.