Redis
Coverage of Redis in the Nexus archive.
- Destructive Windows backdoor stuffs multiple wipers and ransomware code into a single package
A new Windows backdoor named GigaWiper combines ransomware encryption with multiple data-wiping features, enabling attackers to destroy systems or encrypt files irreversibly. Microsoft identified the Golang-based malware, which includes commands for disk overwriting, system shutdown, and file exfiltration using tools like MinIO Client, alongside C2 communication via RabbitMQ and Redis.
- Autonomous AI Tool Finds 2-Year-Old RCE Flaw in Redis (CVE-2026-23479)
Redis patched a use-after-free vulnerability in its blocking-client code, allowing authenticated users to execute arbitrary OS commands. The flaw, tracked as CVE-2026-23479, was introduced in Redis 7.2.0 and remained undetected for over two years until fixed on May 5. An autonomous AI tool designed to hunt bugs in large codebases discovered the issue.
- Redis array: short story of a long development process
The article discusses the development process of Redis array, a topic related to technology and database management. The article is hosted on antirez.com and has garnered 38 points and 6 comments on news.ycombinator.com. The discussion revolves around the technical aspects and applications of Redis array.
- Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis
Agent-cache is a multi-tier caching solution for AI agents using Valkey or Redis, supporting LLM responses, tool results, and session state. It integrates with LangChain, LangGraph, and Vercel AI SDK, and includes monitoring via OpenTelemetry and Prometheus. Version 0.2.0 was recently released with cluster mode support.