AVideo has an Unauthenticated Password Hash Oracle via encryptPass.json.php
Description
WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password cracking against leaked database hashes. If an attacker obtains password hashes from the database (via SQL injection, backup exposure, etc.), they can instantly crack them by comparing against pre-computed hashes from this endpoint. This endpoint eliminates the need for an attacker to reverse-engineer the hashing algorithm. Combined with the weak hash chain (md5+whirlpool+sha1, no salt by default), an attacker with access to database hashes can crack passwords extremely quickly. This issue was fixed in version 26.0.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
wwbn/avideoPackagist | <= 25.0 | — |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-px7x-gq96-rmp5ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-33041ghsaADVISORY
- github.com/WWBN/AVideo/commit/ea2efd04464560cca93c9ab48b445dbb944a4e46ghsax_refsource_MISCWEB
- github.com/WWBN/AVideo/security/advisories/GHSA-px7x-gq96-rmp5ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.