diff --git a/2021/29xxx/CVE-2021-29481.json b/2021/29xxx/CVE-2021-29481.json index 9a51f87b8e8..f3640748054 100644 --- a/2021/29xxx/CVE-2021-29481.json +++ b/2021/29xxx/CVE-2021-29481.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-29481", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Client side sessions should not allow unencrypted storage" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ratpack", + "version": { + "version_data": [ + { + "version_value": "< 1.9.0" + } + ] + } + } + ] + }, + "vendor_name": "ratpack" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "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." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-312: Cleartext Storage of Sensitive Information" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/ratpack/ratpack/security/advisories/GHSA-phj8-4cq3-794g", + "refsource": "CONFIRM", + "url": "https://github.com/ratpack/ratpack/security/advisories/GHSA-phj8-4cq3-794g" + }, + { + "name": "https://github.com/ratpack/ratpack/pull/1590", + "refsource": "MISC", + "url": "https://github.com/ratpack/ratpack/pull/1590" + } + ] + }, + "source": { + "advisory": "GHSA-phj8-4cq3-794g", + "discovery": "UNKNOWN" } } \ No newline at end of file