Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FP]: keycloak-osgi-adapter for CVE-2023-6563 #6909

Closed
githubuserVenkat opened this issue Aug 20, 2024 · 2 comments
Closed

[FP]: keycloak-osgi-adapter for CVE-2023-6563 #6909

githubuserVenkat opened this issue Aug 20, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin won't fix

Comments

@githubuserVenkat
Copy link

Package URl

pkg:maven/org.keycloak/[email protected]

CPE

cpe:2.3:a:keycloak:keycloak:18.0.2:::::::, cpe:2.3:a:redhat:keycloak:18.0.2:::::::

CVE

CVE-2023-6563

ODC Integration

None

ODC Version

10.0.3

Description

actual vulnerable component is keycloak version before 21.0.0, however OWASP is considering keycloak-osgi-adapter-18.0.2.jar as keycloak jar and version matches to vulnerable version 21.0

Note currently used keycloak version is 22.0.5

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.keycloak</groupId>
   <artifactId>keycloak-osgi-adapter</artifactId>
   <version>18.0.2</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6909
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.keycloak/keycloak-osgi-adapter@.*$</packageUrl>
   <cpe>cpe:/a:keycloak:keycloak</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/10472205438

@github-actions github-actions bot added the maven changes to the maven plugin label Aug 20, 2024
@aikebah
Copy link
Collaborator

aikebah commented Aug 24, 2024

OSGI adapter library is an EOL-ed abandoned part of the Keycloak project and as such is properly mapped to the CPE of keycloak at NVD.

This project does not manage attribution of CVEs to specific sublibraries of a project.

The library was removed from the Keycloak codebase by the removal of the Fuse 6&7 adapters at keycloak/keycloak#11740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP Report maven changes to the maven plugin won't fix
Projects
None yet
Development

No branches or pull requests

3 participants