CVE-2015-2079
28.04.2025, 15:15
Usermin 0.980 through 1.x before 1.660 allows uconfig_save.cgi sig_file_free remote code execution because it uses the two argument (not three argument) form of Perl open.
Vendor | Product | Version |
---|---|---|
webmin | usermin | 0.980 ≤ 𝑥 < 1.660 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-96 - Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before inserting the input into an executable resource, such as a library, configuration file, or template.
- 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.