Azure SQL Server caches the connection which leads to reusable old sessions #41025
Labels
.Backend
Database/SQLServer
Priority:P3
Cosmetic bugs, minor bugs with a clear workaround
Querying/Processor
.Team/Drivers
Type:Bug
Product defects
Describe the bug
A customer reported that they changed the password in their SQL server and that Metabase can still connect with the old password and not accepting the new one, so I had to see it with my own eyes
To Reproduce
SQL Server in the cloud seems to be using some sort of caching on the handshakes and not checking the password, so old sessions can be reused
Expected behavior
We should be able to connect with the new password
Logs
NA
Information about your Metabase installation
v49.x
Severity
P3
Additional context
This is mostly sure a Microsoft security bug, they can't sacrifice security for performance
NOTE: I tested with a different SQL client and it's the same thing
The text was updated successfully, but these errors were encountered: