Skip to content

Commit 88b951e

Browse files
committed
adding security release
1 parent 41fc73b commit 88b951e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

_posts/2017-02-14-release-2-2-1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Singularity 2.2.1 Security Release"
3+
category: releases
4+
permalink: "release-2-2-1"
5+
version: "2.2.1"
6+
---
7+
8+
For the full release announcement and downloads, please see <a target="_blank" href="https://github.com/singularityware/singularity/releases/tag/2.2.1">the release on Github</a>.
9+
10+
This release includes a fix for a Moderate Severity security issue, and other improvements to version 2.2.
11+
12+
## Security information:
13+
14+
In versions of Singularity previous to 2.2.1, it was possible for a malicious user to create and manipulate specifically crafted raw devices within containers they own. Utilizing `MS_NODEV` as a container image mount option mitigates this potential vector of attack. As a result, this update should be implemented with high urgency. A big thanks to Mattias Wadenstein (@UMU in Sweden) for identifying and reporting this issue!
15+
16+
17+
### Other improvements:
18+
19+
* Fixed some leaky file descriptors
20+
* Cleaned up `*printf()` usage
21+
* Catch if user's group is not properly defined
22+
23+
Please report any additional bugs <a href="https://github.com/singularityware/singularity/issues/new" target="_blank">as issues</a>.
24+
25+
Thank you!

0 commit comments

Comments
 (0)