First published: Tue Apr 22 2025(Updated: )
Improper Input Validation vulnerability in Apache Kvrocks. The SETRANGE command didn't check if the `offset` input is a positive integer and use it as an index of a string. So it will cause the server to crash due to its index is out of range. This issue affects Apache Kvrocks: through 2.11.1. Users are recommended to upgrade to version 2.12.0, which fixes the issue.
Credit: security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Kvrocks | <=2.11.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-26413 is considered to be a significant vulnerability due to its potential to crash the Apache Kvrocks server.
To fix CVE-2025-26413, ensure that all inputs to the SETRANGE command are validated as positive integers.
CVE-2025-26413 affects Apache Kvrocks versions up to and including 2.11.1.
The vulnerability in CVE-2025-26413 is caused by improper input validation on the 'offset' parameter in the SETRANGE command.
Users of Apache Kvrocks need to address CVE-2025-26413 promptly to prevent server crashes due to out-of-range index errors.