CVE-2026-72556 PUBLISHED

ZoneMinder ZoneMinder - Remote Code Execution

Assigner: TuranSec
Reserved: 10.08.2026 Published: 11.08.2026 Updated: 11.08.2026

A remote code execution vulnerability in ZoneMinder 1.39.17 allows any authenticated user to execute OS commands by exploiting a broken permission check in the Filter class. The canEdit() and canDelete() methods invoke nonexistent methods on the ZM\User class, causing PHP __call() to return a truthy value that bypasses the permission check for all users. Any authenticated user can trigger filter-based OS command execution regardless of their assigned role.

Metrics

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

Product Status

Vendor ZoneMinder
Product ZoneMinder
Versions
  • affected from 0 to 1.39.17 (incl.)

Credits

  • Bobur Abdugafforov finder

References

Problem Types

  • CWE-78: OS Command Injection CWE