cve/2024/CVE-2024-39326.md
2024-08-05 18:41:32 +00:00

18 lines
1.3 KiB
Markdown

### [CVE-2024-39326](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39326)
![](https://img.shields.io/static/v1?label=Product&message=skills-service&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.12.6%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%3A%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
### Description
SkillTree is a micro-learning gamification platform. Prior to version 2.12.6, the endpoint `/admin/projects/{projectname}/skills/{skillname}/video` (and probably others) is open to a cross-site request forgery (CSRF) vulnerability. Due to the endpoint being CSRFable e.g POST request, supports a content type that can be exploited (multipart file upload), makes a state change and has no CSRF mitigations in place (samesite flag, CSRF token). It is possible to perform a CSRF attack against a logged in admin account, allowing an attacker that can target a logged in admin of Skills Service to modify the videos, captions, and text of the skill. Version 2.12.6 contains a patch for this issue.
### POC
#### Reference
- https://github.com/NationalSecurityAgency/skills-service/security/advisories/GHSA-9624-qwxr-jr4j
#### Github
No PoCs found on GitHub currently.