Skip to content

Commit b9f02a0

Browse files
authored
add trivy suppressions for Netty CVEs (#1375)
*Issue #, if available:* *Description of changes:* Update *trivyignore.yaml files with additional CVEs detected by [daily high scan](https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/25672578031) workflow. Expires the week of our next planned release. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6e7ab4a commit b9f02a0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/trivy/daily-scan.trivyignore.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ vulnerabilities:
1414
- id: CVE-2026-41417
1515
statement: "Netty request-line validation bypass via setUri() enables CRLF injection/request smuggling. Low risk for ADOT Java agent (URIs are operator-configured, no attacker-controlled input reaches setUri()). Fix: bump netty-bom to 4.1.133.Final. https://nvd.nist.gov/vuln/detail/CVE-2026-41417"
1616
expired_at: 2026-05-22
17+
- id: CVE-2026-42583
18+
statement: "Netty Lz4FrameDecoder resource exhaustion. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42583"
19+
expired_at: 2026-05-22
20+
- id: CVE-2026-42584
21+
statement: "Netty HttpClientCodec response desynchronization. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42584"
22+
expired_at: 2026-05-22
23+
- id: CVE-2026-42587
24+
statement: "Netty HttpContentDecompressor maxAllocation bypass with br/zstd/snappy Content-Encoding leads to decompression bomb. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42587"
25+
expired_at: 2026-05-22

.github/trivy/pr-build.trivyignore.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ vulnerabilities:
1212
- id: CVE-2026-41417
1313
statement: "Netty request-line validation bypass via setUri() enables CRLF injection/request smuggling. Low risk for ADOT Java agent (URIs are operator-configured, no attacker-controlled input reaches setUri()). Fix: bump netty-bom to 4.1.133.Final. https://nvd.nist.gov/vuln/detail/CVE-2026-41417"
1414
expired_at: 2026-05-22
15+
- id: CVE-2026-42583
16+
statement: "Netty Lz4FrameDecoder resource exhaustion. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42583"
17+
expired_at: 2026-05-22
18+
- id: CVE-2026-42584
19+
statement: "Netty HttpClientCodec response desynchronization. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42584"
20+
expired_at: 2026-05-22
21+
- id: CVE-2026-42587
22+
statement: "Netty HttpContentDecompressor maxAllocation bypass with br/zstd/snappy Content-Encoding leads to decompression bomb. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42587"
23+
expired_at: 2026-05-22

0 commit comments

Comments
 (0)