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]: spring-boot-starter-web 3.1.5: CVE-2023-34055 #6268

Open
AndreyMZ opened this issue Dec 8, 2023 · 2 comments
Open

[FP]: spring-boot-starter-web 3.1.5: CVE-2023-34055 #6268

AndreyMZ opened this issue Dec 8, 2023 · 2 comments
Labels
FP Report maven changes to the maven plugin

Comments

@AndreyMZ
Copy link
Contributor

AndreyMZ commented Dec 8, 2023

Package URl

pkg:maven/org.springframework.boot/[email protected]

CPE

cpe:2.3:a:vmware:spring_boot:*:*:*:*:*:*:*:*

CVE

CVE-2023-34055

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.0.4

Description

Additional information 1

All other spring-boot-* packages are also detected by OWASP DC as affected by this vulnerability.

Additional information 2

In OSS Index for some reason this vulnerability was attributed to spring-boot-actuator and not spring-boot:

In other places it is attributed to spring-boot only:

  1. GitHub Advisory Database: https://github.com/advisories?query=ecosystem%3Amaven+CVE-2023-34055
  2. Maven Repository:

However, it definitely should not be attributed to all spring-boot-* packages.

Copy link
Contributor

github-actions bot commented Dec 8, 2023

Maven Coordinates

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-web</artifactId>
   <version>3.1.5</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6268
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.boot/spring-boot-starter-web@.*$</packageUrl>
   <cpe>cpe:/a:vmware:spring_boot</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Dec 8, 2023
Copy link
Contributor

github-actions bot commented Dec 9, 2023

Maven Coordinates

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-web</artifactId>
   <version>3.1.5</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6268
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.boot/spring-boot-starter-web@.*$</packageUrl>
   <cpe>cpe:/a:vmware:spring_boot</cpe>
</suppress>

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

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

1 participant