You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether it's safe, I don't use .NET Core in production :)
I guess if BinaryFormatter is available in .NET Core, it can be vulnerable.
Would you mind experimenting with ysoserial.net payloads?
Some classes in SafeDeserializationHelpers are not relevant for .NET Core
because of the missing Remoting stack (channels, sinks, etc), but serialization
binder and delegate serialization holder perhaps can be relevant.
Hi yallie,
is is possible/necessary to target the project to .NET Standard 2.0 or is the standard framework safe?
Many greetings
heikar
The text was updated successfully, but these errors were encountered: