CWE-93Improper Neutralization of CRLF Sequences ('CRLF Injection')

PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11
CWE-93 - Improper Neutralization of CRLF Sequences ('CRLF Injection') - Diagram

Metadata

CWE ID:
CWE-93
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Improper Neutralization of CRLF Sequences ('CRLF Injection')

描述

The product uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs.

常见后果

范围:
Integrity
影响:
Modify Application Data

相关 CWE