Skip to content

aws-dk-lib/aws-rds/lib/cluster-engine.d.ts: Aurora supports newer than 15.15 postgresq, when version flags updates #37200

@kuosman

Description

@kuosman

Describe the issue

PostgreSQL has vulnerability CVE-2026-2004 and to my understanding aurora supporta already newer than affected version. When version flag unpated next time ?

I used this my code below way:

const dbCluster = new DatabaseCluster(this, 'dbcluster', {
    engine: DatabaseClusterEngine.auroraPostgres({
        version: AuroraPostgresEngineVersion.VER_15_14,
    }),
    ...
});

I need update least 15.16

Links

https://nvd.nist.gov/vuln/detail/CVE-2026-2004

https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html#postgresql-versions-version1517

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational DatabasedocumentationThis is a problem with documentation.effort/mediumMedium work item – several days of effortneeds-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.p3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions