CVE-2026-36724 Details
Description
An uncaught exception in the /application/job/update/{id} endpoint of FastapiAdmin v2.2.0 allows authenticated attackers with the module_task:job:update permission to cause a Denial of Service (DoS) via manipulating the func field of scheduled tasks.
A denial-of-service vulnerability has been identified in FastapiAdmin versions through 2.2.0. The issue arises in the '/api/v1/application/job/update/{id}' endpoint, where the 'func' field of scheduled tasks is not properly validated before being saved to the database. This lack of validation allows authenticated attackers with the 'module_task:job:update' permission to manipulate the 'func' field, causing an uncaught exception when the application attempts to reload scheduled tasks. The exception disrupts the application initialization process, preventing the web server from starting and causing a denial-of-service condition.
To address this vulnerability, implement input validation on the 'func' field to ensure it contains valid module paths. Additionally, enhance the exception handling in the task initialization process to catch and manage potential errors from the 'rsplit' operation. Finally, validate task configurations before saving them to the database.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 9, 2026CISA-ADP
Assessed Jun 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/fastapi-admin/vulnerability-8 | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/fastapi-admin/vulnerability-8 | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| FastapiAdmin | <= 2.2.0 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 9, 2026 | CVE Modified | CISA-ADP |
| Jun 9, 2026 | New CVE Received | [email protected] |
Volerion