CVE-2024-34712
CVSS V2 None
CVSS V3 None
Description
Oceanic is a NodeJS library for interfacing with Discord. Prior to version 1.10.4, input to functions such as `Client.rest.channels.removeBan` is not url-encoded, resulting in specially crafted input such as `../../../channels/{id}` being normalized into the url `/api/v10/channels/{id}`, and deleting a channel rather than removing a ban. Version 1.10.4 fixes this issue. Some workarounds are available. One may sanitize user input, ensuring strings are valid for the purpose they are being used for. One may also encode input with `encodeURIComponent` before providing it to the library.
Overview
- CVE ID
- CVE-2024-34712
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-05-14T14:32:06.577Z
- Last Modified Date
- 2024-06-04T17:42:26.177Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/OceanicJS/Oceanic/security/advisories/GHSA-5h5v-hw44-f6gg | x_refsource_CONFIRM |
https://github.com/OceanicJS/Oceanic/commit/8bf8ee8373b8c565fbdbf70a609aba4fbc1a1ffe | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-34712 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34712 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 14:43:23 | Added to TrackCVE |