CVE-2026-88620
Received Received - Intake

Improper Authorization in SmartAdmin API Java17 SpringBoot3

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

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: MITRE

Description

SmartAdmin API Java17 SpringBoot3 version 3.30.0 contains an improper authorization vulnerability in the /employee/queryAll endpoint. The endpoint does not enforce the required function-level permission or data-scope authorization, allowing an authenticated low-privileged employee to retrieve employee records belonging to other departments and users

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
smartadmin api 3.30.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an improper authorization issue in SmartAdmin API Java17 SpringBoot3 version 3.30.0. The /employee/queryAll endpoint fails to enforce proper function-level permissions and data-scope authorization. This allows a low-privileged authenticated employee to access employee records from other departments and users.

Detection Guidance

To detect this vulnerability, check if the GET /employee/queryAll?disabledFlag=false endpoint is accessible without proper authorization. Use tools like curl to send requests with low-privileged employee credentials and verify if unauthorized employee records are returned. Example: curl -X GET 'http://target-server/employee/queryAll?disabledFlag=false' -H 'Authorization: Bearer low_privileged_token'

Impact Analysis

An attacker with low privileges could exploit this to view sensitive employee data across departments, leading to privacy breaches, unauthorized data exposure, and potential misuse of confidential information.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA by enabling unauthorized access to personal and health-related employee data. It compromises data confidentiality and could result in regulatory penalties for non-compliance.

Mitigation Strategies

Immediately restrict access to the /employee/queryAll endpoint by implementing proper function-level permission checks and data-scope authorization. Review all employee records accessed through this endpoint for unauthorized data exposure.

Chat Assistant

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

EPSS Chart