CVE Catalog

CVE-2026-55863

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

motionEye (mEye) is an online interface for a piece of software called "motion," which is a video surveillance program with motion detection. Prior to 0.44.0, the ActionHandler.post() method in motioneye/handlers/action.py lacks the BaseHandler.auth() decorator, allowing an unauthenticated remote attacker to send requests to /action/<camera_id>/<action>. The endpoint can trigger snapshot, record_start, and record_stop actions. When an administrator has configured action scripts, the same endpoint can invoke PTZ controls, alarm actions, lighting actions, and other predefined commands, and configured remote motionEye cameras can allow server-side requests to the remote camera service. This issue is fixed in version 0.44.0.

Risk Assessment

An unauthenticated attacker can remotely trigger camera actions, including recording, snapshots, and configured scripts and commands, potentially compromising privacy and surveillance security. In some configurations, server-side requests to remote cameras may also be triggered.

Recommendation

Update motionEye to version 0.44.0 or later. Until then, restrict network access to the /action/ endpoint and review the configuration of action scripts.

Other vulnerabilities in motionEye

See all
Original NVD description (English source)

motionEye (mEye) is an online interface for a piece of software called "motion," which is a video surveillance program with motion detection. Prior to 0.44.0, the ActionHandler.post() method in motioneye/handlers/action.py lacks the BaseHandler.auth() decorator, allowing an unauthenticated remote attacker to send requests to /action/<camera_id>/<action>. The endpoint can trigger snapshot, record_start, and record_stop actions. When an administrator has configured action scripts, the same endpoint can invoke PTZ controls, alarm actions, lighting actions, and other predefined commands, and configured remote motionEye cameras can allow server-side requests to the remote camera service. This issue is fixed in version 0.44.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS