Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-rj4j-2jph-gg43

Опубликовано: 24 нояб. 2025
Источник: github
Github: Прошло ревью
CVSS4: 9.3

Описание

LF Edge eKuiper is vulnerable to Arbitrary File Read/Write via unsanitized names and zip extraction

Summary

Multiple path traversal and unsafe path handling vulnerabilities were discovered in eKuiper prior to the fixes implemented in PR lf-edge/ekuiper#3911. The issues allow attacker-controlled input (rule names, schema versions, plugin names, uploaded file names, and ZIP entries) to influence file system paths used by the application. In vulnerable deployments, this can permit files to be created, overwritten, or extracted outside the intended directories, potentially enabling disclosure of sensitive files, tampering with configuration or plugin binaries, denial of service, or other host compromise scenarios.

Several components used unvalidated user input when constructing filesystem paths or when extracting archives. In each case, input was accepted and used directly in path operations (join, create, delete, extract) without sufficient sanitization or canonicalization, allowing the input to include path separators, .. segments, or absolute paths.

Impact

Arbitrary file overwrite / deletion: attackers could overwrite or delete files outside the intended directory, which can corrupt application data, remove logs, or disable services.

Resources

Пакеты

Наименование

github.com/lf-edge/ekuiper/v2

go
Затронутые версииВерсия исправления

< 2.3.0

2.3.0

9.3 Critical

CVSS4

Дефекты

CWE-22
CWE-23

9.3 Critical

CVSS4

Дефекты

CWE-22
CWE-23