CVE-2024-25619

CVSS 3.1 Score 4.3 of 10 (medium)

Details

Published Feb 14, 2024
Updated: Dec 18, 2024
CWE ID 672
CWE ID 613

Summary

CVE-2024-25619 is a vulnerability affecting Mastodon, an open-source social network server. When an OAuth Application is destroyed, the streaming server fails to receive notification that associated Access Tokens have been terminated. This oversight could potentially allow a malicious application to continue streaming data even after it has been destroyed. The issue stems from Doorkeeper's use of `dependent: delete_all` configuration, which doesn't trigger ActiveRecord callbacks. To mitigate the risk, a `before_destroy` callback should be added to `ApplicationExtension` to inform the streaming server of impending Access Token termination. Users are advised to upgrade to versions 4.2.6, 4.1.14, 4.0.14, or 3.5.18 to address the vulnerability. No known workarounds exist. Impact should be minimal as the affected application must be owned by the user.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share