Umbra Wiki weakness weakness/CWE-185
Back to wiki

CWE-185 — Incorrect Regular Expression

provenance: imported · CWE: CWE-185

CWE-185: Incorrect Regular Expression

MITRE CWE weakness

Kind Weakness
Abstraction Class
Status Draft
Likelihood of exploit

Description

The product specifies a regular expression in a way that causes data to be improperly matched or compared.

When the regular expression is used in protection mechanisms such as filtering or validation, this may allow an attacker to bypass the intended restrictions on the incoming data.

Common consequences

  • Other: Unexpected State, Varies by Context
  • Access Control: Bypass Protection Mechanism

Mitigations

Implementation — Regular expressions can become error prone when defining a complex language even for those experienced in writing grammars. Determine if several smaller regular expressions simplify one large regular expression. Also, subject the regular expression to thorough testing techniques such as equivalence partitioning, boundary value analysis, and robustness. After testing and a reasonable confidence level is achieved, a regular expression may not be foolproof. If an exploit is allowed to slip through, then record the exploit and refactor the regular expression.

References

  • CWE page: https://cwe.mitre.org/data/definitions/185.html
  • CWE list: https://cwe.mitre.org/data/index.html