Wednesday, September 10, 2008

WordPress SQL Column Truncation Vulnerability (PoC)


A vulnerability in WordPress's way of handling new user registration allows attackers to create a duplicate 'admin' account whose email address is set to a value different than the default one. This is then used with the password recovery mechanism to retrieve the password of the true 'admin' account.

Vulnerable Systems:
* WordPress version 2.6.1

Exploit:
1. Go to URL: server.com/wp-login.php?action=register
2. Register as:
login: admin x (the user admin[55 space chars]x)
email: your email

Now, we have duplicated 'admin' account in database

3. Go to URL: server.com/wp-login.php?action=lostpassword
4. Write your email into field and submit this form
5. Check your email and go to reset confirmation link
6. Admin's password changed, but new password will be send to correct admin email

Additional Information:
The information has been provided by irk4z.
The original article can be found at: http://irk4z.wordpress.com/

Friday, September 5, 2008

Google Chrome browser release !!!



Google chrome already release..

read here and here

Happy browsing/surfing.

Older sec-flaw here

Monday, September 1, 2008

Revealed: The Internet's Biggest Security Hole



Two security researchers have demonstrated a new technique to stealthily intercept internet traffic on a scale previously presumed to be unavailable to anyone outside of intelligence agencies like the National Security Agency.

The tactic exploits the internet routing protocol BGP (Border Gateway Protocol) to let an attacker surreptitiously monitor unencrypted internet traffic anywhere in the world, and even modify it before it reaches its destination.

Read the rest here

Sunday, August 31, 2008

Selamat Berpuasa



Selamat Berpuasa Kepada semua pembaca.

Thursday, August 28, 2008

Comp-Security Link

vulnerabilities

http://www.osvdb.org/
http://www.securityfocus.com/bid
http://www.packetstormsecurity.org/ http://www3.ca.com/securityadvisor/vulninfo/
http://secunia.com/product/ http://www.security.nnov.ru
http://cve.mitre.org/
http://elsenot.com/index.php?title=ElseNot_Project
http://www.cisecurity.org/
http://secwatch.org/
http://www.securiteam.com/

exploits

http://milw0rm.com/
http://www.frsirt.com/exploits/
http://www.metasploit.com/projects/Framework/
http://www.security.nnov.ru/exploits/
http://www.securityforest.com/wiki/index.php/Category:ExploitTree
http://www.exploitdatabase.com/
http://securitydot.net/
http://www.hoobie.net/security/exploits/index.html
http://www.securiteam.com/exploits/

Test Machine/Image
http://www.owasp.org/index.php/Category:OWASP_Live_CD_Project
http://www.damnvulnerablelinux.org/

New Nmap Features




Read here

Intel BIOS Plain Text Password Disclosure


Synopsis

Like most BIOSes, Intel's firmware PE94510M.86A.0050.2007.0710.1559 (07/10/2007) can be used to ask a password to users at boot time to implement a pre-boot authentication.

The password checking routine of this firmware fails to sanitize the BIOS keyboard buffer after reading user input, resulting in plain text password leakage to local users.

Read full Technicl Whitepaper. Here