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]: Azure SDK for Java #6100

Open
rmn7 opened this issue Nov 22, 2023 · 4 comments
Open

[FP]: Azure SDK for Java #6100

rmn7 opened this issue Nov 22, 2023 · 4 comments
Labels
FP Report maven changes to the maven plugin

Comments

@rmn7
Copy link

rmn7 commented Nov 22, 2023

Package URl

pkg:maven/com.azure/[email protected]

CPE

cpe:2.3:a:microsoft:azure_sdk_for_java:1.44.1:*:*:*:*:*:*:*

CVE

CVE-2023-36052

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

8.2.1

Description

This only affects the azure cli but is matching for the azure java sdk. Check: https://nvd.nist.gov/vuln/detail/CVE-2023-36052

It also incorrectly matches on other com.azure packages:

azure-core-1.44.1.jar (pkg:maven/com.azure/[email protected], cpe:2.3:a:microsoft:azure_cli:1.44.1:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:1.44.1:*:*:*:*:*:*:*) : CVE-2023-36052
azure-core-http-netty-1.13.9.jar (pkg:maven/com.azure/[email protected], cpe:2.3:a:microsoft:azure_cli:1.13.9:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:1.13.9:*:*:*:*:*:*:*) : CVE-2023-36052
azure-core-management-1.11.5.jar (pkg:maven/com.azure/[email protected], cpe:2.3:a:microsoft:azure_cli:1.11.5:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:1.11.5:*:*:*:*:*:*:*) : CVE-2023-36052
azure-identity-1.10.4.jar (pkg:maven/com.azure/[email protected], cpe:2.3:a:microsoft:azure_cli:1.10.4:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_identity_sdk:1.10.4:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:1.10.4:*:*:*:*:*:*:*) : CVE-2023-36052
azure-json-1.1.0.jar (pkg:maven/com.azure/[email protected], cpe:2.3:a:microsoft:azure_cli:1.1.0:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:1.1.0:*:*:*:*:*:*:*) : CVE-2023-36052
azure-resourcemanager-2.31.0.jar (pkg:maven/com.azure.resourcemanager/[email protected], cpe:2.3:a:microsoft:azure_cli:2.31.0:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:2.31.0:*:*:*:*:*:*:*) : CVE-2023-36052
azure-resourcemanager-msi-2.31.0.jar (pkg:maven/com.azure.resourcemanager/[email protected], cpe:2.3:a:microsoft:azure_cli:2.31.0:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_identity_sdk:2.31.0:*:*:*:*:*:*:*, cpe:2.3:a:microsoft:azure_sdk_for_java:2.31.0:*:*:*:*:*:*:*) : CVE-2023-36052
@rmn7 rmn7 added the FP Report label Nov 22, 2023
Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>com.azure</groupId>
   <artifactId>azure-core</artifactId>
   <version>1.44.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6100
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/com\.azure/azure-core@.*$</packageUrl>
   <cpe>cpe:/a:microsoft:azure_sdk_for_java</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Nov 22, 2023
@Dhanxy
Copy link

Dhanxy commented Nov 23, 2023

This is a false positive?. I have uploaded to the latest version and I still have the same vulnerability

@marcelstoer
Copy link
Contributor

@aikebah how could a proper suppression look like? Would we need a (more) wildcard package URL or several individual suppressions?

Excerpt from the HTML report below.
Screenshot 2023-11-30 at 07 49 40

@marcelstoer
Copy link
Contributor

@aikebah @jeremylong do you think this is something we can expect a suppression for any time soon?

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
Projects
None yet
Development

No branches or pull requests

3 participants