CVE-2026-88617
Received Received - Intake

Authorization Bypass in SmartAdmin v3.30.0

Vulnerability report for CVE-2026-88617, 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 v3.30.0 contains an authorization flaw in the configuration query endpoint. This allows a remote attacker to escalate privileges.

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

Currently, no data is known.

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

CVE-2026-88617 is an authorization flaw in SmartAdmin v3.30.0 where the super_password configuration value is exposed to low-privileged authenticated employees through the endpoint /support/config/queryByKey. This allows an attacker with knowledge of an administrator's login name to authenticate as that administrator.

Detection Guidance

Check if the endpoint /support/config/queryByKey is accessible without proper authorization. Use tools like curl to query the endpoint: curl -X GET http://<target>/support/config/queryByKey?key=super_password. If it returns the super_password value without requiring high privileges, the system is vulnerable.

Impact Analysis

An attacker could gain administrator-level access by exploiting this vulnerability, potentially leading to unauthorized system control, data breaches, or further network compromise. The attack requires low-privileged employee access or knowledge of an administrator's login name.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements such as GDPR (data protection) and HIPAA (health information security). Organizations using SmartAdmin v3.30.0 may face regulatory penalties and reputational damage.

Mitigation Strategies

Restrict access to the /support/config/queryByKey endpoint to authorized administrators only. Remove the super_password configuration value and replace it with individual user authentication. Rotate the exposed super_password immediately if it was compromised. Ensure all login paths enforce email verification code checks.

Chat Assistant

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

EPSS Chart