[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency tar to v6 [SECURITY] #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor
@renovate-bot renovate-bot commented Apr 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tar ^4.4.13 -> ^6.2.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

GitHub Vulnerability Alerts

CVE-2024-28863

Description:

During some analysis today on npm's node-tar package I came across the folder creation process, Basicly if you provide node-tar with a path like this ./a/b/c/foo.txt it would create every folder and sub-folder here a, b and c until it reaches the last folder to create foo.txt, In-this case I noticed that there's no validation at all on the amount of folders being created, that said we're actually able to CPU and memory consume the system running node-tar and even crash the nodejs client within few seconds of running it using a path with too many sub-folders inside

Steps To Reproduce:

You can reproduce this issue by downloading the tar file I provided in the resources and using node-tar to extract it, you should get the same behavior as the video

Proof Of Concept:

Here's a video show-casing the exploit:

Impact

Denial of service by crashing the nodejs client when attempting to parse a tar archive, make it run out of heap memory and consuming server CPU and memory resources

Report resources

payload.txt
archeive.tar.gz

Note

This report was originally reported to GitHub bug bounty program, they asked me to report it to you a month ago


Release Notes

isaacs/node-tar (tar)

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.15

Compare Source

v6.1.14

Compare Source

v6.1.13

Compare Source

Dependencies

v6.1.12

Compare Source

Bug Fixes
Documentation

v6.1.11

Compare Source

v6.1.10

Compare Source

v6.1.9

Compare Source

v6.1.8

Compare Source

v6.1.7

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

Dependencies

v6.1.0

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.11

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.19

Compare Source

v4.4.18

Compare Source

v4.4.17

Compare Source

v4.4.16

Compare Source

v4.4.15

Compare Source

v4.4.14

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from e98e244 to 051de31 Compare April 14, 2024 11:37
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Apr 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 051de31 to 46f3541 Compare April 14, 2024 14:02
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Apr 14, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Apr 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 46f3541 to 626e441 Compare April 21, 2024 08:59
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Apr 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 626e441 to 59d2737 Compare April 21, 2024 11:43
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Apr 25, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch 2 times, most recently from 5f8a8e9 to 8c1806f Compare April 25, 2024 14:24
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Apr 25, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 8c1806f to c93dae1 Compare May 3, 2024 14:43
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] May 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from c93dae1 to 6304de2 Compare May 3, 2024 14:44
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] May 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 6304de2 to 7680b72 Compare May 9, 2024 08:29
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] May 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 7680b72 to d44685f Compare May 9, 2024 10:17
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] May 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from d44685f to e533017 Compare May 15, 2024 16:19
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] May 15, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from e533017 to 04b4051 Compare May 15, 2024 23:41
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] May 15, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 04b4051 to 475f383 Compare June 4, 2024 11:08
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Jun 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 475f383 to d440997 Compare June 4, 2024 12:26
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Jun 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from d440997 to 1cd167f Compare June 17, 2024 16:30
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Jun 17, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Jun 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 14b1b78 to 5321bac Compare July 14, 2024 08:25
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Jul 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 5321bac to 3d947ea Compare July 14, 2024 11:07
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Jul 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 3d947ea to a5c958a Compare July 21, 2024 13:21
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Jul 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from a5c958a to ed1e437 Compare July 21, 2024 16:17
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Jul 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from ed1e437 to 01a4149 Compare July 28, 2024 15:29
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Jul 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-tar-vulnerability branch from 01a4149 to 207a4b1 Compare July 28, 2024 20:17
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Jul 28, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Oct 9, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Oct 9, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Oct 28, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Oct 28, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Nov 17, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Nov 17, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v6 [SECURITY] Update dependency tar to v7 [SECURITY] Dec 2, 2024
@renovate-bot renovate-bot changed the title Update dependency tar to v7 [SECURITY] Update dependency tar to v6 [SECURITY] Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant