- Newest
- Most votes
- Most comments
Take a look at lambda history - https://docs.aws.amazon.com/lambda/latest/dg/lambda-releases.html - it has some details around release time but not to the level you are after.
Based on the provided sources, I can address some aspects of your questions about the .NET 8 runtime version rollout in AWS Lambda.
According to the AWS Elastic Beanstalk platform update documentation, .NET 8.0.21 was included in the Windows Server platform update released on October 23, 2025. Later, this was updated to .NET 8.0.22 in the November 19, 2025 release.
However, the sources don't provide specific information about the exact date when .NET 8.0.21 was rolled out specifically for AWS Lambda, nor do they mention CVE-2025-55315. There's no information in the provided sources about region-wise gradual rollouts for Lambda runtime updates or whether AWS delays runtime patches based on CVE impact assessments.
For Lambda functions with the runtime management configuration set to "Auto," Lambda automatically applies runtime updates to functions when they become available. If you need more control over when runtime updates are applied, you can use the "Manual" runtime update mode, which allows you to explicitly specify which runtime version your function should use.
The sources don't provide information about the specific CVE you mentioned (CVE-2025-55315) or whether it affects .NET Core in the AWS Lambda execution environment.
Sources
Release: Elastic Beanstalk Windows Server platform update on October 23, 2025 - AWS Elastic Beanstalk
Release: Elastic Beanstalk Windows Server platform update on November 19, 2025 - AWS Elastic Beanstalk
Troubleshoot Lambda function runtime version errors | AWS re:Post
Relevant content
asked 7 years ago
- AWS OFFICIALUpdated 5 years ago
