question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There is a moderate vulnerability in one of your dependencies

Vulnerable module: com.google.guava:guava

Libraries affected:

  • io.springfox:springfox-swagger2@2.9.2

  • io.springfox:springfox-swagger-ui@2.9.2

Explanation:

com.google.guava:guava is a set of core libraries that includes new collection types (such as multimap and multiset,immutable collections, a graph library, functional types, an in-memory cache and more.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data.

During deserialization, two Guava classes accept a caller-specified size parameter and eagerly allocate an array of that size:

  • AtomicDoubleArray (when serialized with Java serialization)
  • CompoundOrdering (when serialized with GWT serialization)

An attacker may be able to send a specially crafted request which with then cause the server to allocate all it’s memory, without validation whether the data size is reasonable.

You have to update this dependency to solve the issue.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
diego-ruiz-reicommented, Jun 25, 2019

Hello, just want to also bring up this additional security issue with earlier versions of guava - https://nvd.nist.gov/vuln/detail/CVE-2018-10237

0reactions
stale[bot]commented, Jul 8, 2020

This issue has been automatically closed because it has not had recent activity. Please re-open a new issue if this is still an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 15 Most Common Security Issues and How to Fix Them
1. Ransomware Attack · 2. Code Injection (Remote Code Execution) · 3. Cross-Site Scripting (XSS) Attack · 4. Data Breach · 5. Malware...
Read more >
Security Issues report - Search Console Help
What are security issues? Security issues reported here fall into the following categories: ... Expand the issue description on the Security Issues report....
Read more >
Security issue definition and meaning - Collins Dictionary
Security issue definition: An issue is an important subject that people are arguing about or discussing . | Meaning, pronunciation, translations and ...
Read more >
8 Common IT Security Issues and How to Avoid Them
1. Ransomware · 2. Phishing · 3. Malvertising · 4. Brute Force Attacks · 5. Social Engineering · 6. Drive-By Downloads · 7....
Read more >
10 Common Web Security Vulnerabilities - Toptal
Don't suffer through a security breach—take action before any problems arise. Master these 10 common web security vulnerabilities now.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found