CWE-109: Struts: Validator Turned Off

VariantDraft

Automatic filtering via a Struts bean has been turned off, which disables the Struts Validator and custom validation logic. This exposes 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-109: Struts: Validator Turned Off?+

CWE-109: Struts: Validator Turned Off is a Common Weakness Enumeration (CWE) entry maintained by MITRE. Automatic filtering via a Struts bean has been turned off, which disables the Struts Validator and custom validation logic. This exposes the application to other weaknesses related to insufficient input validation.

What are the security consequences of Struts: Validator Turned Off?+

If exploited, CWE-109 (Struts: Validator Turned Off) it can compromise Access Control, leading to outcomes such as Bypass Protection Mechanism.

How do you prevent or mitigate Struts: Validator Turned Off?+

Recommended mitigations for CWE-109 include: Ensure that an action form mapping enables validation. Set the validate field to true.

Which programming languages are affected by Struts: Validator Turned Off?+

CWE-109 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-109 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