JULIELab / JeSemE

Jena Semantic Explorer
http://jeseme.org
MIT License
11 stars 3 forks source link

possible DoS via CVE-2018-10237 #19

Closed benjamir closed 2 years ago

benjamir commented 4 years ago

dependabot: " CVE-2018-10237 moderate severity Vulnerable versions: > 11.0, < 24.1.1 Patched version: 24.1.1

Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data, because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable. "

benjamir commented 4 years ago

dependabot cannot fix it automatically because the dependencies seem to disallow setting guave to >=24.1.1

benjamir commented 2 years ago

manually set to guave 24.1.1, not tested, not released -- either it works or we're doomed, for the time being