First published: Tue Sep 26 2023(Updated: )
### Impact When users update their passwords, the new credentials may be briefly held in the server database. While this doesn't grant the server any added capabilities—it already learns the users' passwords as part of the authentication process—it does disrupt the expectation that passwords won't be stored in the database. As a result, these passwords could inadvertently be captured in database backups for a longer duration. These temporarily stored passwords are automatically erased after a 48-hour window. ### Patches https://github.com/matrix-org/synapse/pull/16272 ### References This bug was due to a regression in https://github.com/matrix-org/synapse/pull/13188.
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/matrix-synapse | >=1.66.0<1.93.0 | 1.93.0 |
>=1.66.0<1.93.0 | ||
=37 | ||
=38 | ||
Matrix Synapse | >=1.66.0<1.93.0 | |
Fedoraproject Fedora | =37 | |
Fedoraproject Fedora | =38 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
When users update their passwords, the new credentials may be briefly held in the server database.
No, it does not grant the server any added capabilities.
CVE-2023-41335 disrupts the expectation that passwords won't be held in the server database.
To fix CVE-2023-41335, update your 'matrix-synapse' package to version 1.93.0 or higher.
You can find more information about CVE-2023-41335 in the references: - [GitHub Advisory](https://github.com/matrix-org/synapse/security/advisories/GHSA-4f74-84v3-j9q5) - [GitHub Pull Request 1](https://github.com/matrix-org/synapse/pull/13188) - [GitHub Pull Request 2](https://github.com/matrix-org/synapse/pull/16272)