Kalcaddle Kodbox Command Injection Vulnerability in FileThumb Plugin

Vulnerability

A command injection vulnerability has been identified in Kalcaddle Kodbox version 1.64, specifically within the FileThumb plugin. The issue arises in the 'checkBin' function of 'app.php', where the application improperly sanitizes input before passing it to 'shell_exec'. This flaw allows authenticated administrators to manipulate configuration values with shell metacharacters, executing arbitrary commands on the server with the web server's privileges.

Impact

Exploitation of this vulnerability allows for post-authentication remote command execution on the affected server.

Reproduction

To reproduce this vulnerability, an authenticated administrator must access the plugin configuration settings and introduce shell metacharacters into the 'ffmpegBin' or 'imagickBin' values. Once these values are set, the 'checkBin' function can be triggered to execute the injected commands on the server.

Remediation

It is recommended to remove unsafe concatenation of shell commands, implement strict whitelisting of allowed binaries and paths, use non-shell process execution methods with validated arguments, and review and tighten configuration permissions.

Added: Mar 23, 2026, 4:32 PM
Updated: Mar 23, 2026, 4:32 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
10.0
exploitability
6.1
remediation
0.0
relevance
4.6
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.