Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Solon Barroso Da Silva

#37589of 53,633
7.5Total CVSS
Vulnerabilities · 1
PT-2025-52346
7.5
2025-12-18
Unknown · To3K Twittodon · CVE-2025-63950
**Name of the Vulnerable Software and Affected Versions** to3k Twittodon versions prior to commit b1c58a7d1dc664b38deb486ca290779621342c0b **Description** An insecure deserialization issue exists in the `download.php` script of the to3k Twittodon application. The `obj` parameter accepts base64-encoded data which is then passed to the `unserialize()` function without proper validation. This allows a remote, unauthenticated attacker to inject arbitrary PHP objects, potentially causing a denial of service. **Recommendations** Versions prior to commit b1c58a7d1dc664b38deb486ca290779621342c0b should be updated. As a temporary workaround, consider restricting access to the `download.php` script until a patch is available. Ensure the `obj` parameter is properly validated before being passed to the `unserialize()` function.