CWE•Variant•Incomplete•5 recent CVEs
CWE-644Improper Neutralization of HTTP Headers for Scripting Syntax
Description
The product does not neutralize or incorrectly neutralizes web scripting syntax in HTTP headers that can be used by web browser components that can process raw headers, such as Flash.
[object Object]
Common consequences
- Integrity,Confidentiality,Availability→Execute Unauthorized Code or CommandsRun arbitrary code.
- Confidentiality→Read Application DataAttackers may be able to obtain sensitive information.
Potential mitigations
- Architecture and DesignPerform output validation in order to filter/escape/encode unsafe data that is being passed from the server in an HTTP response header.
- Architecture and DesignDisable script execution functionality in the clients' browser.