CVE-2025-62709: ClipBucket v5 is vulnerable to password reset link manipulation
ClipBucket v5 is an open source video sharing platform. In ClipBucket version 5.5.2, a change to network.class.php causes the application to dynamically build the server URL from the incoming HTTP Host header when the configuration baseurl is not set. Because Host is a client-controlled header, an attacker can supply an arbitrary Host value. This allows an attacker to cause password-reset links (sent by forget.php) to be generated with the attacker’s domain. If a victim follows that link and enters their activation code on the attacker-controlled domain, the attacker can capture the code and use it to reset the victim’s password and take over the account. This issue has been patched in version 5.5.2#162.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-62709?
CVE-2025-62709 has a high severity rating due to its potential to allow an attacker to manipulate server URL generation.
How do I fix CVE-2025-62709?
To fix CVE-2025-62709, set the 'base_url' configuration option in ClipBucket version 5.5.2 to prevent dynamic URL building from the Host header.
What versions of ClipBucket are affected by CVE-2025-62709?
CVE-2025-62709 affects ClipBucket version 5.5.2 specifically.
What kind of vulnerability is CVE-2025-62709?
CVE-2025-62709 is a server-side vulnerability that can lead to security issues related to improper URL handling.
Can CVE-2025-62709 lead to arbitrary code execution?
No, CVE-2025-62709 primarily allows manipulation of server URL and does not directly lead to arbitrary code execution.