
WordPress ได้ออกเวอร์ชั่น 2.6.2 เมื่อวันที่ 8 กันยายน 2551 มาแก้บั๊กที่ค้นพบแล้ว โดยรอบนี้ ได้มีการแก้ไขจุดรั่วไหลของระบบนิดหน่อย โดยทาง WordPress ได้แนะนำว่า หากคุณได้เปิดให้มีคนมาสมัครสมาชิก หรือ registration ได้นั้น ควรจะทำการอัพเกรดเป็นเวอร์ชั่น 2.6.2 โดยด่วนครับ ถึงแม้ว่ามันจะไม่ได้เป็น การรั่วของระบบแบบร้ายแรง แต่ก็เสี่ยง ต่อการถูกเดารหัสผ่านได้เช่นกัน
นอกจากเรื่องช่องโหว่ดังกล่าวแล้ว ยังมีแก้ไขบั๊กอีก 11 จุดครับ
ดาวน์โหลด WordPress เวอร์ชั่นล่าสุด
สารจากผู้พัฒนาโปรแกรม (ภาษาอังกฤษ)
Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand(). With his help we worked around these problems and are now releasing WordPress 2.6.2. If you allow open registration on your blog, you should definitely upgrade. With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password. The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit. However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password. Stefan Esser will release details of the complete attack shortly. The attack is difficult to accomplish, but its mere possibility means we recommend upgrading to 2.6.2.
Other PHP apps are susceptible to this class of attack. To protect all of your apps, grab the latest version of Suhosin. If you’ve already updated Suhosin, your existing WordPress install is already protected from the full exploit. You should still upgrade to 2.6.2 if you allow open user registration so as to prevent the possibility of passwords being randomized.
2.6.2 also contains a handful of bug fixes. Check out the full changeset and list of changed files.




















































September 26th, 2009 at 12:31 pm
Thank you very much for your article.