Cyber Resilience

CVE-2025-26268

Dragonflydb Dragonfly ≤ 1.27.0

Public PoC
Published
17 April 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 3.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0038 31th percentile
Risk Priority 30 floored blend · peak EPSS

Summary

CVE-2025-26268 is a low-severity Missing Report of Error Condition (CWE-392) vulnerability in Dragonflydb Dragonfly. Its CVSS base score is 3.3 (Low).

Operationally, ranked at the 31th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

DragonflyDB Dragonfly before 1.27.0 allows authenticated users to cause a denial of service (daemon crash) via a crafted Redis command. The validity of the scan cursor was not checked.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-26269Same product: Dragonflydb Dragonfly
CVE-2026-20005Shared CWE-392
CVE-2023-48430Shared CWE-392
CVE-2024-12797Shared CWE-392
CVE-2025-59398Shared CWE-392
CVE-2025-32743Shared CWE-392
CVE-2025-23270Shared CWE-392
CVE-2023-42447Shared CWE-392
CVE-2023-42444Shared CWE-392
CVE-2024-39697Shared CWE-392

Affected Assets

dragonflydb
dragonfly
≤ 1.27.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-392

Mandates alerting on audit failures, directly providing the missing report of the error condition.

addresses: CWE-392

Reporting the security and privacy status to organizational officials ensures monitoring and assessment results are communicated rather than omitted.

addresses: CWE-392

Requires reporting and escalation of error conditions and incidents per documented procedures.

addresses: CWE-392

IR testing would expose missing error reporting that prevents timely incident detection and response.

addresses: CWE-392

Offers direct support for reporting incidents, addressing the failure to report error conditions or security events.

addresses: CWE-392

Includes explicit reporting of security status and analysis results, addressing missing reports of error or monitoring conditions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-04 mostly match
prevents

Requiring log generation directly forces error conditions to be reported so they become visible to monitoring.

PR.PS-06 mostly match
prevents

Secure SDLC practices include explicit coding standards for reporting all error conditions.

DE.CM-09 partial match
prevents

Runtime monitoring can surface unreported errors only if the underlying code already emits them.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can identify missing error reporting through negative test cases and exception handling checks.

A.8.15 Logging partial match
degrades

Logging of errors and exceptions helps ensure that error conditions are captured and reported.

degrades

Monitoring activities can detect missing error reporting by observing abnormal system behavior.

prevents

Secure development lifecycle practices include requirements for proper error handling and status reporting.

prevents

Application security requirements typically mandate explicit error condition reporting to calling components.

prevents

Secure coding standards require functions to return appropriate error codes or status values.

References