A security scan may identify a CWE-915 (Improperly Controlled Modification of Dynamically-Determined Object Attributes), also known as API Mass Assignment, within the DX Unified Infrastructure Management (UIM) backend API.
DX UIM Operator Console - any version
This finding is typically triggered by automated scanners that detect endpoints accepting structured data (JSON/XML). The scanner assumes the backend might automatically bind all input fields to internal data models without a filtering layer.
This finding is a False Positive.
DX UIM employs a secure data-binding architecture that prevents Mass Assignment vulnerabilities through the following mechanisms:
Because the backend rejects or ignores any data not matching the defined schema, the inclusion of extra parameters by a user does not pose a security risk.