Description
A weakness has been identified in Ehco1996 django-sspanel up to 2023.12.26. This affects the function TicketDetailView of the file apps/sspanel/views.py of the component Support Ticket Handler. Executing a manipulation can lead to authorization bypass. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way. This vulnerability only affects products that are no longer supported by the maintainer.
Published: 2026-08-04
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness in the TicketDetailView function of Ehco1996’s django‑sspanel allows an attacker to bypass authorization checks. By manipulating the request, a user with no legitimate access can view or interact with support tickets, potentially exposing sensitive customer data or altering ticket information. This constitutes a classic authorization bypass flaw, as indicated by CWE‑285 (Improper Authorization) and CWE‑639 (Authorization Bypass Through User‑Controlled Key).

Affected Systems

The vulnerability is present in all releases of Ehco1996’s django‑sspanel up through version 2023.12.26, a product that is no longer maintained or supported by the original maintainer.

Risk and Exploitability

With a CVSS score of 5.3, the vulnerability is considered moderate in severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. The description notes that the attack can be performed remotely, suggesting that remote users can exploit the flaw if they have network access to the application. No exploit has been publicly disclosed, but the lack of a patch and ongoing support increases the risk of undetected exploitation.

Generated by OpenCVE AI on August 4, 2026 at 23:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a newer or supported release of django‑sspanel that removes the authorization bypass, if one is available.
  • If an upgrade is not feasible, modify the TicketDetailView code to enforce authentication or add an explicit permission check so that only authorized users can access ticket details.
  • Apply network or application firewall rules to limit exposure of ticket‑related URLs and monitor logs for anomalous access attempts to detect potential abuse.

Generated by OpenCVE AI on August 4, 2026 at 23:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Ehco1996 django-sspanel up to 2023.12.26. This affects the function TicketDetailView of the file apps/sspanel/views.py of the component Support Ticket Handler. Executing a manipulation can lead to authorization bypass. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way. This vulnerability only affects products that are no longer supported by the maintainer.
Title Ehco1996 django-sspanel Support Ticket views.py TicketDetailView authorization
First Time appeared Ehco1996
Ehco1996 django-sspanel
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:ehco1996:django-sspanel:*:*:*:*:*:*:*:*
Vendors & Products Ehco1996
Ehco1996 django-sspanel
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Ehco1996 Django-sspanel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-04T22:30:08.625Z

Reserved: 2026-08-04T13:04:01.126Z

Link: CVE-2026-18818

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:45:02Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key