You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All versions of jackson databind, up to 2.15.x contains CVE.
Version information
I am currently using 2.15.0 which SpringBoot pulls, but even with 2.15.2, it is reproducible.
To Reproduce
Just go to Josh's second favorite place, pull a dummy project with SpringBoot 3.1.0 (which contains Jackson) and the issue is reproducible.
jackson-databind-2.15.0.jar (pkg:maven/com.fasterxml.jackson.core/[email protected], cpe:2.3:a:fasterxml:jackson-databind:2.15.0:*:*:*:*:*:*:*, cpe:2.3:a:fasterxml:jackson-modules-java8:2.15.0:*:*:*:*:*:*:*) : CVE-2023-35116
See the dependency-check report for more details.
Could you please help fix the CVE?
Thank you very much.
P.S: This is my first issue in this repository, if not anything else, many thanks for this very cool project.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
jackson-databind-2.15.0.jar (pkg:maven/com.fasterxml.jackson.core/[email protected], cpe:2.3:a:fasterxml:jackson-databind:2.15.0:*:*:*:*:*:*:*, cpe:2.3:a:fasterxml:jackson-modules-java8:2.15.0:*:*:*:*:*:*:*) : CVE-2023-35116
(question about #3972)
Oct 2, 2023
Describe the bug
All versions of jackson databind, up to 2.15.x contains CVE.
Version information
I am currently using 2.15.0 which SpringBoot pulls, but even with 2.15.2, it is reproducible.
To Reproduce
Just go to Josh's second favorite place, pull a dummy project with SpringBoot 3.1.0 (which contains Jackson) and the issue is reproducible.
Expected behavior
Jackson will not contain CVE
Additional context
Could you please help fix the CVE?
Thank you very much.
P.S: This is my first issue in this repository, if not anything else, many thanks for this very cool project.
The text was updated successfully, but these errors were encountered: