summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-07-02 15:42:42 -0400
committerJohn Kehayias <john@guixotic.coop>2026-07-02 15:42:42 -0400
commit0019cf57f329e4022b3c7e6c370f6e9edc6059d9 (patch)
treeb43d346a0c1aa074ac90d8ab1f3682e7e1375641 /etc
parent897832f374dcdc9eeaf19d01e70b9a92fccfc68c (diff)
news: Add entry about security issues.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm19
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
52identified in Guix. These affect @code{guix substitute} and authentication of
53channels with attacker-controlled names in @command{guix pull} and
54@command{guix time-machine}. These issues can lead to remote privilege
55escalation, store corruption, and local sensitive information disclosure.
56Details are forthcoming in a security advisory post on the Guix blog, with a
57draft available at @uref{https://codeberg.org/guix/artwork/pulls/58}. The
58pull request @uref{https://codeberg.org/guix/guix/pulls/9665} has information
59on the commits fixing these issues.
60
61All users should immediately update their system, which will require
62reconfiguring and restarting @command{guix-daemon}. Please note that due to
63these security issues affecting substitutes, there are additional
64considerations 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