CVE-2026-44666 PUBLISHED

HRConvert2: Missing Sanitization enables Unauthenticated Remote Command Execution

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 14.05.2026 Updated: 14.05.2026

HRConvert2 is a self-hosted, drag-and-drop & nosql file conversion server & share tool. Prior to 3.3.8, the sanitizeString() function in convertCore.php is missing backtick (`) and tab (\t) from its strip list. User input then reaches shell_exec(), where the shell interprets these characters and commands within filenames execute. This vulnerability is fixed in 3.3.8.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L
CVSS Score: 9.3

Product Status

Vendor zelon88
Product HRConvert2
Versions
  • Version < 3.3.8 is affected

References

Problem Types

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE