LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0550: Quick Restaurant Menu <= 2.0.2 - Insecure Direct Object Reference

The Quick Restaurant Menu plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 2.0.2. This is due to the fact that during menu item deletion/modification, the plugin does not verify that the post ID provided to the AJAX action is indeed a menu item. This makes it possible for authenticated attackers, with subscriber-level access or higher, to modify or delete arbitrary posts.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A low-privileged WordPress user could abuse Quick Restaurant Menu to change or delete posts that were not restaurant menu items. For a business site, the main impact is content integrity and availability: pages, posts, or operational content could be damaged by any authenticated account with subscriber access or higher.

Executive priority

Treat this as high priority for affected WordPress sites, especially where customers, contributors, or unknown users can hold accounts. It is not documented as actively exploited here, but the business impact can be visible content loss or unauthorized changes.

Technical view

CVE-2023-0550 is an IDOR in Quick Restaurant Menu through 2.0.2. The AJAX delete/modify flow accepted a post ID without verifying that the post was a menu item. Authenticated users with subscriber-level access or higher could modify or delete arbitrary posts. CVSS is 8.1, CWE-639.

Likely exposure

Exposure is limited to WordPress sites running Quick Restaurant Menu versions up to and including 2.0.2, where untrusted or compromised subscriber-level accounts exist. The provided sources do not indicate unauthenticated exploitation.

Exploitation context

The CVE is not marked in CISA KEV, and the supplied sources do not claim active exploitation. Abuse requires an authenticated WordPress account with at least subscriber privileges, but the impact can include arbitrary post modification or deletion.

Researcher notes

Focus review on the plugin AJAX handlers for menu item modification and deletion. The key authorization flaw is object validation: a supplied post ID was not constrained to the expected menu item type before destructive or modifying actions.

Mitigation direction

  • Upgrade Quick Restaurant Menu beyond 2.0.2 using official WordPress plugin guidance.
  • Disable or remove the plugin until a fixed version is confirmed.
  • Review subscriber and low-privilege accounts for unnecessary access.
  • Restrict public registration if subscriber accounts are not business-required.
  • Back up affected WordPress content before remediation.

Validation and detection

  • Inventory WordPress sites for the Quick Restaurant Menu plugin.
  • Confirm installed plugin versions are not 2.0.2 or older.
  • Review logs for unexpected post edits or deletions by low-privilege users.
  • Check WordPress users with subscriber-level or higher access.
  • Validate content backups can restore modified or deleted posts.
Prepared
Confidence
high
Sources
6

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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2023-0550 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
0Timeline events
0ADP providers
6Source links

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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2023-0550Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
alejandropascualQuick Restaurant Menu0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.