discordrb OS Command Injection vulnerability
Critical severity
GitHub Reviewed
Published
Mar 14, 2024
to the GitHub Advisory Database
Description
Published by the National Vulnerability Database
Mar 27, 2023
Published to the GitHub Advisory Database
Mar 14, 2024
Reviewed
Mar 14, 2024
discordrb is an implementation of the Discord API using Ruby. In discordrb before commit
91e13043ffa
theencoder.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 thediscordrb
library and will likely not be total system access. This issue has been addressed in code, but a new release of thediscordrb
gem has not been uploaded to rubygems. This issue is also tracked asGHSL-2022-094
.References