Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. motioneye
  4. ›
  5. CVE-2026-55488

CVE-2026-55488: motionEye's Absolute Path Traversal in Media File Handlers Allows Arbitrary File Read

June 23, 2026

mEye contains an absolute path traversal vulnerability in multiple media file handlers that allows an attacker to read arbitrary files from the filesystem.

The affected handlers accept a user-controlled filename parameter and construct filesystem paths using os.path.join(). When an absolute path is supplied, Python discards the configured media directory and returns the attacker-supplied path directly. The application then bypasses Tornado’s built-in path validation by overriding the relevant safety checks.

As a result, an attacker can access files outside of the configured camera media directory, subject to the permissions of the motionEye process.

References

  • github.com/advisories/GHSA-rw9q-97r9-8gvh
  • github.com/motioneye-project/motioneye/security/advisories/GHSA-rw9q-97r9-8gvh
  • nvd.nist.gov/vuln/detail/CVE-2026-55488

Code Behaviors & Features

Detect and mitigate CVE-2026-55488 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.44.0

Fixed versions

  • 0.44.0

Solution

Upgrade to version 0.44.0 or above.

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

pypi/motioneye/CVE-2026-55488.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 24 Jun 2026 12:18:20 +0000.