Skip to main content

CVE-2023-28102

8.3
HIGHCVSS v3.1 Base Score
1.42%
LOW RiskEPSS (81st percentile)

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`.

Published: 3/27/2023
Modified: 11/21/2024
Back to CVE Lookup

Vulnerability Summary

CVSS v3 Score

8.3HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H

EPSS Score (Exploitation Probability)

1.42%LOW Exploitation Risk
81st percentile

This vulnerability has a 1.42% probability of being exploited in the next 30 days, ranking higher than 81% of all scored CVEs.

Related Vulnerabilities