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 Web-App-Sec
[Top] [All Lists]

Re: [WEB SECURITY] By default, the Verifier is disabled on .Net and Java

Subject: Re: [WEB SECURITY] By default, the Verifier is disabled on .Net and Java
Date: Wed, 3 May 2006 14:43:05 +0700

On 3 May 2006, at 06:49, Dinis Cruz wrote:

Here is a more detailed explanation of why (in my previous post) I said: /"99% of .Net and Java code that is currently deployed is executed on an environment where the VM verifier is disabled, ."/

------------------

In .Net the verifier (the CLR function that checks for type safety) is only enabled on partial trust .Net environments.

Java has implemented this a bit differently, in that the byte code verifier and the security manager are independent. So you could for example, run an application with an airtight security policy (equiv to partial trust), but it could still be vulnerable to type confusion attacks if the verifier was not explicitly enabled. To have both enabled you'd need to run with:
java -verify -Djava.security.policy ...


regards,

--
Stephen de Vries
Corsaire Ltd
E-mail: stephen@corsaire.com
Tel:    +44 1483 226014
Fax:    +44 1483 226068
Web:    http://www.corsaire.com






------------------------------------------------------------------------- Sponsored by: Watchfire

The Twelve Most Common Application-level Hack Attacks
Hackers continue to add billions to the cost of doing business online despite security executives' efforts to prevent malicious attacks. This whitepaper identifies the most common methods of attacks that we have seen, and outlines a guideline for developing secure web applications. Download this whitepaper today!


https://www.watchfire.com/securearea/whitepapers.aspx?id=701300000007t9r
--------------------------------------------------------------------------

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