pidgin/nest

1f078d295019
Add an alias for /development/wiki/GetABacktrace to the debugging page

Testing Done:
Ran `npm hugo:server` and verified that `/development/wiki/GetABacktrace` redirected to `/development/debugging'

Reviewed at https://reviews.imfreedom.org/r/3029/
---
title: cve-2011-4603-00
date: 2011-09-29T00:00:00.000Z
cveNumber: cve-2011-4603
summary: SILC remote crash
discoveredBy: Diego Bauche Madero from IOActive
fixedInRelease: 2.10.1
type: security
layout: cve
hidden: true
---
### Description
When receiving various incoming messages, the SILC protocol plugin failed to
validate that a piece of text was UTF-8. In some cases invalid UTF-8 data would
lead to a crash. This vulnerability is similar to CVE-2011-3594, but occurs in a
different piece of code and was fixed at a later date.
### Mitigation
Validate incoming strings as UTF-8 before using them as such.