cve/2024/CVE-2024-29042.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-29042](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29042)
![](https://img.shields.io/static/v1?label=Product&message=translate&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%203.0.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%3A%20Improper%20Input%20Validation&color=brighgreen)
### Description
Translate is a package that allows users to convert text to different languages on Node.js and the browser. Prior to version 3.0.0, an attacker controlling the second variable of the `translate` function is able to perform a cache poisoning attack. They can change the outcome of translation requests made by subsequent users. The `opt.id` parameter allows the overwriting of the cache key. If an attacker sets the `id` variable to the cache key that would be generated by another user, they can choose the response that user gets served. Version 3.0.0 fixes this issue.
### POC
#### Reference
- https://github.com/franciscop/translate/security/advisories/GHSA-882j-4vj5-7vmj
#### Github
- https://github.com/NaInSec/CVE-LIST