CVE-2026-46488 PUBLISHED

motionEye: Authentication possible via password hash

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 15.09.2026 Updated: 15.09.2026

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, motionEye accepts the client-controlled meye_username and meye_password_hash cookies as authentication material without server-side session validation. An unauthenticated attacker who knows a target username and corresponding hash can set the cookies manually or cause them to be loaded by submitting blank credentials through the switch-user authentication flow, after which the server authenticates the attacker as that user. The administrator username and password-hash value are stored in /etc/motioneye/motion.conf, which is globally readable by default, allowing a local shell user to obtain reusable administrator credential material. Successful impersonation can enable account lockout, password changes and persistence, data enumeration, data destruction, and data exfiltration. This issue is fixed in version 0.44.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.1

Product Status

Vendor motioneye-project
Product motioneye
Versions
  • Version < 0.44.0 is affected

References

Problem Types

  • CWE-256: Plaintext Storage of a Password CWE
  • CWE-287: Improper Authentication CWE
  • CWE-328: Use of Weak Hash CWE
  • CWE-836: Use of Password Hash Instead of Password for Authentication CWE