CVE-2026-88619
Received Received - Intake

Missing Authorization in SmartAdmin v3.30.0 Job Module

Vulnerability report for CVE-2026-88619, 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

1024-lab SmartAdmin v3.30.0 contains a missing authorization vulnerability in the scheduled-job management module. The AdminSmartJobController exposes scheduled-job management endpoints without method-level permission checks, allowing a low-privileged authenticated user to access functionality intended for authorized administrators.

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
1024-lab smartadmin 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

CVE-2026-88619 is a missing authorization vulnerability in 1024-lab SmartAdmin v3.30.0. The AdminSmartJobController lacks method-level permission checks, allowing low-privileged authenticated users to access scheduled-job management functions meant for administrators.

Detection Guidance

Check for unauthorized access to the AdminSmartJobController endpoints by reviewing logs for requests to scheduled-job management functions. Look for low-privileged users performing administrative actions like job creation, modification, or execution. Verify if Sa-Token annotations are missing on these endpoints compared to other controllers.

Impact Analysis

An attacker with a low-privileged account could perform unauthorized administrative actions like reading job logs, executing jobs, creating or modifying job configurations, or disabling jobs. This could lead to system disruption, data leaks, or further compromise of the application.

Compliance Impact

This vulnerability could violate compliance requirements by allowing unauthorized access to sensitive job data or system functions. GDPR may be impacted if personal data is exposed through job execution. HIPAA could be affected if protected health information is compromised via unauthorized job operations.

Mitigation Strategies

Implement explicit permission checks for all scheduled-job operations in AdminSmartJobController. Add method-level permissions using Sa-Token annotations or AdminInterceptor. Separate privileges for read, execute, create, modify, and delete actions. Validate job IDs and implementations to ensure users can only access permitted jobs.

Chat Assistant

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

EPSS Chart