diff --git a/2022/35xxx/CVE-2022-35919.json b/2022/35xxx/CVE-2022-35919.json index 39bb9deb07c..19d7a882282 100644 --- a/2022/35xxx/CVE-2022-35919.json +++ b/2022/35xxx/CVE-2022-35919.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-2022-35919", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Authenticated requests for server update admin API allows path traversal in minio" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "minio", + "version": { + "version_data": [ + { + "version_value": "< RELEASE.2022-07-29T19-40-48Z" + } + ] + } + } + ] + }, + "vendor_name": "minio" + } + ] + } + }, + "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": "MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. In affected versions all 'admin' users authorized for `admin:ServerUpdate` can selectively trigger an error that in response, returns the content of the path requested. Any normal OS system would allow access to contents at any arbitrary paths that are readable by MinIO process. Users are advised to upgrade. Users unable to upgrade may disable ServerUpdate API by denying the `admin:ServerUpdate` action for your admin users via IAM policies." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/minio/minio/security/advisories/GHSA-gr9v-6pcm-rqvg", + "refsource": "CONFIRM", + "url": "https://github.com/minio/minio/security/advisories/GHSA-gr9v-6pcm-rqvg" + }, + { + "name": "https://github.com/minio/minio/pull/15429", + "refsource": "MISC", + "url": "https://github.com/minio/minio/pull/15429" + }, + { + "name": "https://github.com/minio/minio/commit/bc72e4226e669d98c8e0f3eccc9297be9251c692", + "refsource": "MISC", + "url": "https://github.com/minio/minio/commit/bc72e4226e669d98c8e0f3eccc9297be9251c692" + } + ] + }, + "source": { + "advisory": "GHSA-gr9v-6pcm-rqvg", + "discovery": "UNKNOWN" } } \ No newline at end of file