Skip to content

Commit 14f460f

Browse files
jaimergpjezdez
andcommitted
add blog/2023-07-13-installer-security-fixes.md
Co-authored-by: jezdez <[email protected]>
1 parent 96efe68 commit 14f460f

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
authors:
3+
- core
4+
tags: [security]
5+
---
6+
# Security updates to our installers
7+
8+
In June 2023, software engineers from
9+
[Anaconda](https://www.anaconda.com) have reported a security issue in
10+
the uninstallers that are included in the Windows versions of the
11+
[miniforge and mambaforge
12+
installers](https://github.com/conda-forge/miniforge), one of the main
13+
ways to bootstrap conda-forge based conda and mamba distributions.
14+
15+
<!--truncate -->
16+
17+
The issue could, under specific conditions, unintentionally delete files
18+
from your system during the uninstallation process. Anaconda has
19+
published more details in the related
20+
[blogpost](https://www.anaconda.com/blog/windows-installer-security-fix)
21+
about the security fix for the miniconda and Anaconda Distribution
22+
Windows installers as well.
23+
24+
conda-forge is committed to fix the miniforge and mambaforge installers
25+
equally to reduce the possible impact on conda-forge users and has
26+
worked with Anaconda to mitigate the issue.
27+
28+
- As such, we are strongly recommending all users of miniforge and
29+
mambaforge to **update immediately** to the latest versions of
30+
miniforge and mambaforge. Please download them from the [miniforge
31+
repository's main page](https://github.com/conda-forge/miniforge)
32+
or the [release specific
33+
page](https://github.com/conda-forge/miniforge/releases/tag/23.1.0-4).
34+
- For older versions, we are providing a **security patch for already
35+
installed miniforge and mambaforge installations**. You can download
36+
these from [release specific
37+
page](https://github.com/conda-forge/miniforge/releases/tag/23.1.0-4)
38+
as well, under the names
39+
`Miniforge3-uninstaller-patch-Windows-x86_64.exe` and
40+
`Mambaforge-uninstaller-patch-Windows-x86_64.exe`.
41+
42+
:::note
43+
To uninstall older versions of miniforge and mambaforge released before
44+
July 1, 2023, please download the security patch fix prior to
45+
uninstallation.
46+
:::
47+
48+
In order for this flaw to be triggered, a specific combination of
49+
factors must align, including uninstallation permissions, system access,
50+
usage of Windows, and an existing installation of miniforge or
51+
mambaforge.

0 commit comments

Comments
 (0)