schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

Vulnerabilities in Schema Registry 7.6.1 dependencies

Open fmulero opened this issue 9 months ago • 0 comments

Hello all,

Running a Trivy vulnerabilities scan through the schema-registry container image returned some CVEs affecting the latest release 7.6.1:

https://nvd.nist.gov/vuln/detail/CVE-2024-21634

Could you confirm whether Schema Registry is affected by these vulnerabilities and if so, are there plans to update the related dependencies?

Steps to reproduce:

$ trivy image --vuln-type library confluentinc/cp-schema-registry:7.6.1
...
├────────────────────────────────────────────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼─────────────────────────────────────────────────────────────┤
│ software.amazon.ion:ion-java (acl-7.6.1.jar)               │ CVE-2024-21634 │ HIGH     │        │ 1.0.2             │ 1.10.5        │ Ion Java StackOverflow vulnerability                        │
│                                                            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2024-21634                  │
├────────────────────────────────────────────────────────────┤                │          │        │                   │               │                                                             │
│ software.amazon.ion:ion-java (ion-java-1.0.2.jar)          │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
│                                                            │                │          │        │                   │               │                                                             │
└────────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴─────────────────────────────────────────────────────────────┘

fmulero avatar May 09 '24 16:05 fmulero