NA

CVE-2024-28863

Published: 21/03/2024 Updated: 22/03/2024

Vulnerability Summary

node-tar is a Tar for Node.js. node-tar prior to version 6.2.1 has no limit on the number of sub-folders created in the folder creation process. An attacker who generates a large number of sub-folders can consume memory on the system running node-tar and even crash the Node.js client within few seconds of running it using a path with too many sub-folders inside. Version 6.2.1 fixes this issue by preventing extraction in excessively deep sub-folders.

Github Repositories

Wrapper which returns the weather of a given location.

Global context of the module During various lab sessions, we will build a first a wrapper than an API which returns the weather forecast of a given location Labs made in the context of a DevOps module, Efrei Paris, M1 Big Data and Machine Learning TP1 In this lab, we had to create a wrapper and a docker image associated for the weather reports I chose to use nodejs, as I