www: 358067d5: Oh, I shouldn't have inserted this in th...

markdoliner at pidgin.im markdoliner at pidgin.im
Sat Dec 10 19:40:22 EST 2011


----------------------------------------------------------------------
Revision: 358067d54fb25ef4ff7d023a4ec915e46e5393a7
Parent:   abe75e7c4b7da788fd34fa936a83d8378d3d92cd
Author:   markdoliner at pidgin.im
Date:     12/10/11 19:38:37
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/358067d54fb25ef4ff7d023a4ec915e46e5393a7

Changelog: 

Oh, I shouldn't have inserted this in the middle because it changes the
IDs used in the URLs.  Move it to the bottom.

Changes against parent abe75e7c4b7da788fd34fa936a83d8378d3d92cd

  patched  htdocs/news/security/index.php

-------------- next part --------------
============================================================
--- htdocs/news/security/index.php	75ee0274ac6cb975b0b1f19b27402216b4af71f5
+++ htdocs/news/security/index.php	2bad2c8e42f6eb88806bf8a9c29429af987bde7f
@@ -605,16 +605,6 @@ $vulnerabilities = array(
 		"discoveredby" => "Diego Bauche Madero from IOActive"
 	),
 	array(
-		"title"        => "SILC remote crash",
-		"date"         => "2011-09-29",
-		"cve"          => "CVE-2011-4603",
-		"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.",
-		"fix"          => "Validate incoming strings as UTF-8 before using them as such.",
-		"fixrevisions" => "7eb1f6d56cc58bbb5b56b7df53955d36b9b419b8,afb9ede3de989f217f03d5670cca00e628bd11f1",
-		"fixedversion" => "2.10.1",
-		"discoveredby" => "Diego Bauche Madero from IOActive"
-	),
-	array(
 		"title"        => "AIM and ICQ remote crash",
 		"date"         => "2011-10-20",
 		"cve"          => "CVE-2011-4601",
@@ -633,6 +623,16 @@ $vulnerabilities = array(
 		"fixrevisions" => "fb216fc88b085afc06d9a15209519cde1f4df6c6",
 		"fixedversion" => "2.10.1",
 		"discoveredby" => "Thijs Alkemade"
+	),
+	array(
+		"title"        => "SILC remote crash",
+		"date"         => "2011-09-29",
+		"cve"          => "CVE-2011-4603",
+		"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.",
+		"fix"          => "Validate incoming strings as UTF-8 before using them as such.",
+		"fixrevisions" => "7eb1f6d56cc58bbb5b56b7df53955d36b9b419b8,afb9ede3de989f217f03d5670cca00e628bd11f1",
+		"fixedversion" => "2.10.1",
+		"discoveredby" => "Diego Bauche Madero from IOActive"
 	)
 );
 /*	Template for the unfortunate future


More information about the Commits mailing list