CVE-2026-6577 Details
Description
A vulnerability was identified in liangliangyy DjangoBlog up to 2.1.0.0. The impacted element is an unknown function of the file owntracks/views.py of the component logtracks Endpoint. The manipulation leads to missing authentication. The attack can be initiated remotely. The exploit is publicly available and might 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 in the logtracks endpoint of the owntracks/views.py file. This vulnerability allows for unauthenticated GPS data injection, as the endpoint accepts POST requests with JSON containing GPS coordinates without any authentication or CSRF protection. As a result, attackers can inject false location data into the database or potentially overwhelm the database storage with excessive data.
It is recommended to add authentication requirements to the logtracks endpoint and remove the CSRF exemption. This can be done by applying the @login_required decorator and implementing a check to ensure the user has superuser privileges.
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 19, 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-2-Unauthenticated-GPS-Data-Injection.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/submit/790282 | [email protected] | Technical Description |
| https://vuldb.com/vuln/358212 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/358212/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
| CWE-306 | Missing Authentication for Critical Function | [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 19, 2026 | New CVE Received | [email protected] |
Volerion