Vulnerabilities (CVE)

Filtered by vendor Apache Subscribe
Filtered by product Roller
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-33580 1 Apache 1 Roller 2021-08-26 4.3 MEDIUM 7.5 HIGH
User controlled `request.getHeader("Referer")`, `request.getRequestURL()` and `request.getQueryString()` are used to build and run a regex expression. The attacker doesn't have to use a browser and may send a specially crafted Referer header programmatically. Since the attacker controls the string and the regex pattern he may cause a ReDoS by regex catastrophic backtracking on the server side. This problem has been fixed in Roller 6.0.2.
CVE-2015-0249 1 Apache 1 Roller 2017-07-27 6.5 MEDIUM 7.2 HIGH
The weblog page template in Apache Roller 5.1 through 5.1.1 allows remote authenticated users with admin privileges for a weblog to execute arbitrary Java code via crafted Velocity Text Language (aka VTL).