Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. wwbn/avideo
  4. ›
  5. CVE-2026-43875

CVE-2026-43875: AVideo: Password Hash Leak in MobileManager OAuth Redirect URL Enables Account Takeover

May 5, 2026

plugin/MobileManager/oauth2.php completes an OAuth login by sending an HTTP 302 Location: oauth2Success.php?user=<email>&pass=<HASH> where <HASH> is the victim’s stored password hash (md5(hash("whirlpool", sha1(password)))) read directly from the users table. AVideo’s own login endpoint (objects/login.json.php) accepts an encodedPass=1 flag that bypasses hashing and performs a direct string comparison between the supplied value and the stored hash. Anyone who captures the redirect URL — via server logs, referrer leakage, or browser history — therefore obtains a credential equivalent to the plaintext password and can fully take over the account, including admin accounts.

References

  • github.com/WWBN/AVideo
  • github.com/WWBN/AVideo/commit/977cd6930a97571a26da4239e25c8096dd4ecbc1
  • github.com/WWBN/AVideo/security/advisories/GHSA-5w8w-26ch-v5cw
  • github.com/advisories/GHSA-5w8w-26ch-v5cw
  • nvd.nist.gov/vuln/detail/CVE-2026-43875

Code Behaviors & Features

Detect and mitigate CVE-2026-43875 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 up to 29.0

Solution

Unfortunately, there is no solution available yet.

Impact 6.8 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-598: Use of GET Request Method With Sensitive Query Strings

Source file

packagist/wwbn/avideo/CVE-2026-43875.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 00:18:50 +0000.