CWE-102

Struts: Duplicate Validation Forms

The product uses multiple validation forms with the same name, which might cause the Struts Validator to validate a form that the programmer does not expect.

Mitigation

Phase: Implementation

Description:

  • The DTD or schema validation will not catch the duplicate occurrence of the same form name. To find the issue in the implementation, manual checks or automated static analysis could be applied to the xml configuration files.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page