Spring GrpcFramework / library · VMware

CVE-2026-40969

MEDIUM · 5.3 CVSS v3.1 Published 2026-04-28
Fix available
A fix is available. Upgrade to 1.0.3 or later.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Spring gRPC versions 1.0.0-1.0.2 expose raw AuthenticationException messages to unauthenticated remote callers through gRPC status descriptions, leaking potentially sensitive authentication failure details that could aid further attacks.

MitigationUpgrade to Spring gRPC version 1.0.3 or later which properly sanitizes exception messages returned to unauthenticated callers.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Spring GrpcFramework / library
Affected:< 1.0.3

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Spring gRPC version
    Check your project's dependency management file (Maven pom.xml, Gradle build.gradle, or equivalent) for the spring-grpc version entry, or run a dependency inspection command such as 'mvn dependency:list' or 'gradle dependencies' and search for 'spring-grpc'
    Affected if The version listed is 1.0.0, 1.0.1, or 1.0.2
  2. Confirm gRPC server is network-accessible
    Review your application configuration or deployment setup to determine if the gRPC server binds to a network interface that is accessible from remote systems (0.0.0.0, external IP, or non-loopback address) rather than localhost only
    Affected if The gRPC server listens on a non-localhost address or port that is reachable from remote systems
  3. Verify gRPC authentication is in use
    Inspect your gRPC server configuration and service definitions to confirm that authentication mechanisms (such as Spring Security with gRPC, JWT, or custom AuthInterceptor) are configured for your gRPC endpoints
    Affected if Authentication is enforced on gRPC endpoints and unauthenticated requests would trigger AuthenticationException responses
  4. Test response behavior for authentication failures
    Send an unauthenticated or invalidly-authenticated gRPC request to your endpoint and capture the gRPC status and description returned in the response
    Affected if The gRPC status description contains raw exception message text (such as 'BadCredentialsException', 'Authentication failed for user', or similar exception class names and messages) rather than a sanitized generic message

You are affected if Spring gRPC version 1.0.0-1.0.2 is running with a network-accessible gRPC server that returns raw AuthenticationException messages in gRPC status descriptions to unauthenticated callers.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.0.3 or later
Fixed in 1.0.3
Interim mitigation

Upgrade to Spring gRPC version 1.0.3 or later which properly sanitizes exception messages returned to unauthenticated callers.

Recommended fix High confidence

Spring Grpc 1.0.3

  1. Update the Spring Grpc dependency in your project to version 1.0.3
  2. If using Maven, update the version in your pom.xml: change the version of spring-grpc dependency to 1.0.3
  3. If using Gradle, update the version in your build.gradle or build.gradle.kts file
  4. Verify that the upgrade resolves the AuthenticationException information disclosure by testing gRPC authentication failure scenarios
  5. Rebuild and redeploy the application with the updated dependency

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Spring Grpc Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-40969 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-40969 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data