lowCVSS 3.3Vulnerability

GHSA-464c-974j-9xm6

## Summary The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. We identified an issue in which explicitly setting `encrypted: true` on the `S3LoggingOptions` property of an AWS CodeBuild project construct produces the opposite of the intended behavior, disabling encryption on CodeBuild build logs stored in S3. ## Impact The `S3LoggingOptions.encrypted` property in the `aws-codebuild` module uses positive polarity (`true` = encryption ON), but is mapped directly to the CloudFormation `S3LogsConfig.EncryptionDisabled` field, which uses negative polarity (`true` = encryption OFF). Because the value is not negated before being passed to CloudFormation, any explicit assignment produces inverted behavior: * Setting `encrypted: true` (intending encryption ON) causes CloudFormation to receive `EncryptionDisabled: true`, disabling encryption. * Setting `encrypted: false` (intending encryption OFF) causes CloudFormation to receive `EncryptionDisabled: false`, enabling encryption. Users who omit the property entirely are not affected, as `undefined` passes through to CloudFormation, which defaults to encryption enabled. Users affected by this issue could have CodeBuild S3 build logs stored using SSE-S3 (Amazon S3-managed keys, AES-256) rather than the AWS managed keys that CodeBuild applies by default. Since January 5, 2023, Amazon S3 automatically encrypts all new object uploads with SSE-S3, so logs written after that date remain encrypted at rest. However, logs written prior to that date to buckets that did not have default encryption configured at the time are potentially not encrypted at rest. Impacted versions: >= 1.75.0 and <= 2.252.0 ## Patches This issue has been addressed in `aws-cdk-lib` version 2.253.0. Upgrade to the latest version and ensure any forked or derivative code is patched to incorporate the new fixes. ## Workarounds U

Properties

ghsa_id
GHSA-464c-974j-9xm6
summary
AWS CDK CodeBuild S3 Log Encryption Boolean Inversion
severity
low
cvss_score
3.3
cve_id
GHSA-464c-974j-9xm6
cvss_vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
is_ghsa_only
true
ghsa_published
2026-07-24T16:44:20Z
source_url
https://github.com/advisories/GHSA-464c-974j-9xm6
ghsa_updated
2026-07-24T16:44:21Z

Related Entities (23)

VULNERABLE_TO (10)

[Software]pip/aws-cdk.aws-codebuild
[Software]pip/aws-cdk-lib
[Software]go/github.com/aws/aws-cdk-go/awscdk
[Software]nuget/Amazon.CDK.Lib
[Software]go/github.com/aws/aws-cdk-go/awscdk/v2
[Software]maven/software.amazon.awscdk:aws-cdk-lib
[Software]maven/software.amazon.awscdk:codebuild
[Software]nuget/Amazon.CDK.AWS.CodeBuild
[Software]npm/aws-cdk-lib
[Software]npm/@aws-cdk/aws-codebuild

AFFECTS (10)

[Software]pip/aws-cdk.aws-codebuild
[Software]pip/aws-cdk-lib
[Software]npm/aws-cdk-lib
[Software]npm/@aws-cdk/aws-codebuild
[Software]maven/software.amazon.awscdk:codebuild
[Software]go/github.com/aws/aws-cdk-go/awscdk
[Software]go/github.com/aws/aws-cdk-go/awscdk/v2
[Software]nuget/Amazon.CDK.AWS.CodeBuild
[Software]maven/software.amazon.awscdk:aws-cdk-lib
[Software]nuget/Amazon.CDK.Lib

REPORTED_BY (1)

[Source]GitHub Advisory Database

HAS_WEAKNESS (2)

[Weakness]Missing Encryption of Sensitive Data
[Weakness]Incorrect Calculation

Explore deeper with Ninja Signal's threat intelligence graph