Lines Matching full:regular
17 =head2 [CVE-2020-10543] Buffer overflow caused by a crafted regular expression
20 nested regular expression quantifiers could cause a heap buffer overflow in
21 Perl's regular expression compiler that overwrites memory allocated after the
22 regular expression storage space with attacker supplied data.
30 =head2 [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expre…
33 regular expression engine could cause corruption of the intermediate language
34 state of a compiled regular expression. An attacker could abuse this behaviour
35 to insert instructions into the compiled form of a Perl regular expression.
39 =head2 [CVE-2020-12723] Buffer overflow caused by a crafted regular expression
41 Recursive calls to C<S_study_chunk()> by Perl's regular expression compiler to
42 optimize the intermediate language representation of a regular expression could
43 cause corruption of the intermediate language state of a compiled regular
51 flaws if it evaluates regular expressions supplied by the attacker. Evaluating
52 regular expressions in this fashion is known to be dangerous since the regular