|
Status: Draft Weakness ID: 116 (Weakness Class)Description Summary The software does not sufficiently sanitize output before it is sent to a different control sphere. Demonstrative Examples Here a value read from an HTML form parameter is reflected back to the client browser without having been sanitized prior to output. Java Example: <% String email = request.getParameter("email"); %> ... Email Address: <%= email %>
Relationships
Applicable Platforms Languages All Time of Introduction Architecture and Design Implementation OperationRelated Attack Patterns
Content History Modifications Sean Eidemiller. Cigital. 2008-07-01. (External) added/updated demonstrative examples Eric Dalci. Cigital. 2008-07-01. (External) updated Time_of_Introduction CWE Content Team. MITRE. 2008-09-08. (Internal) updated Name, Relationships Previous Entry Names Output Validation (changed 2008-04-11) Incorrect Output Sanitization (changed 2008-09-09) |
|
|
|||