Skip to content

Apache Tapestry 5.8.1 vulnerable to ReDoS via Content Types causing catastrophic backtracking

High severity GitHub Reviewed Published Jul 14, 2022 to the GitHub Advisory Database • Updated Jul 24, 2023

Package

maven org.apache.tapestry:tapestry-core (Maven)

Affected versions

< 5.8.2

Patched versions

5.8.2

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.

References

Published by the National Vulnerability Database Jul 13, 2022
Published to the GitHub Advisory Database Jul 14, 2022
Reviewed Jul 15, 2022
Last updated Jul 24, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE ID

CVE-2022-31781

GHSA ID

GHSA-227g-7cvv-6ff3

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.