LiveActive security incident?Get immediate response
CVE Record

CVE-2024-10763: Campress <= 1.35 - Unauthenticated Local File Inclusion

The Campress theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.35 via the 'campress_woocommerce_get_ajax_products' function. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where php file type can be uploaded and included.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
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-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 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-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
Vulnerability profileCVE Program record
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

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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2024-10763Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
ApusThemeCampress0unaffected
Weakness

CWE details

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

CWE-22 · source CWE mapping

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.