Download pptx - CONFidence 2014:

Transcript
Page 1: CONFidence 2014:

Prajal Kulkarni@prajalkulkarni

The Tale of 100 CVE’s

Page 2: CONFidence 2014:

@about me

• Security Engineer @Flipkart

• Likes to do Bug Hunting!

• Loves coding in Python

• Member of null security community

• Lead vocalist @Sathee

@prajalkulkarni

Page 3: CONFidence 2014:

WordPress Security Ecosystem!

100 CVE’s in less than a month!

How we did it?

What Tale?

Page 4: CONFidence 2014:

60 Million Websites Worldwide

Powers 1 in 5 of all the worlds websites in the world

-Matt

Current stable release 3.9.1

Version 3.8 downloads > 20 Million times-Stats from Wikipedia

Page 5: CONFidence 2014:

Wordpress Ecosytem

Page 6: CONFidence 2014:
Page 7: CONFidence 2014:

Scary Enough?

Page 8: CONFidence 2014:

Still not??

Page 9: CONFidence 2014:
Page 10: CONFidence 2014:

WordPress Core – Stable 3.9.1

31,154 Plugins

More than 2.5K Themes

Wordpress Security Ecosytem

Page 11: CONFidence 2014:

Our attempt to Improve the Ecosystem

Page 12: CONFidence 2014:

Once Upon a Time

Credits - Anant Shrivastava

Page 13: CONFidence 2014:

Wait Something not right!

Page 14: CONFidence 2014:

Vulnerabilities Found!

Full path disclosure

-pma/error.php-pma/libraries/PMA_List_Database.class.php

PHP info disclosure

-pma/phpinfo.php

Security Bypass Allows direct access.

-pma/server_databases.php - Full access to all features including SQL window

-pma/main.php – reveals all the details of the database

Page 15: CONFidence 2014:

Timeliness

• Author Contacted: 24 July 2013

• No positive response from the author

• Wordpress Security Team contacted: 11 September 2013

• Plugin Disabled in the repository : 21 October 2013

Page 16: CONFidence 2014:

End Result?Plugin Closed!

CVE-2013-4462http://seclists.org/oss-sec/2013/q4/144

Page 17: CONFidence 2014:

Started Project CodeVigilant

• Spot new issues in Plugins/Themes

• Report to the relevant author

• Get the patch released

• Else close the Plugin/Theme

Page 18: CONFidence 2014:

What is required?

Apache/MySQL/PHP

XAMPP/WAMP

Python 2.7

Page 19: CONFidence 2014:

Our Approach

Download the latest WordPress and install locally

Download all Plugins (31k)

Download all Themes (2.5k)

Page 20: CONFidence 2014:

From Where do I get plugins/themes??

Page 21: CONFidence 2014:

http://themes.svn.wordpress.org/

Page 22: CONFidence 2014:

Download Themes Locally

Page 23: CONFidence 2014:

Now What?

Page 24: CONFidence 2014:

Started with Manual Approach!

Analyze Plugin/Theme source code

Understand the logic

Find Issues

Report !

Page 25: CONFidence 2014:

Slow Results!!

Page 26: CONFidence 2014:

Two Weeks Stats ??

Vulnerability Chart

LFI

Xss

Auth Bypass

Using Components With Known Vulnerabilities

10

9

1

1

Page 27: CONFidence 2014:

Took a Lot of Time!

Page 28: CONFidence 2014:

Lets Automate Everything!

Page 29: CONFidence 2014:

Started with Cross site Scripting!

Page 30: CONFidence 2014:
Page 31: CONFidence 2014:

Simple Logic!

Find all $_GET parameters

Replace their value with chk_string: '><script>alert(document.cookie)</script>

Send the request with the appropriate URL structure

Check if the response contains the chk_string

Page 32: CONFidence 2014:

Guess What!

• More than 100 valid XSS!

• Testing for XSS we also stumbled upon:– SSRF– LFI– Unvalidated Redirects and

Forwards

Page 33: CONFidence 2014:

Stats for the next 3 weeks!A3-Cross-Site Scripting 211

Unvalidated Redirects and Forwards

4

Local File Inclusion 6

Information Disclosure 1

Direct access & Auth Bypass

1

Using Components with Known Vulnerabilities

30

SSRF/XSPA 4

Injection 9

Page 34: CONFidence 2014:
Page 35: CONFidence 2014:

http://codevigilant.com/

Page 36: CONFidence 2014:

Future for codevigilant

Automation frameworks for other vulnerabilities

Explore other platforms like Drupal & Jumla

Encourage External Researchers to contribute.

Page 37: CONFidence 2014:

Prajal Kulkarni

@prajakulkarni http://www.prajalkulkarni.com

Anant Shrivastava @anantshri

http://www.anantshri.info

Project Leads

Page 38: CONFidence 2014:

Questions?

Page 39: CONFidence 2014: