Gaim Vulnerability
| Title | URL decode buffer overflow |
| Date | 26 August 2004 |
| CVE Name | CAN-2004-0785 |
| Discovered By | Sean ("infamous42md") |
| Summary | Receiving exceedingly long URLs can cause a buffer overflow. |
| Description | Buffer overflow. The URL is decoded into a static buffer of length 2048 bytes. I'm not sure it's possible to receive a URL longer than 2048 bytes, as many protocols have message limits that are shorter than that. |
| Fixed in Version | 0.82 |
| Fix | A check to make sure the source string is shorter than 2048 bytes is performed. |
Return to Index of Vulnerabilities