apache shenyu CVE-2022-26650 is a vulnerability in Apache Shenyu
Published on May 17, 2022

Apache ShenYu (incubating) Regular expression denial of service
In Apache ShenYui, ShenYu-Bootstrap, RegexPredicateJudge.java uses Pattern.matches(conditionData.getParamValue(), realData) to make judgments, where both parameters are controllable by the user. This can cause an attacker pass in malicious regular expressions and characters causing a resource exhaustion. This issue affects Apache ShenYu (incubating) 2.4.0, 2.4.1 and 2.4.2 and is fixed in 2.4.3.

NVD

Weakness Type

What is a ReDoS Vulnerability?

The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles. Some regular expression engines have a feature called "backtracking". If the token cannot match, the engine "backtracks" to a position that may result in a different token that can match. Backtracking becomes a weakness if all of these conditions are met:

CVE-2022-26650 has been classified to as a ReDoS vulnerability or weakness.


Products Associated with CVE-2022-26650

Want to know whenever a new CVE is published for Apache Shenyu? stack.watch will email you.

 

Affected Versions

Apache Software Foundation Apache ShenYu (incubating):

Exploit Probability

EPSS
1.26%
Percentile
79.15%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.