CVE-2026-59825 PUBLISHED

Mastodon: Unwanted deactivation of SSL/TLS certificate verification

Assigner: GitHub_M
Reserved: 07.07.2026 Published: 18.08.2026 Updated: 18.08.2026

Mastodon is a free, open-source social network server based on ActivityPub. Prior to 4.4.19 and from 4.5.0 until 4.5.12, Mastodon's app/models/concerns/user/ldap_authenticable.rb mutates OpenSSL::SSL::SSLContext::DEFAULT_PARAMS when LDAP authentication uses LDAP_TLS_NO_VERIFY=true, disabling SSL and TLS certificate verification globally for requests made by puma web processes while sidekiq background jobs remain unaffected. This issue is fixed in versions 4.4.19 and 4.5.12.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 7.4

Product Status

Vendor mastodon
Product mastodon
Versions
  • Version < 4.4.19 is affected
  • Version >= 4.5.0, < 4.5.12 is affected

References

Problem Types

  • CWE-295: Improper Certificate Validation CWE