Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the security ramifications of using the Externalizable interface?

0
Posted

What are the security ramifications of using the Externalizable interface?

0

Location: http://www.jguru.com/faq/view.jsp?EID=2597 Created: Dec 14, 1999 Modified: 1999-12-22 23:58:13.386 Author: Govind Seshadri (http://www.jguru.com/guru/viewbio.jsp?EID=14) The methods within the Externalizable interface, readExternal() and writeExternal() have public scope. This implies some client object could potentially bypass the Java sandbox mechanisms and overwrite or gain access to the state of an externalizable object. As a general rule of thumb, a class should implement the Externalizable interface only if the object contains nonsensistive information.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123