Description
Missing Authentication for Critical Function vulnerability in Spring Spring Cloud Config allows Webhook requests to Spring Cloud Config Server's /monitor endpoint are not validated.

This issue affects Spring Cloud Config: from 5.0.0 through 5.0.4, from 4.3.0 through 4.3.4, from 4.0.0 through 4.2.8, and through 3.1.14.
Published: 2026-08-26
Score: 6.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring Cloud Config Server exposes a /monitor endpoint that accepts webhook requests without validating the caller’s identity, allowing an unauthenticated attacker to trigger monitoring actions. The flaw is classified as Missing Authentication for a Critical Function (CWE‑306), which means anyone who can reach the endpoint can potentially read or manipulate monitoring data, compromising integrity and possibly enabling further attacks. The CVSS score of 6.8 indicates a moderate severity; an attacker would need network connectivity to the service and no special credentials, so the attack vector is likely remote over HTTP or HTTPS.

Affected Systems

The vulnerability affects Spring Cloud Config versions 5.0.0 through 5.0.4, 4.3.0 through 4.3.4, 4.0.0 through 4.2.8, and all releases up to and including 3.1.14. These versions are maintained by the Spring team and widely used for configuration management in distributed applications.

Risk and Exploitability

The lack of authentication greatly increases exploitation risk when the /monitor endpoint is publicly reachable. While the EPSS score is not available, the moderate CVSS score and absence of a KEV listing suggest the vulnerability is not widely exploited yet; however, any deployment without additional network controls is still at significant risk. The flaw can be abused by sending crafted webhook calls to the endpoint to read monitoring data or inject monitoring commands, especially if no encryption or IP filtering is applied.

Generated by OpenCVE AI on August 26, 2026 at 19:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a fixed version of Spring Cloud Config (≥5.0.5, ≥4.4.5, ≥4.3.5, ≥4.2.9, ≥3.1.15).
  • Restrict access to the /monitor endpoint to trusted networks or enforce HTTPS authentication.
  • Implement firewall rules or IP whitelisting to limit exposure of the /monitor endpoint.

Generated by OpenCVE AI on August 26, 2026 at 19:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 26 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description Missing Authentication for Critical Function vulnerability in Spring Spring Cloud Config allows Webhook requests to Spring Cloud Config Server's /monitor endpoint are not validated. This issue affects Spring Cloud Config: from 5.0.0 through 5.0.4, from 4.3.0 through 4.3.4, from 4.0.0 through 4.2.8, and through 3.1.14.
Title Spring Cloud Config Server Monitor Endpoint Does Not Validate Webhook Requests
First Time appeared Spring
Spring spring Cloud Config
Weaknesses CWE-306
CPEs cpe:2.3:a:spring:spring_cloud_config:*:*:*:*:*:*:*:*
Vendors & Products Spring
Spring spring Cloud Config
References
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H'}


Subscriptions

Spring Spring Cloud Config
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-26T18:50:49.428Z

Reserved: 2026-05-20T10:00:51.003Z

Link: CVE-2026-47837

cve-icon Vulnrichment

Updated: 2026-08-26T18:50:43.891Z

cve-icon NVD

Status : Received

Published: 2026-08-26T18:16:33.177

Modified: 2026-08-26T20:17:24.910

Link: CVE-2026-47837

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T20:00:11Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function