Description
A vulnerability was detected in SourceCodester Simple Traffic Offense System 1.0. Affected is an unknown function of the file saveuser.php of the component User Creation. Performing a manipulation of the argument position results in missing authentication. The attack may be initiated remotely. The exploit is now public and may be used.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized account creation via missing authentication
Action: Apply Patch
AI Analysis

Impact

The flaw is located in the saveuser.php file of SourceCodester Simple Traffic Offense System 1.0. A missing authentication check allows an attacker to submit user creation requests without providing valid credentials. This missing authentication (CWE-287) and lack of any authentication enforcement (CWE-306) enable the creation of accounts that grant the attacker a foothold within the application, potentially leading to privilege escalation and further exploitation.

Affected Systems

Only the 1.0 release of SourceCodester Simple Traffic Offense System is listed as affected. No other product versions or downstream releases are cited, so any installation of that version remains vulnerable until remediation.

Risk and Exploitability

The vulnerability carries a CVSS base score of 6.9, indicating a moderate severity. EPSS data is not available and the flaw is not included in CISA’s KEV catalog, but a public exploit has already been disclosed. An attacker can initiate the exploit remotely by manipulating parameters sent to saveuser.php, creating new user accounts without authentication.

Generated by OpenCVE AI on September 7, 2026 at 14:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and install the latest source code or patch from SourceCodester that enforces authentication on user creation in saveuser.php.
  • Configure the web server or application firewall so that access to saveuser.php is limited to trusted administrator IP addresses or requires a valid authenticated session.
  • If no vendor update is available, modify the source file by inserting an authentication check prior to the user creation logic to ensure that only authenticated users can create new accounts.

Generated by OpenCVE AI on September 7, 2026 at 14:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in SourceCodester Simple Traffic Offense System 1.0. Affected is an unknown function of the file saveuser.php of the component User Creation. Performing a manipulation of the argument position results in missing authentication. The attack may be initiated remotely. The exploit is now public and may be used.
Title SourceCodester Simple Traffic Offense System User Creation saveuser.php missing authentication
First Time appeared Sourcecodester
Sourcecodester simple Traffic Offense System
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:sourcecodester:simple_traffic_offense_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester simple Traffic Offense System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Sourcecodester Simple Traffic Offense System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-09T14:21:22.720Z

Reserved: 2026-09-06T15:54:55.386Z

Link: CVE-2026-86292

cve-icon Vulnrichment

Updated: 2026-09-09T14:21:14.227Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T10:16:55.230

Modified: 2026-09-09T15:17:16.500

Link: CVE-2026-86292

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T15:00:14Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function