From 5c330c8c031673756b729ed96288f653278b1816 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 17:23:58 +0000 Subject: [PATCH] Add CVE-2022-31000 for GHSA-8639-qx56-r428 Add CVE-2022-31000 for GHSA-8639-qx56-r428 --- 2022/31xxx/CVE-2022-31000.json | 88 +++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 6 deletions(-) diff --git a/2022/31xxx/CVE-2022-31000.json b/2022/31xxx/CVE-2022-31000.json index 20c54b67aa2..030b988cb6c 100644 --- a/2022/31xxx/CVE-2022-31000.json +++ b/2022/31xxx/CVE-2022-31000.json @@ -1,18 +1,94 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31000", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "CSRF allows attacker to finalize/unfinalize order adjustments in solidus_backend" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "solidus", + "version": { + "version_data": [ + { + "version_value": "< 2.11.16" + }, + { + "version_value": ">= 3.0.0, < 3.0.6" + }, + { + "version_value": ">= 3.1.0, < 3.1.6" + } + ] + } + } + ] + }, + "vendor_name": "solidusio" + } + ] + } + }, + "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": "solidus_backend is the admin interface for the Solidus e-commerce framework. Versions prior to 3.1.6, 3.0.6, and 2.11.16 contain a cross-site request forgery (CSRF) vulnerability. The vulnerability allows attackers to change the state of an order's adjustments if they hold its number, and the execution happens on a store administrator's computer. Users should upgrade to solidus_backend 3.1.6, 3.0.6, or 2.11.16 to receive a patch." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 2.3, + "baseSeverity": "LOW", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352: Cross-Site Request Forgery (CSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/solidusio/solidus/security/advisories/GHSA-8639-qx56-r428", + "refsource": "CONFIRM", + "url": "https://github.com/solidusio/solidus/security/advisories/GHSA-8639-qx56-r428" + }, + { + "name": "https://github.com/solidusio/solidus/commit/de796a2e0be7f154cae48b46e267501559d9716c", + "refsource": "MISC", + "url": "https://github.com/solidusio/solidus/commit/de796a2e0be7f154cae48b46e267501559d9716c" + } + ] + }, + "source": { + "advisory": "GHSA-8639-qx56-r428", + "discovery": "UNKNOWN" } } \ No newline at end of file