4k4xs4pH1r3 / offensive-security

PurpleTeam
GNU General Public License v3.0
4 stars 2 forks source link

CVE-2024-3660 (Critical) detected in keras-2.11.0-py2.py3-none-any.whl #153

Open mend-bolt-for-github[bot] opened 1 month ago

mend-bolt-for-github[bot] commented 1 month ago

CVE-2024-3660 - Critical Severity Vulnerability

Vulnerable Library - keras-2.11.0-py2.py3-none-any.whl

Multi-backend Keras.

Library home page: https://files.pythonhosted.org/packages/de/44/bf1b0eef5b13e6201aef076ff34b91bc40aace8591cd273c1c2a94a9cc00/keras-2.11.0-py2.py3-none-any.whl

Path to dependency file: /SuperCluster/Kali/Python/requirements.txt

Path to vulnerable library: /SuperCluster/Kali/Python/requirements.txt,/Linux/Blackarch/optional/requirements.txt,/SuperCluster/macOS/Python/requirements.txt,/SuperCluster/ArchLinux/Python/requirements.txt,/Linux/Python/requirements.txt

Dependency Hierarchy: - :x: **keras-2.11.0-py2.py3-none-any.whl** (Vulnerable Library)

Found in HEAD commit: 282db09a8dda8b4c4d0ff56875195546b18b0ec5

Found in base branch: master

Vulnerability Details

A arbitrary code injection vulnerability in TensorFlow's Keras framework (<2.13) allows attackers to execute arbitrary code with the same permissions as the application using a model that allow arbitrary code irrespective of the application.

Publish Date: 2024-04-16

URL: CVE-2024-3660

CVSS 3 Score Details (9.8)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://github.com/advisories/GHSA-x4wf-678h-2pmq

Release Date: 2024-04-16

Fix Resolution: 2.13.1


Step up your Open Source Security Game with Mend here

secure-code-warrior-for-github[bot] commented 1 month ago

Micro-Learning Topic: Code injection (Detected by phrase)

Matched on "code injection"

What is this? (2min video)

Code injection happens when an application insecurely accepts input that is subsequently used in a dynamic code evaluation call. If insufficient validation or sanitisation is performed on the input, specially crafted inputs may be able to alter the syntax of the evaluated code and thus alter execution. In a worst case scenario, an attacker could run arbitrary code in the server context and thus perform almost any action on the application server.

Try a challenge in Secure Code Warrior

Helpful references

Micro-Learning Topic: Vulnerable library (Detected by phrase)

Matched on "Vulnerable Library"

What is this? (2min video)

Use of vulnerable components will introduce weaknesses into the application. Components with published vulnerabilities will allow easy exploitation as resources will often be available to automate the process.

Try a challenge in Secure Code Warrior