Showing posts with label bsideslv. Show all posts
Showing posts with label bsideslv. Show all posts

Wednesday, September 26, 2012

CoSoSys Predicable Password CVE-2012-2994

CVE-2012-2994 describes a vulnerability in the CoSoSys Endpoint Protector 4 appliance that I mentioned in my BsidesLV talk.  The bottom-line is that once the appliance is activated, a script is ran that sets several passwords using a variation of the serial number.  The account "epproot" is a root-equivalent account and can be used to SSH into the appliance.  The password is not provided from the company so if you would like to control the appliance, use the following PowerShell script:

Get-EPPPassword Function

The vulnerability lies in the fact that there are an extremely limited number of possible password combinations  (91) which can be easily brute-forced.  To generate the complete list of possible passwords with PowerShell:


The output should look like the following screenshot, but can be downloaded here:



Thanks for reading and I hope to see everyone at Derbycon!

-Chris

Tuesday, July 31, 2012

Blackhat, BsidesLV and Defcon

I had a great time at Las Vegas security week this year and had the honor of presenting at Black Hat USA and BsidesLV. I appreciate everyone's support and feedback.  I have never presented before and it was both exciting and humbling to talk to the attendees of both talks.

I plan on posting all presentation slides here, but you can find additional information related to the "Passing the Hash" talk at this blog.   

Skip took the time to add audio to the demos from the talk. In case you missed the talk, view the slides and the demos should give you a good idea of the main points.







 -Chris