--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-00e79c49ca
2025-10-13 02:01:36.127262+00:00
--------------------------------------------------------------------------------

Name        : valkey
Product     : Fedora 41
Version     : 8.0.6
Release     : 1.fc41
URL         : https://valkey.io
Summary     : A persistent key-value database
Description :
Valkey is an advanced key-value store. It is often referred to as a data
structure server since keys can contain strings, hashes, lists, sets and
sorted sets.

You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.

In order to achieve its outstanding performance, Valkey works with an
in-memory dataset. Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending
each command to a log.

Valkey also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.

Other features include Transactions, Pub/Sub, Lua scripting, Keys with a
limited time-to-live, and configuration settings to make Valkey behave like
a cache.

You can use Valkey from most programming languages also.

--------------------------------------------------------------------------------
Update Information:

Valkey 8.0.6  -  Released Fri 03 October 2025
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes
CVE-2025-49844 A Lua script may lead to remote code execution
CVE-2025-46817 A Lua script may lead to integer overflow and potential RCE
CVE-2025-46818 A Lua script can be executed in the context of another user
CVE-2025-46819 LUA out-of-bound read
Bug fixes
Fix accounting for dual channel RDB bytes in replication stats (#2616)
Minor fix for dual rdb channel connection conn error log (#2658)
Fix unsigned difference expression compared to zero (#2101)
Valkey 8.0.5  -  Released Thu 22 Aug 2025
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Bug fixes
Fix clients remaining blocked when reprocessing commands after certain
  blocking operations (#2109)
Fix a memory corruption issue in the sharded pub/sub unsubscribe logic (#2137)
Fix potential memory leak by ensuring module context is freed when aux_save2
  callback writes no data (#2132)
Fix CLIENT UNBLOCK triggering unexpected errors when used on paused clients
  (#2117)
Fix missing NULL check on SSL_new() when creating outgoing TLS connections
  (#2140)
Fix incorrect casting of ping extension lengths to prevent silent packet drops
  (#2144)
Fix replica failover stall due to outdated config epoch (#2178)
Fix incorrect port/tls-port info in CLUSTER SLOTS/CLUSTER NODES after
  dynamic config change (#2186)
Ensure empty error tables in Lua scripts don't crash Valkey (#2229)
Fix client tracking memory overhead calculation (#2360)
Handle divergent shard-id from nodes.conf and reconcile to the primary node's
  shard-id (#2174)
Fix pre-size hashtables per slot when reading RDB files (#2466)
Behavior changes
Trigger election immediately during a forced manual failover (CLUSTER
  FAILOVER FORCE) to avoid delay (#1067)
Reset ongoing election state when initiating a new manual failover (#1274)
Logging and Tooling Improvements
Add support to drop all cluster packets (#1252)
Improve log clarity in failover auth denial message (#1341)
Security fixes
CVE-2025-27151: Check length of AOF file name in valkey-check-aof and reject
  paths longer than PATH_MAX (#2146)
--------------------------------------------------------------------------------
ChangeLog:

* Sat Oct  4 2025 Remi Collet <[email protected]> - 8.0.6-1
- update to 8.0.6
  fixes CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 and CVE-2025-46819
- update documentation to 8.0.5
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2402050 - CVE-2025-49844 valkey: Redis Lua Use-After-Free may lead 
to remote code execution [fedora-41]
        https://bugzilla.redhat.com/show_bug.cgi?id=2402050
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-00e79c49ca' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to