Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-25619

3.1 · LOW
Published Feb 14, 2024 joinmastodon CWE-613 EPSS 0.36% (29th pctl)

Overview

CVE-2024-25619 is a low-severity vulnerability affecting joinmastodon mastodon. It was published on February 14, 2024 and has a CVSS 3.1 base score of 3.1 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.1, rated LOW. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Mastodon is a free, open-source social network server based on ActivityPub. When an OAuth Application is destroyed, the streaming server wasn't being informed that the Access Tokens had also been destroyed, this could have posed security risks to users by allowing an application to continue listening to streaming after the application had been destroyed. Essentially this comes down to the fact that when Doorkeeper sets up the relationship between Applications and Access Tokens, it uses a `dependent: delete_all` configuration, which means the `after_commit` callback setup on `AccessTokenExtension` didn't actually fire, since `delete_all` doesn't trigger ActiveRecord callbacks. To mitigate, we need to add a `before_destroy` callback to `ApplicationExtension` which announces to streaming that all the Application's Access Tokens are being "killed". Impact should be negligible given the affected application had to be owned by the user. None the less this issue has been addressed in versions

Remediation

Check the references section for vendor advisories and patches from joinmastodon. Update mastodon to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
joinmastodon mastodon >= 0, < 3.5.18 Affected

Frequently Asked Questions

What is CVE-2024-25619?

CVE-2024-25619 is a low-severity vulnerability affecting joinmastodon mastodon. It was published on February 14, 2024 and has a CVSS 3.1 base score of 3.1 (LOW).

How severe is CVE-2024-25619?

This vulnerability has a CVSS 3.1 base score of 3.1, rated LOW. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-25619?

Check the references section for vendor advisories and patches from joinmastodon. Update mastodon to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-25619?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-25619 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.