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

Latest version pulling in woodstox vulnerability. #155

Closed
andrewhallambc opened this issue Nov 28, 2022 · 2 comments
Closed

Latest version pulling in woodstox vulnerability. #155

andrewhallambc opened this issue Nov 28, 2022 · 2 comments

Comments

@andrewhallambc
Copy link

https://nvd.nist.gov/vuln/detail/CVE-2022-40152

Need to pull in 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.0' which resolves this.

Dependency tree -

| --- pl.damianszczepanik:silencio:2.4.1
| +--- com.fasterxml.jackson.core:jackson-databind:2.13.4 -> 2.13.4.2 ()
| +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4
| | +--- com.fasterxml.jackson.core:jackson-core:2.13.4 (
)
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.13.4 ()
| | +--- com.fasterxml.jackson.core:jackson-databind:2.13.4 -> 2.13.4.2 (
)
| | +--- org.codehaus.woodstox:stax2-api:4.2.1
| | +--- com.fasterxml.woodstox:woodstox-core:6.3.1
| | | --- org.codehaus.woodstox:stax2-api:4.2.1

@damianszczepanik
Copy link
Owner

Latest version has been published

@andrewhallambc
Copy link
Author

andrewhallambc commented Nov 29, 2022

Hi @damianszczepanik
Your latest version 2.4.2 still has the vulnerability - due to the fact you are pulling in jackson 2.13.*
See -
| --- pl.damianszczepanik:silencio:2.4.2
| +--- com.fasterxml.jackson.core:jackson-databind:2.13.4 -> 2.13.4.2 ()
| +--- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4
| | +--- com.fasterxml.jackson.core:jackson-core:2.13.4 (
)
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.13.4 ()
| | +--- com.fasterxml.jackson.core:jackson-databind:2.13.4 -> 2.13.4.2 (
)
| | +--- org.codehaus.woodstox:stax2-api:4.2.1
| | +--- com.fasterxml.woodstox:woodstox-core:6.3.1
| | | --- org.codehaus.woodstox:stax2-api:4.2.1
| | --- com.fasterxml.jackson:jackson-bom:2.13.4 (*)

The vulnerability fix to jackson if from 2.14.0 onwards.
Could you please update your lib to at least 2.14.0 please.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants