CVE-2026-82594
Received Received - Intake

Improper Authorization in LogNet grpc-spring-boot-starter

Vulnerability report for CVE-2026-82594, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability has been found in LogNet grpc-spring-boot-starter up to 5.2.0. Affected is an unknown function of the component Annotation Processing. Such manipulation leads to improper authorization. The attack may be performed from remote. A high complexity level is associated with this attack. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
lognet grpc_spring_boot_starter to 5.2.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a vertical privilege escalation in the grpc-spring-boot-starter library (versions up to 5.2.0). It occurs due to improper handling of Spring Security's @Secured annotations. When a gRPC service method has both class-level and method-level @Secured annotations, the library incorrectly merges these rules using an OR operation instead of enforcing the stricter method-level rule. This allows low-privilege users to bypass intended authorization and gain unauthorized access.

Detection Guidance

To detect this vulnerability, inspect your gRPC service classes for instances where both class-level and method-level @Secured annotations are used simultaneously. Check if the method-level @Secured annotation is intended to enforce stricter access but is bypassed due to the library's incorrect merging of security rules.

Impact Analysis

This vulnerability could allow attackers with low privileges to bypass security controls and perform unauthorized actions. For example, a user with ROLE_USER could access methods restricted to ROLE_ADMIN if both annotations are present. The impact depends on the sensitive operations protected by the misconfigured methods.

Mitigation Strategies

Immediately update the grpc-spring-boot-starter library to a version that fixes this issue. If an update is unavailable, refactor affected services to avoid using both class-level and method-level @Secured annotations together. Alternatively, implement custom security logic to enforce stricter authorization rules.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82594. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart