DynamicExpresso.Core is vulnerable to Unsafe Reflection
88
High Risk
DynamicExpresso blocks reflection by default, but DisableReflectionVisitor only inspects static expression-tree nodes. With InterpreterOptions.LateBindObject enabled, casting a System.Type to object emits dynamic call sites that skip that check, so an attacker-controlled expression can load System.Diagnostics.Process and execute commands as the host process. The patch enforces the same reflection policy against the runtime target of late-bound operations.
You are affected if you are using a version that falls within the vulnerable range, enable InterpreterOptions.LateBindObject, and evaluate untrusted expression text.
DynamicExpresso.Core is vulnerable to Unsafe Reflection in versions 2.8.0 - 2.19.3.
Upgrade the DynamicExpresso.Core library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant