diff options
| -rw-r--r-- | etc/news.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 6d7a4a9d4f7..9b23c7ca0f1 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | ;; Copyright © 2021 Leo Famulari <leo@famulari.name> | 13 | ;; Copyright © 2021 Leo Famulari <leo@famulari.name> |
| 14 | ;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> | 14 | ;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> |
| 15 | ;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> | 15 | ;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> |
| 16 | ;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> | ||
| 16 | ;; | 17 | ;; |
| 17 | ;; Copying and distribution of this file, with or without modification, are | 18 | ;; Copying and distribution of this file, with or without modification, are |
| 18 | ;; permitted in any medium without royalty provided the copyright notice and | 19 | ;; permitted in any medium without royalty provided the copyright notice and |
| @@ -21,6 +22,26 @@ | |||
| 21 | (channel-news | 22 | (channel-news |
| 22 | (version 0) | 23 | (version 0) |
| 23 | 24 | ||
| 25 | (entry (commit "2161820ebbbab62a5ce76c9101ebaec54dc61586") | ||
| 26 | (title | ||
| 27 | (en "Risk of local privilege escalation during user account creation")) | ||
| 28 | (body | ||
| 29 | (en "A security vulnerability that can lead to local privilege | ||
| 30 | escalation has been found in the code that creates user accounts on Guix | ||
| 31 | System---Guix on other distros is unaffected. The system is only vulnerable | ||
| 32 | during the activation of user accounts that do not already exist. | ||
| 33 | |||
| 34 | The attack can happen when @command{guix system reconfigure} is running. | ||
| 35 | Running @command{guix system reconfigure} can trigger the creation of new user | ||
| 36 | accounts if the configuration specifies new accounts. If a user whose account | ||
| 37 | is being created manages to log in after the account has been created but | ||
| 38 | before ``skeleton files'' have been copied to its home directory, they may, by | ||
| 39 | creating an appropriately-named symbolic link in the home directory pointing | ||
| 40 | to a sensitive file, such as @file{/etc/shadow}, get root privileges. | ||
| 41 | |||
| 42 | See @uref{https://issues.guix.gnu.org/47584} for more information on this | ||
| 43 | bug."))) | ||
| 44 | |||
| 24 | (entry (commit "e52ec6c64a17a99ae4bb6ff02309067499915b06") | 45 | (entry (commit "e52ec6c64a17a99ae4bb6ff02309067499915b06") |
| 25 | (title | 46 | (title |
| 26 | (en "New supported platform: powerpc64le-linux") | 47 | (en "New supported platform: powerpc64le-linux") |
