---
id: CVE-2026-55863
title: >-
  motionEye (mEye) is an online interface for a piece of software called
  "motion," which is a video surveillance program with motion detection
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 Base…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'
cwe:
  - CWE-862
vendor: motioneye-project
product: motioneye
affected:
  - motioneye < 0.44.0
patched:
  - motioneye 0.44.0
published: '2026-09-15'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T15:17:37.907'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55863'
references:
  - url: >-
      https://github.com/motioneye-project/motioneye/commit/0d5cb9c238a87447dae29812e5bf2ccf323cf3dc
    label: security-advisories@github.com
  - url: 'https://github.com/motioneye-project/motioneye/pull/3332'
    label: security-advisories@github.com
  - url: 'https://github.com/motioneye-project/motioneye/releases/tag/0.44.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/motioneye-project/motioneye/security/advisories/GHSA-j67x-q29f-qcvv
    label: security-advisories@github.com
  - url: >-
      https://github.com/motioneye-project/motioneye/security/advisories/GHSA-j67x-q29f-qcvv
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-j67x-q29f-qcvv'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - pip
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-16T14:56:48.062550Z'
ecosystem: pip
ingestedAt: '2026-06-29T13:24:35.307Z'
epss: 0.00496
epssPercentile: 0.39967
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-55863)

Affected packages:

- `motioneye < 0.44.0`

Patched in:

- `motioneye 0.44.0`

Source: https://github.com/advisories/GHSA-j67x-q29f-qcvv
