From 507e646405bb6ffe496081decd32249f7074fadc Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Thu, 24 Sep 2020 10:13:40 -0600 Subject: [PATCH] Add CVE-2020-15223 for GHSA-7mqr-2v3q-v2wm --- 2020/15xxx/CVE-2020-15223.json | 87 +++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15223.json b/2020/15xxx/CVE-2020-15223.json index 2b021597278..42b597abb95 100644 --- a/2020/15xxx/CVE-2020-15223.json +++ b/2020/15xxx/CVE-2020-15223.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15223", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Ignored storage errors on token revokation in ORY Fosite" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "fosite", + "version": { + "version_data": [ + { + "version_value": "< 0.34.0" + } + ] + } + } + ] + }, + "vendor_name": "ory" + } + ] + } + }, + "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": "In ORY Fosite (the security first OAuth2 & OpenID Connect framework for Go) before version 0.34.0, the `TokenRevocationHandler` ignores errors coming from the storage. This can lead to unexpected 200 status codes indicating successful revocation while the token is still valid. Whether an attacker can use this for her advantage depends on the ability to trigger errors in the store.\n\nThis is fixed in version 0.34.0" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-755: Improper Handling of Exceptional Conditions" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/ory/fosite/security/advisories/GHSA-7mqr-2v3q-v2wm", + "refsource": "CONFIRM", + "url": "https://github.com/ory/fosite/security/advisories/GHSA-7mqr-2v3q-v2wm" + }, + { + "name": "https://github.com/ory/fosite/commit/03dd55813f5521985f7dd64277b7ba0cf1441319", + "refsource": "MISC", + "url": "https://github.com/ory/fosite/commit/03dd55813f5521985f7dd64277b7ba0cf1441319" + }, + { + "name": "https://tools.ietf.org/html/rfc7009#section-2.2.1", + "refsource": "MISC", + "url": "https://tools.ietf.org/html/rfc7009#section-2.2.1" + } + ] + }, + "source": { + "advisory": "GHSA-7mqr-2v3q-v2wm", + "discovery": "UNKNOWN" } } \ No newline at end of file