CVE-2020-26251
CVSS V2 Medium 4.3
CVSS V3 Medium 4.7
Description
Open Zaak is a modern, open-source data- and services-layer to enable zaakgericht werken, a Dutch approach to case management. In Open Zaak before version 1.3.3 the Cross-Origin-Resource-Sharing policy in Open Zaak is currently wide open - every client is allowed. This allows evil.com to run scripts that perform AJAX calls to known Open Zaak installations, and the browser will not block these. This was intended to only apply to development machines running on localhost/127.0.0.1. Open Zaak 1.3.3 disables CORS by default, while it can be opted-in through environment variables. The vulnerability does not actually seem exploitable because: a) The session cookie has a `Same-Site: Lax` policy which prevents it from being sent along in Cross-Origin requests. b) All pages that give access to (production) data are login-protected c) `Access-Control-Allow-Credentials` is set to `false` d) CSRF checks probably block the remote origin, since they're not explicitly added to the trusted allowlist.
Overview
- CVE ID
- CVE-2020-26251
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-12-18T18:15:12
- Last Modified Date
- 2020-12-22T19:30:04
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:openzaak:open_zaak:*:*:*:*:*:*:*:* | 1 | OR | 1.3.3 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:N/C:N/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 4.3
- Severity
- MEDIUM
- Exploitability Score
- 8.6
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- HIGH
- Privileges Required
- NONE
- User Interaction
- REQUIRED
- Scope
- CHANGED
- Confidentiality Impact
- LOW
- Availability Impact
- NONE
- Base Score
- 4.7
- Base Severity
- MEDIUM
- Exploitability Score
- 1.6
- Impact Score
- 2.7
References
Reference URL | Reference Tags |
---|---|
https://github.com/open-zaak/open-zaak/commit/952269269f1b629fce9c94485f83ac13f31d6c46 | Patch Third Party Advisory |
https://github.com/open-zaak/open-zaak/security/advisories/GHSA-chhr-gxrg-64x7 | Third Party Advisory |
https://github.com/open-zaak/open-zaak/blob/master/CHANGELOG.rst#133-2020-12-17 | Release Notes Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-26251 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26251 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:29:37 | Added to TrackCVE | |||
2022-12-05 18:34:28 | 2020-12-18T18:15Z | 2020-12-18T18:15:12 | CVE Published Date | updated |
2022-12-05 18:34:28 | 2020-12-22T19:30:04 | CVE Modified Date | updated | |
2022-12-05 18:34:28 | Analyzed | Vulnerability Status | updated |