Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Apple/Java vulnerability

...

TODO

Related Vulnerabilities

Vulnerability CVE-2008-5339 concerns a series of vulnerabilities in Java. In one of the vulnerabilities, an applet causes an object is deserialized using ObjectInputStream.readObject(), but the input is controlled by an attacker. The object actually read in is a serializable subclass of ClassLoader, and it has a readObject() method that stashes the object instance into a static variable; consequently the object survives the serialization. As a result, the applet has managed to construct a ClassLoader object, by-passing the restrictions against doing so in an applet, and that ClassLoader allows it to construct classes that are not subject to the security restrictions of an applet. A more complete description of the vulnerability is available at http://slightlyrandombrokenthoughts.blogspot.com/2008/12/calendar-bug.html

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

...