Skip to main content

Spring gRPC CVE-2026-40969

| EUVDEUVD-2026-26064 LOW
Error Message Information Leak (CWE-209)
2026-04-28 security@vmware.com
3.7
CVSS 3.1 · NVD

Severity by source

NVD PRIMARY
3.7 LOW
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

6
Patch released
Apr 30, 2026 - 13:24 nvd
Patch available
Patch available
Apr 28, 2026 - 17:02 EUVD
Analysis Generated
Apr 28, 2026 - 15:30 vuln.today
EUVD ID Assigned
Apr 28, 2026 - 15:22 euvd
EUVD-2026-26064
Analysis Generated
Apr 28, 2026 - 15:22 vuln.today
CVE Published
Apr 28, 2026 - 15:16 nvd
LOW 3.7

DescriptionCVE.org

The raw message of every server-side AuthenticationException is returned to the unauthenticated remote caller in the gRPC status description. This allows an attacker to obtain information about the authentication failure, which may be useful for further attacks.

Affected versions: Spring gRPC: 1.0.0 - 1.0.2 (fixed in 1.0.3). Older, unsupported versions are also affected.

AnalysisAI

Spring gRPC versions 1.0.0 through 1.0.2 leak sensitive authentication failure details in gRPC status descriptions to unauthenticated remote callers, enabling reconnaissance for follow-up attacks. The vulnerability exposes raw server-side AuthenticationException messages without sanitization, providing attackers with information about authentication mechanisms and potential weaknesses. This low-severity information disclosure (CVSS 3.7) requires high attack complexity but affects default configurations.

Technical ContextAI

Spring gRPC is a Java framework that integrates Spring Security with gRPC services. The vulnerability stems from improper error handling in the gRPC authentication interceptor layer, where AuthenticationException instances are serialized directly into gRPC status descriptions (CWE-209: Information Exposure Through an Error Message). gRPC uses Protocol Buffers and a binary RPC framework; status descriptions are transmitted to all callers, including unauthenticated ones. The root cause is the lack of exception message sanitization before returning to remote clients, contrasting with standard practice of returning generic error messages to untrusted parties.

RemediationAI

Upgrade Spring gRPC to version 1.0.3 or later immediately. Organizations running 1.0.0-1.0.2 should prioritize this patch due to the trivial upgrade path and availability of a vendor-released fix. As a compensating control pending patching, restrict network access to gRPC endpoints to trusted clients only via firewall rules or service mesh policies (e.g., Istio authorization policies). Alternatively, implement a gRPC interceptor that wraps AuthenticationException and returns a generic error message (e.g., 'Authentication failed') instead of exposing the underlying exception details-this adds defense-in-depth but does not replace patching. Review logs for gRPC authentication failures to identify if reconnaissance probing has occurred.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-40969 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy