Security issue
See original GitHub issueThere 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:
- Created 5 years ago
- Reactions:2
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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.