CWE-624Executable Regular Expression Error

PUBLISHEDweakness record
released 2007-05-07 · last modified 2025-12-11

Metadata

CWE ID:
CWE-624
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2007-05-07
更新日期:
2025-12-11

名称

Executable Regular Expression Error

描述

The product uses a regular expression that either (1) contains an executable component with user-controlled inputs, or (2) allows a user to enable execution by inserting pattern modifiers.

Case (2) is possible in the PHP preg_replace() function, and possibly in other languages when a user-controlled input is inserted into a string that is later parsed as a regular expression.

常见后果

范围:
Confidentiality, Integrity, Availability
影响:
Execute Unauthorized Code or Commands

相关 CWE