Bug 6156 - [Anolis OS 23] Bugfix for CVE-2023-25155
Summary: [Anolis OS 23] Bugfix for CVE-2023-25155
Status: RESOLVED INVALID
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords: CVE
Depends on:
Blocks:
 
Reported: 2023-08-14 17:56 UTC by 小龙
Modified: 2023-09-01 07:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 小龙 admin 2023-08-14 17:56:23 UTC
Description:
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.

Broken commit info:

Bugfix commit info:
https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619
https://github.com/gentoo/gentoo/pull/29860
Comment 1 扣肉 2023-09-01 07:15:46 UTC
redis 的当前版本为7.0.12,不受此漏洞影响