discordrb is an implementation of the Discord API using Ruby. In discordrb before commit `91e13043ffa` the `encoder.rb` file unsafely constructs a shell string using the file parameter, which can potentially leave clients of discordrb vulnerable to command injection. The library is not directly exploitable: the exploit requires that some client of the library calls the vulnerable method with user input. However, if unsafe input reaches the library method, then an attacker can execute arbitrary shell commands on the host machine. Full impact will depend on the permissions of the process running the `discordrb` library and will likely not be total system access. This issue has been addressed in code, but a new release of the `discordrb` gem has not been uploaded to rubygems. This issue is also tracked as `GHSL-2022-094`.
References
Link | Resource |
---|---|
https://github.com/shardlab/discordrb/commit/91e13043ffa89227c3fcdc3408f06da237d28c95 | Patch |
https://securitylab.github.com/advisories/GHSL-2022-094_discordrb/ | Exploit Third Party Advisory |
https://github.com/shardlab/discordrb/commit/91e13043ffa89227c3fcdc3408f06da237d28c95 | Patch |
https://securitylab.github.com/advisories/GHSL-2022-094_discordrb/ | Exploit Third Party Advisory |
Configurations
History
21 Nov 2024, 07:54
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/shardlab/discordrb/commit/91e13043ffa89227c3fcdc3408f06da237d28c95 - Patch | |
References | () https://securitylab.github.com/advisories/GHSL-2022-094_discordrb/ - Exploit, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.3 |
Information
Published : 2023-03-27 22:15
Updated : 2024-11-21 07:54
NVD link : CVE-2023-28102
Mitre link : CVE-2023-28102
CVE.ORG link : CVE-2023-28102
JSON object : View
Products Affected
discordrb_project
- discordrb
CWE
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')