Lack of data validation In ruby3.3
Description
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to versions 0.4.24, 0.5.14, and 0.6.4, several Net::IMAP commands accept a raw string argument that is sent to the server without validation or escaping. If this string is derived from user-controlled input, it may contain contain CRLF sequences, which an attacker can use to inject arbitrary IMAP commands. This issue has been patched in versions 0.4.24, 0.5.14, and 0.6.4.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
rpm rhel10 | 0:4.0.6-36.el10_2 | ||
rubygems | 0.6.4, 0.5.14, 0.4.24 | ||
rpm rhel9 | 0:3.3.12-8.module+el9.8.0+24568+2bbebe96 | ||
debian 12 | - | ||
debian 14 | - | ||
rpm rhel8 | 0:3.3.12-8.module+el8.10.0+24567+c4e5368e | ||
debian 13 | - | ||
rpm rhel10 | 0:3.3.12-14.el10_2 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3. 4. 5. 6. 7. 8. 9. 10.