CVE-2026-6611 Details
Description
A vulnerability was found in liangliangyy DjangoBlog up to 2.1.0.0. This affects an unknown function of the file djangoblog/settings.py of the component File Upload Endpoint. Performing a manipulation of the argument SECRET_KEY results in use of hard-coded cryptographic key . Remote exploitation of the attack is possible. The attack's complexity is rated as high. The exploitability is reported as difficult. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
A vulnerability exists in liangliangyy DjangoBlog versions through 2.1.0.0, specifically within the file upload endpoint. The issue arises because the endpoint, located in blog/views.py, is exempt from CSRF protection and relies on a static HMAC signature derived from the SECRET_KEY for authentication. Since the SECRET_KEY contains a hard-coded fallback, the upload signature can be easily computed by anyone, allowing for unauthenticated arbitrary file uploads. Additionally, the ALLOWED_HOSTS setting is configured with a wildcard, disabling proper host header validation and potentially leading to injection attacks.
It is recommended to replace the static HMAC authentication with proper session-based authentication and to re-enable CSRF protection.
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 Apr 20, 2026CISA-ADP
Assessed Apr 20, 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/3em0/cve_repo/blob/main/DjangoBlog/Vuln-11-Weak-File-Upload-Auth.md | [email protected] | ExploitTechnical Description |
| https://vuldb.com/submit/790313 | [email protected] | Technical DescriptionVendor |
| https://vuldb.com/vuln/358246 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/358246/cti | [email protected] | Content WallVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-320 | Key Management Errors | [email protected] |
| CWE-321 | Use of Hard-coded Cryptographic Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| liangliangyy DjangoBlog | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 20, 2026 | New CVE Received | [email protected] |
Volerion