mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
19 lines
1.4 KiB
Markdown
19 lines
1.4 KiB
Markdown
### [CVE-2023-32317](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32317)
|
|

|
|

|
|
&color=brighgreen)
|
|
|
|
### Description
|
|
|
|
Autolab is a course management service that enables auto-graded programming assignments. A Tar slip vulnerability was found in the MOSS cheat checker functionality of Autolab. To exploit this vulnerability an authenticated attacker with instructor permissions needs to upload a specially crafted Tar file. Both "Base File Tar" and "Additional file archive" can be fed with Tar files that contain paths outside their target directories (e.g., `../../../../tmp/tarslipped2.sh`). When the MOSS cheat checker is started the files inside of the archives are expanded to the attacker-chosen locations. This issue may lead to arbitrary file write within the scope of the running process. This issue has been addressed in version 2.11.0. Users are advised to upgrade.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://securitylab.github.com/advisories/GHSL-2023-081_GHSL-2023-082_Autolab/
|
|
- https://securitylab.github.com/advisories/GHSL-2023-081_GHSL-2023-082_Autolab/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|