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 services for CVE-2021-3632 #6672

Open
edward9944 opened this issue May 16, 2024 · 2 comments
Open

[FP]: Keycloak services for CVE-2021-3632 #6672

edward9944 opened this issue May 16, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin won't fix

Comments

@edward9944
Copy link

Package URl

pkg:maven/org.keycloak/keycloak-ldap-federation@6.0.1

CPE

cpe:2.3:a:keycloak:keycloak:6.0.1:::::::, cpe:2.3:a:redhat:keycloak:6.0.1:::::::

CVE

CVE-2021-3632

ODC Integration

None

ODC Version

9.1.0

Description

Actual vulnerable component in Keycloak services

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.keycloak</groupId>
   <artifactId>keycloak-ldap-federation</artifactId>
   <version>6.0.1</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented May 17, 2024

It's part of the keycloak project

https://github.com/keycloak/keycloak/blob/main/federation/ldap/pom.xml

and as such will receive the exact same CPE from NIST NVD

We don't do submodule attribution for vulnerabilities listed in the NVD. If you'd like to have submodule attribution of CVEs you would have to resort to licensed SCA vulnerability scanners that have the means to build and maintain their own database of vulnerabilities versus libraries or accept the occasional false-positive because your used lib is a non-vulnerable subcomponent of a project that has vulnerabilities in the same version of some other component.

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

2 participants