CVE-2026-21861 PUBLISHED

baserCMS: OS Command Injection Leading to Remote Code Execution (RCE)

Assigner: GitHub_M
Reserved: 05.01.2026 Published: 31.03.2026 Updated: 31.03.2026

baserCMS is a website development framework. Prior to version 5.2.3, baserCMS contains an OS command injection vulnerability in the core update functionality. An authenticated administrator can execute arbitrary OS commands on the server due to improper handling of user-controlled input that is directly passed to exec() without sufficient validation or escaping. This issue has been patched in version 5.2.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor baserproject
Product basercms
Versions
  • Version < 5.2.3 is affected

References

Problem Types

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