diff options
| author | John Kehayias <john@guixotic.coop> | 2026-07-02 15:42:42 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-07-02 15:42:42 -0400 |
| commit | 0019cf57f329e4022b3c7e6c370f6e9edc6059d9 (patch) | |
| tree | b43d346a0c1aa074ac90d8ab1f3682e7e1375641 /etc | |
| parent | 897832f374dcdc9eeaf19d01e70b9a92fccfc68c (diff) | |
news: Add entry about security issues.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 95560d78aa0..f5342e7a93b 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -44,6 +44,25 @@ | |||
| 44 | (channel-news | 44 | (channel-news |
| 45 | (version 0) | 45 | (version 0) |
| 46 | 46 | ||
| 47 | (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c") | ||
| 48 | (title | ||
| 49 | (en "Several security issues fixed in Guix")) | ||
| 50 | (body | ||
| 51 | (en "Several security issues (four CVE numbers pending) have been | ||
| 52 | identified in Guix. These affect @code{guix substitute} and authentication of | ||
| 53 | channels with attacker-controlled names in @command{guix pull} and | ||
| 54 | @command{guix time-machine}. These issues can lead to remote privilege | ||
| 55 | escalation, store corruption, and local sensitive information disclosure. | ||
| 56 | Details are forthcoming in a security advisory post on the Guix blog, with a | ||
| 57 | draft available at @uref{https://codeberg.org/guix/artwork/pulls/58}. The | ||
| 58 | pull request @uref{https://codeberg.org/guix/guix/pulls/9665} has information | ||
| 59 | on the commits fixing these issues. | ||
| 60 | |||
| 61 | All users should immediately update their system, which will require | ||
| 62 | reconfiguring and restarting @command{guix-daemon}. Please note that due to | ||
| 63 | these security issues affecting substitutes, there are additional | ||
| 64 | considerations for updating; please see the security advisory."))) | ||
| 65 | |||
| 47 | (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") | 66 | (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") |
| 48 | (title | 67 | (title |
| 49 | (en "@command{pull} and @command{time-machine} can select or exclude | 68 | (en "@command{pull} and @command{time-machine} can select or exclude |
