Regular Expression Denial of Service (ReDoS) in ContentType.java. (GHSL-2022-022)
Description
Apache Tapestry up to version 5.8.1 is vulnerable to Regular Expression Denial of Service (ReDoS) in the way it handles Content Types. Specially crafted Content Types may cause catastrophic backtracking, taking exponential time to complete. Specifically, this is about the regular expression used on the parameter of the org.apache.tapestry5.http.ContentType class. Apache Tapestry 5.8.2 has a fix for this vulnerability. Notice the vulnerability cannot be triggered by web requests in Tapestry code alone. It would only happen if there's some non-Tapestry codepath passing some outside input to the ContentType class constructor.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.tapestry:tapestry-coreMaven | < 5.8.2 | 5.8.2 |
Affected products
2Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-227g-7cvv-6ff3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-31781ghsaADVISORY
- github.com/apache/tapestry-5/commit/3c8d6103832eec3bc06029dd2532f06df717431fghsaWEB
- www.openwall.com/lists/oss-security/2022/07/12/3ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.