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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.3HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
