LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13792: WooCommerce Food - Restaurant Menu & Food ordering <= 3.3.2 - Unauthenticated Arbitrary Shortcode Execution via ids

The WooCommerce Food - Restaurant Menu & Food ordering plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.3.2. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw lets an unauthenticated visitor make the site run arbitrary WordPress shortcodes through insufficient validation before do_shortcode. Business impact depends on what shortcodes exist on the site, but the issue is remotely reachable and requires no login.

Executive priority

Prioritize remediation for public WordPress sites using this plugin, especially e-commerce or ordering sites. Treat as high priority, but not confirmed exploited from the provided sources.

Technical view

CVE-2024-13792 affects WooCommerce Food - Restaurant Menu & Food ordering versions up to 3.3.2. An unauthenticated action improperly validates an ids value before passing data to do_shortcode, enabling arbitrary shortcode execution. CVSS 3.1 is 7.3, with network attack vector, low complexity, and no privileges or user interaction required.

Likely exposure

Exposure is likely limited to WordPress sites running the Ex-Themes WooCommerce Food - Restaurant Menu & Food ordering plugin at version 3.3.2 or older. The bundle does not identify other affected products.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Risk remains meaningful because exploitation is unauthenticated over the network and impact varies with available site shortcodes.

Researcher notes

The description says all versions through 3.3.2 are vulnerable, while affected version metadata is sparse. The bundle names no fixed version and no concrete patch. Validate against vendor and Wordfence records before closing remediation.

Mitigation direction

  • Inventory WordPress sites for the WooCommerce Food - Restaurant Menu & Food ordering plugin.
  • If version 3.3.2 or older is present, check Ex-Themes/CodeCanyon and Wordfence for vendor guidance.
  • Disable or remove the plugin where business use is not required until guidance is confirmed.
  • Review site-specific shortcode exposure and remove unnecessary sensitive shortcodes.

Validation and detection

  • Confirm plugin name and version from WordPress admin, filesystem, or asset inventory.
  • Review the code path handling ids before do_shortcode for authorization and input validation.
  • Check web logs for unusual unauthenticated requests to plugin-related endpoints.
  • Verify whether compensating controls block unauthenticated access to vulnerable actions.
Prepared
Confidence
medium
Sources
4

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-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-2024-13792 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
7.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2024-13792Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
Ex-ThemesWooCommerce Food - Restaurant Menu & Food ordering0unaffected
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.