GHSA-phj8-4cq3-794g · Severity: medium · Ecosystem: maven — Unencrypted storage of client side sessions
Ratpack is a toolkit for creating web applications. In versions prior to 1.9.0, the default configuration of client side sessions results in unencrypted, but signed, data being set as cookie values. This means that if something sensitive goes into the session, it could be read by something with access to the cookies. For this to be a vulnerability, some kind of sensitive data would need to be stored in the session and the session cookie would have to leak. For example, the cookies are not configured with httpOnly and an adjacent XSS vulnerability within the site allowed capture of the cookies. As of version 1.9.0, a securely randomly generated signing key is used. As a workaround, one may supply an encryption key, as per the documentation recommendation.
Conclusion & alert: CVE-2021-29481 is rated Low Risk (38.1/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.09%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2023-03-07 | 0.89% | 0.09% | -0.80% |
| 2 | 2022-04-01 | 10.85% | 0.89% | -9.97% |
| 3 | 2022-02-04 | — | 10.85% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-phj8-4cq3-794g · Severity: medium · Ecosystem: maven — Unencrypted storage of client side sessions
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| ratpack_project | ratpack | < 1.9.0 | cpe:2.3:a:ratpack_project:ratpack:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/ratpack/ratpack/pull/1590 | Patch Third Party Advisory |
| https://github.com/ratpack/ratpack/security/advisories/GHSA-phj8-4cq3-794g | Third Party Advisory |