Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security FullDisclosure
[Top] [All Lists]

Re: [Full-disclosure] 4 Questions: Latest IE vulnerability, Firefox vs I

Subject: Re: [Full-disclosure] 4 Questions: Latest IE vulnerability, Firefox vs IE security, User vs Admin risk profile, and browsers coded in 100% Managed Verifiable code
Date: Mon, 27 Mar 2006 10:07:13 -0500
On 3/27/06, Pilon Mntry <pilonmntry@yahoo.com> wrote:
What about
using the
facilities already provided by the OS to enforce the
sandbox?

But then will it be possible to prevent buffer
overflows, still running on unmanaged code?

No.  You could use PAX or the like to try to make buffer overflows
less exploitable, but mandatory access controls have a different
focus.  Mandatory access controls kick in when the exploit has done
its work and is now executing arbitrary code in the context of your
browser.  The access controls operate at the kernel level to prevent
the code from performing system calls that haven't been explicitly
allowed.

In the case of the calculator demo for the createTextRange
vulnerability, the attempt to execute the calculator would have
failed, because the browser would not have permission to execute
arbitrary files.

I wasn't sure if Windows actually supported mandatory access controls,
so I poked around on Microsoft's web site a bit.  Yes, Windows
supports MAC.  Even better, IE 7 will include a "protected" mode that
uses MAC to lock down the browser.  This is a step in the right
direction.

http://tinyurl.com/ncp35

In his original note, Dinis raised a good point: even a restricted
browser has access to all kinds of sensitive personal information,
such as passwords to web sites.  MAC would not prevent an exploit from
stealing that kind of data.

Regards,
Brian

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

<Prev in Thread] Current Thread [Next in Thread>