Sourcecodester · Sourcecodester Students Online Internship Timesheet System · CVE-2023-2955
**Name of the Vulnerable Software and Affected Versions**
SourceCodester Students Online Internship Timesheet System version 1.0
**Description**
A critical issue was found in the GET Parameter Handler component of the rendered report.php file. The manipulation of the `sid` argument leads to sql injection, allowing for remote attacks. The exploit has been publicly disclosed.
**Recommendations**
For version 1.0, consider disabling the `sid` argument in the GET Parameter Handler to prevent sql injection until a patch is available. Restrict access to the rendered report.php file to minimize the risk of exploitation. Avoid using the `sid` argument in the affected API endpoint until the issue is resolved.