Security readout for executives and security teams
Plain-English summary
CVE-2024-10763 is a critical flaw in the Campress WordPress theme. An unauthenticated attacker may be able to make a vulnerable site include local files, which can expose sensitive data or run PHP code if suitable PHP files are present on the server.
Executive priority
Treat this as urgent for any public WordPress site running Campress. The vulnerability is unauthenticated and rated critical, but prioritization should depend on confirmed theme presence because the sources do not show broad product exposure or active exploitation.
Technical view
Campress versions up to and including 1.35 are reported vulnerable to local file inclusion through campress_woocommerce_get_ajax_products. The issue is classified as CWE-22 with CVSS 3.1 score 9.8, network exploitable, low complexity, no privileges, and no user interaction.
Likely exposure
Exposure is likely limited to WordPress installations using the ApusTheme Campress theme at version 1.35 or earlier, especially internet-facing sites with WooCommerce-related AJAX functionality reachable by unauthenticated users.
Exploitation context
The bundle does not cite active exploitation, and the CVE is not marked KEV. The impact is still severe because unauthenticated LFI can bypass controls, disclose files, or reach code execution when uploaded PHP can be included.
Researcher notes
Evidence identifies Campress <= 1.35 and the vulnerable function, but the bundle does not name a fixed version. Avoid assuming patch status. Validate exposure through asset inventory, theme version checks, endpoint reachability, upload policy, and log review.
Mitigation direction
- Inventory WordPress sites for Campress theme usage and version.
- Check ApusTheme, ThemeForest, and Wordfence for vendor remediation guidance.
- Prioritize removing or replacing affected Campress deployments if no safe version is available.
- Harden upload handling so PHP files cannot be uploaded or executed.
- Review web server and WordPress logs for suspicious unauthenticated AJAX activity.
Validation and detection
- Confirm whether Campress is installed and active on each WordPress site.
- Verify the installed theme version is above 1.35 or vendor-confirmed safe.
- Check whether unauthenticated users can reach relevant WooCommerce AJAX endpoints.
- Review uploads directories for unexpected PHP files or suspicious artifacts.
- Correlate logs around publication date and later for abnormal file inclusion indicators.
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-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection 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 lookupExecution 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 lookupCVE-2024-10763 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
- Critical
- CVSS
- 9.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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:H/I:H/A:H3.95.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.8CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
