sealmindset / struts2rce

Apache License 2.0
0 stars 0 forks source link

[Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.7 to 2.18.0 #13

Open sealmindset opened 2 years ago

sealmindset commented 2 years ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-core from 2.7 to 2.18.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **26 versions** ahead of your current version. - The recommended version was released **3 months ago**, on 2022-06-28. The recommended version fixes: Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Man-in-the-Middle (MitM)
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-567761](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-567761) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | No Known Exploit | Deserialization of Untrusted Data
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-31409](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-31409) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | Mature | Denial of Service (DoS)
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2321524](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2321524) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | Proof of Concept | Arbitrary Code Execution
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2327339](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2327339) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | Proof of Concept | Remote Code Execution (RCE)
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2320014](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2320014) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | Proof of Concept | Remote Code Execution (RCE)
[SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314720](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314720) | **335/1000**
**Why?** Has a fix available, CVSS 3.7 | Mature (*) Note that the real score may have changed since the PR was raised.
**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/sealmindset/project/4a9ce65d-1e34-4eab-ba9f-a6eda1a80217?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sealmindset/project/4a9ce65d-1e34-4eab-ba9f-a6eda1a80217/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sealmindset/project/4a9ce65d-1e34-4eab-ba9f-a6eda1a80217/settings/integration?pkg=org.apache.logging.log4j:log4j-core&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
secure-code-warrior-for-github[bot] commented 2 years ago

Micro-Learning Topic: Denial of service (Detected by phrase)

Matched on "Denial of Service"

The Denial of Service (DoS) attack is focused on making a resource (site, application, server) unavailable for the purpose it was designed. There are many ways to make a service unavailable for legitimate users by manipulating network packets, programming, logical, or resources handling vulnerabilities, among others. Source: https://www.owasp.org/index.php/Denial_of_Service

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Deserialization of untrusted data (Detected by phrase)

Matched on "Deserialization of Untrusted Data"

What is this? (2min video)

It is often convenient to serialize objects for communication or to save them for later use. However, serialized data or code can be modified. This malformed data or unexpected data could be used to abuse application logic, deny service, or execute arbitrary code when deserialized. This is usually done with "gadget chains

Try a challenge in Secure Code Warrior

Helpful references