summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-28 14:02:18 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-28 14:02:18 +0200
commit52682816472ef02c1458f1ea356c30bb847b1209 (patch)
tree38dddad9c03eb689b9d5a7aee3159c7bdbe4df0a
parentfa7ba1bfb597f974d5eb46bb2612e5051ac70a9c (diff)
parentadaa2ed86dc7b6f8d7b2ecd6c65944db2f49d66b (diff)
downloadmullvadvpn-52682816472ef02c1458f1ea356c30bb847b1209.tar.xz
mullvadvpn-52682816472ef02c1458f1ea356c30bb847b1209.zip
Merge branch 'add-cve-numbers-to-changelog'
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03264b787c..841327c837 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,10 @@ Line wrap the file at 100 chars. Th
- Redact IPv6 address that start or end with double colons in problem reports.
- Improve tray icon response time by disabling the double click handling.
+### Security
+- Prevent Electron from executing/navigating to files being drag-and-dropped onto the app GUI. This
+ fixes [MUL-01-001](./audits/2018-09-24-assured-cure53.md#miscellaneous-issues)
+
## [2018.3] - 2018-09-17
### Changed
@@ -53,7 +57,8 @@ Line wrap the file at 100 chars. Th
#### Windows
- Lock the installation directory to `C:\Program Files\Mullvad VPN`. This prevents potential local
privilege escalation by ensuring all binaries executed by the `SYSTEM` user, as part of the
- Mullvad system service, are stored where unprivileged users can't modify them.
+ Mullvad system service, are stored where unprivileged users can't modify them. This fixes
+ [MUL-01-004](./audits/2018-09-24-assured-cure53.md#identified-vulnerabilities).
## [2018.3-beta1] - 2018-09-13