---
id: CVE-2026-59326
title: >-
  The Spring Boot language server logs the raw value of the
  https_proxy/HTTPS_PROXY/http_proxy/HTTP_PROXY environment variable at INFO
  level whenever it creates an outbound HTTP client and no explicit http.proxy
  workspace setting is config…
summary: >-
  The Spring Boot language server logs the raw value of the
  https_proxy/HTTPS_PROXY/http_proxy/HTTP_PROXY environment variable at INFO
  level whenever it creates an outbound HTTP client and no explicit http.proxy
  workspace setting is config…
severity: low
cvss: 3.3
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-532
vendor: broadcom
product: spring_tools
affected:
  - spring_tools < 2.3.0
  - spring_tools < 5.3.0
patched:
  - spring_tools 5.3.0
published: '2026-07-30'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:06:39.910'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-59326'
references:
  - url: 'https://spring.io/security/cve-2026-59326'
    label: security@vmware.com
tags:
  - nvd
epss: 0.00136
epssPercentile: 0.02469
ingestedAt: '2026-09-08T20:10:03.154Z'
---

## Overview

The Spring Boot language server logs the raw value of the https_proxy/HTTPS_PROXY/http_proxy/HTTP_PROXY environment variable at INFO level whenever it creates an outbound HTTP client and no explicit http.proxy workspace setting is configured. Corporate proxy URLs frequently embed Basic-auth credentials in the form http://user:pass@proxy:8080, and the language server writes this value to its log file without any redaction. Since language server log files are often attached to bug reports or are readable by other local users/processes, this can result in disclosure of proxy credentials.
Affected Spring Products and Versions:
Spring Tools for Eclipse: 5.2.0 and earlier
Spring Tools for VSCode / Cursor / Theia: 2.2.0 and earlier

## Affected

- `spring_tools < 2.3.0`
- `spring_tools < 5.3.0`

## Remediation

Upgrade past the affected range:

- `spring_tools 5.3.0`
