Skip to main content

CWE-104: Struts: Form Bean Does Not Extend Validation Class

VariantDraft

If a form bean does not extend an ActionForm subclass of the Validator framework, it can expose the application to other weaknesses related to insufficient input validation.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Java
Platforms

Frequently Asked Questions

What is CWE-104: Struts: Form Bean Does Not Extend Validation Class?+

CWE-104: Struts: Form Bean Does Not Extend Validation Class is a Common Weakness Enumeration (CWE) entry maintained by MITRE. If a form bean does not extend an ActionForm subclass of the Validator framework, it can expose the application to other weaknesses related to insufficient input validation.

What are the security consequences of Struts: Form Bean Does Not Extend Validation Class?+

If exploited, CWE-104 (Struts: Form Bean Does Not Extend Validation Class) it can compromise Other, Confidentiality, Integrity and Availability, leading to outcomes such as Other.

How do you prevent or mitigate Struts: Form Bean Does Not Extend Validation Class?+

Recommended mitigations for CWE-104 include: Ensure that all forms extend one of the Validation Classes.

Which programming languages are affected by Struts: Form Bean Does Not Extend Validation Class?+

CWE-104 commonly affects Java. Note that weaknesses are often language-agnostic patterns, so secure coding practices apply broadly.

What is the difference between a CWE and a CVE?+

A CWE (Common Weakness Enumeration) like CWE-104 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.

Learn More