LiveActive security incident?Get immediate response
CVE Record

CVE-2026-0974: Orderable <= 1.20.0 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Plugin Installation

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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
5

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-0974 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2026-0974Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineWordfence

    Disclosed

  3. CVE publishedCVE Program

    The CVE record was published.

  4. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
orderableOrderable – Restaurant & Food Ordering System0unaffected
Weakness

CWE details

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.