TRB-081v1.0.0 · native_serialized_payload_detected
Native serialized payload detected
Native serialized payload detected identifies the input can request unsafe object construction during deserialization.
CWE mapping
CWE-502insufficient recognition
Assurance
The analyzer verified the reported construct is present in the supplied input.
Conditional: Impact depends on how the destination parser, runtime, or deployment is configured.
Inert example
Displayed as text only. tryb does not execute this example.
[inert example for native_serialized_payload_detected]Remediation
remove-capability. Remove the parser or runtime capability that gives this construct power.
Verify: Test with the deployed consumer and confirm the capability is unavailable.
What to verify next
Confirm the exact production parser and security settings before treating this as exploitable.