Cyber Resilience

CVE-2025-68383

Elastic Filebeat 7.0.0 – 7.17.29

Published
18 December 2025
Modified
23 December 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0018 7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-68383 is a medium-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Elastic Filebeat. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Improper Validation of Specified Index, Position, or Offset in Input (CWE-1285) in Filebeat Syslog parser and the Libbeat Dissect processor can allow a user to trigger a Buffer Overflow (CAPEC-100) and cause a denial of service (panic/crash) of the Filebeat…

more

process via either a malformed Syslog message or a malicious tokenizer pattern in the Dissect configuration.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Buffer overflow in Filebeat parser directly enables application exploitation to crash the process (Endpoint DoS).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-26934Same vendor: Elastic
CVE-2023-31413Same product: Elastic Filebeat
CVE-2026-26940Same vendor: Elastic
CVE-2026-33464Same vendor: Elastic
CVE-2026-42399Same vendor: Elastic
CVE-2025-68390Same vendor: Elastic
CVE-2026-0543Same vendor: Elastic
CVE-2026-0530Same vendor: Elastic
CVE-2025-68384Same vendor: Elastic
CVE-2026-56151Same vendor: Elastic

Affected Assets

elastic
filebeat
7.0.0 — 7.17.29 · 8.0.0 — 8.19.9 · 9.0.0 — 9.1.9

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SC-5 Denial-of-service Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.7.2
  • V1.4.2
  • V2.1.1
  • V2.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of index/offset values in syslog messages and dissect tokenizer patterns before they reach the Filebeat/Libbeat parsers, blocking the CWE-1285 condition.

prevent

Enforces memory bounds checking and protection that would contain or prevent the buffer overflow (CAPEC-100) triggered by the malformed input.

prevent

Limits the ability of a single malformed message or dissect pattern to crash the Filebeat process and thereby cause denial of service.

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-06 mostly match
prevents

Secure SDLC practices directly require proper quantity/length validation in input handling.

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.

detects

Security testing in development can detect missing quantity validation but does not itself implement the control.

prevents

Secure development lifecycle mandates input validation for quantity fields, directly preventing CWE-1284.

prevents

Application security requirements explicitly call for validation of size/length inputs, mitigating CWE-1284.

prevents

Secure architecture principles encourage robust input handling but do not specifically address quantity validation.

prevents

Secure coding standards require explicit checks on numeric quantity inputs, fully addressing CWE-1284.

References