CVE-2025-70141
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
Lifecycle Timeline
3Description
SourceCodester Customer Support System 1.0 contains an incorrect access control vulnerability in ajax.php. The AJAX dispatcher does not enforce authentication or authorization before invoking administrative methods in admin_class.php based on the action parameter. An unauthenticated remote attacker can perform sensitive operations such as creating customers and deleting users (including the admin account), as well as modifying or deleting other application records (tickets, departments, comments), resulting in unauthorized data modification.
Analysis
Incorrect access control in SourceCodester Customer Support System 1.0 allows unauthenticated access to AJAX dispatcher, enabling full system compromise. PoC available.
Technical Context
CWE-306 missing authentication on ajax.php dispatcher, which handles all business logic operations.
Affected Products
['SourceCodester Customer Support System 1.0']
Remediation
Implement authentication checks in ajax.php before processing any operations.
Priority Score
Share
External POC / Exploit Code
Leaving vuln.today