xiaoyaoes/modelscan-regularizer-constraint-bypass
07
ModelScan Regularizer & Constraint from_config Bypass
What This Is
ModelScan only checks Lambda layers. Regularizers and constraints embedded inside layer configs (kernel_regularizer, bias_regularizer, kernel_constraint, bias_constraint) are completely ignored.
This .keras file uses both a custom regularizer and a custom constraint, each with malicious from_config(). ModelScan reports 0 Issues. Loading triggers both payloads.
Verify
python3 poc.pyAttack Surface
Layer config sub-fields not scanned by ModelScan:
kernel_regularizer/bias_regularizer/activity_regularizerkernel_constraint/bias_constraintkernel_initializer/bias_initializer(separate bypass)
Disclosure
Submitted to ProtectAI via huntr.dev.
