Recently, a concerning 0-day vulnerability was discovered in Microsoft SQL Server versions 2016, 2019, and 2022, which can expose sensitive data over the network. However, it appears that the corresponding patch hasn't yet been applied to SQL Server RDS on AWS. Does anyone know how long it typically takes for AWS to roll out security updates for RDS?
3 Answers
The official web documentation sometimes lags behind, so make sure you check the specific version in your RDS instance settings. If you don't see the patch version listed when trying to modify your DB instance, it might not have been applied yet.
For more information on databases in AWS, check out links like https://aws.amazon.com/products/databases/. You can find a lot of useful resources there to keep updated on patches and features.
You can check for the patch availability using the AWS CLI command `aws rds describe-db-engine-versions --engine sqlserver-se`. It looks like the latest patch version for SQL Server 2022 is 16.00.4205.1.v1 and for SQL Server 2019 it's 15.00.4435.7.v1. If you have auto upgrades turned on, you might already have the update applied without even noticing!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically