We just published a new documentation page on Deserialization Security and Gadget Chains.
This was prompted by a new report on a deserialization gadget chain starting at scala.collection.concurrent.TrieMap.readObject and using multiple classes from the Scala standard library.
In short, if an attacker can control the data that an application deserializes, it is possible to execute url.openStream() for an attacker-controlled URL.
The new page explains how such attacks work and why we treat the corresponding vulnerability as an application-side issue, not something to address in the Scala standard library.