4k4xs4pH1r3 / Capture-the-Flag

CTF Competition
0 stars 1 forks source link

CVE-2024-39249 (Medium) detected in async-3.2.4.tgz #396

Open mend-bolt-for-github[bot] opened 2 days ago

mend-bolt-for-github[bot] commented 2 days ago

CVE-2024-39249 - Medium Severity Vulnerability

Vulnerable Library - async-3.2.4.tgz

Higher-order functions and common patterns for asynchronous code

Library home page: https://registry.npmjs.org/async/-/async-3.2.4.tgz

Path to dependency file: /Frontend/package.json

Path to vulnerable library: /Frontend/node_modules/async/package.json

Dependency Hierarchy: - react-scripts-5.0.1.tgz (Root Library) - workbox-webpack-plugin-6.6.1.tgz - workbox-build-6.6.1.tgz - rollup-plugin-off-main-thread-2.2.3.tgz - ejs-3.1.10.tgz - jake-10.8.7.tgz - :x: **async-3.2.4.tgz** (Vulnerable Library)

Found in HEAD commit: 4fd56ff0d34de5cc5fd326993589c3ee53d44d04

Found in base branch: master

Vulnerability Details

Async <= 2.6.4 and <= 3.2.5 are vulnerable to ReDoS (Regular Expression Denial of Service) while parsing function in autoinject function.

Publish Date: 2024-07-01

URL: CVE-2024-39249

CVSS 3 Score Details (6.5)

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

For more information on CVSS3 Scores, click here.


Step up your Open Source Security Game with Mend here

secure-code-warrior-for-github[bot] commented 2 days ago

Micro-Learning Topic: Regular expression denial of service (Detected by phrase)

Matched on "Regular Expression Denial of Service"

What is this? (2min video)

Denial of Service (DoS) attacks caused by Regular Expression which causes the system to hang or cause them to work very slowly when attacker sends a well-crafted input(exponentially related to input size).Denial of service attacks significantly degrade the service quality experienced by legitimate users. These attacks introduce large response delays, excessive losses, and service interruptions, resulting in direct impact on availability.

Try a challenge in Secure Code Warrior

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: 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