CVE-2025-26845
08.05.2025, 17:16
An Eval Injection issue was discovered in Znuny through 7.1.3. A user with write access to the configuration file can use this to execute a command executed by the user running the backup.pl script.
Vendor | Product | Version |
---|---|---|
znuny | znuny | 6.0.31 ≤ 𝑥 ≤ 6.0.48 |
znuny | znuny | 6.5.1 ≤ 𝑥 ≤ 6.5.11 |
znuny | znuny | 7.0.1 ≤ 𝑥 ≤ 7.1.3 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
- CWE-95 - Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").