複数のクラスが同じ名前を持つ可能性がある場合、間違ったクラスを使用してしまう可能性があります。
オブジェクトのメソッドやデータを信頼するかどうかの判断がクラスの名前に基づいている場合、悪意のあるユーザーが信頼されたクラスと同じ名前のオブジェクトを送信し、それによって既知のクラスや型に与えられる信頼を得ることが可能です。
The product compares classes by name, which can cause it to use the wrong class when multiple classes can have the same name.
If the decision to trust the methods and data of an object is based on the name of a class, it is possible for malicious users to send objects of the same name as trusted classes and thereby gain the trust afforded to known classes and types.