mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2024-53274](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53274)
|
||

|
||

|
||
&color=brightgreen)
|
||
|
||
### Description
|
||
|
||
Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `register` function in `home.vue` containsa reflected XSS vulnerability due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability. Arbitrary javascript can be executed by the attacker in the context of the victim’s session. Version 5.28.5 contains a patch.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|