
CVE-2025-26413 – Apache Kvrocks: The server was crashed by the negative offset
https://notcve.org/view.php?id=CVE-2025-26413
22 Apr 2025 — 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. Vulnerabilidad de validación de entrada incorrecta en Apache Kvrocks. • https://lists.apache.org/thread/388743qrr8yq8qm0go8tls6rf1kog8dw • CWE-20: Improper Input Validation •

CVE-2025-25069 – Apache Kvrocks: Cross-Protocol Scripting Vulnerability
https://notcve.org/view.php?id=CVE-2025-25069
07 Feb 2025 — A Cross-Protocol Scripting vulnerability is found in Apache Kvrocks. Since Kvrocks didn't detect if "Host:" or "POST" appears in RESP requests, a valid HTTP request can also be sent to Kvrocks as a valid RESP request and trigger some database operations, which can be dangerous when it is chained with SSRF. It is similiar to CVE-2016-10517 in Redis. This issue affects Apache Kvrocks: from the initial version to the latest version 2.11.0. Users are recommended to upgrade to version 2.11.1, which fixes the iss... • https://lists.apache.org/thread/gbxv9gpsskmdzg6z48zm3tvo8cyo9v3t • CWE-115: Misinterpretation of Input •