5.3 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): Low (L)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): None (N)
Activity log
- Created suggestion
motionEye: Missing authentication on ActionHandler allows unauthenticated camera action execution
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.
References
-
https://github.com/motioneye-project/motioneye/pull/3332 x_refsource_MISC
-
https://github.com/motioneye-project/motioneye/releases/tag/0.44.0 x_refsource_MISC
Affected products
- ==< 0.44.0
Matching in nixpkgs
pkgs.motioneye
Web frontend for the motion daemon
pkgs.python313Packages.motioneye-client
Python library for motionEye
pkgs.python314Packages.motioneye-client
Python library for motionEye
Package maintainers
-
@MarcelCoding Marcel <me@m4rc3l.de>
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>