diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-03-29 02:25:21 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-03-29 04:01:39 +0100 |
commit | 90b9714d2f62f8500252c7f3f5281c0e3777541e (patch) | |
tree | 3b83ed82b78389827fbb9dcc5b90e0898c8cc4d9 /ChangeLog.rss | |
parent | 6b5ab0b4ab4195a9d3c2107de2167c0735695899 (diff) | |
download | current-90b9714d2f62f8500252c7f3f5281c0e3777541e.tar.gz current-90b9714d2f62f8500252c7f3f5281c0e3777541e.tar.xz |
Fri Mar 29 02:25:21 UTC 202420240329022521
a/coreutils-9.5-x86_64-1.txz: Upgraded.
chmod -R now avoids a race where an attacker may replace a traversed file
with a symlink, causing chmod to operate on an unintended file.
[This bug was present in "the beginning".]
split --line-bytes with a mixture of very long and short lines no longer
overwrites the heap.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-0684
(* Security fix *)
Diffstat (limited to 'ChangeLog.rss')
-rw-r--r-- | ChangeLog.rss | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index f201813d7..71b9df021 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,29 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Thu, 28 Mar 2024 21:40:08 GMT</pubDate> - <lastBuildDate>Thu, 28 Mar 2024 22:48:21 GMT</lastBuildDate> + <pubDate>Fri, 29 Mar 2024 02:25:21 GMT</pubDate> + <lastBuildDate>Fri, 29 Mar 2024 03:01:33 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Fri, 29 Mar 2024 02:25:21 GMT</title> + <pubDate>Fri, 29 Mar 2024 02:25:21 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20240329022521</link> + <guid isPermaLink="false">20240329022521</guid> + <description> + <![CDATA[<pre> +a/coreutils-9.5-x86_64-1.txz: Upgraded. + chmod -R now avoids a race where an attacker may replace a traversed file + with a symlink, causing chmod to operate on an unintended file. + [This bug was present in "the beginning".] + split --line-bytes with a mixture of very long and short lines no longer + overwrites the heap. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-0684 + (* Security fix *) + </pre>]]> + </description> + </item> + <item> <title>Thu, 28 Mar 2024 21:40:08 GMT</title> <pubDate>Thu, 28 Mar 2024 21:40:08 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20240328214008</link> |