VDB
KO
MEDIUM 5.9

PYSEC-2026-843

Matrix Sydent mishandles emails

Details

util/emailutils.py in Matrix Sydent before 1.0.2 mishandles registration restrictions that are based on e-mail domain, if the allowed_local_3pids option is enabled. This occurs because of potentially unwanted behavior in Python, in which an email.utils.parseaddr call on user@bad.example.net@good.example.com returns the user@bad.example.net substring.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / matrix-sydent
Introduced in: 0 Fixed in: 1.0.2
Fix pip install --upgrade 'matrix-sydent>=1.0.2'

References