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

a 3.0.4 release for forever-monitor with updated chokidar #200

Open
evansrobert opened this issue Aug 14, 2021 · 3 comments
Open

a 3.0.4 release for forever-monitor with updated chokidar #200

evansrobert opened this issue Aug 14, 2021 · 3 comments

Comments

@evansrobert
Copy link

Hi, @kibertoad,

Issue Description

I noticed that a vulnerability is introduced in forever-monitor@3.0.3:
Vulnerability CVE-2020-28469 affects package glob-parent (versions:<5.1.2): https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905
The above vulnerable package is referenced by forever-monitor@3.0.3 via:
forever-monitor@3.0.3 ➔ chokidar@2.1.8 ➔ glob-parent@3.1.0

Since forever-monitor@3.0.3 (138,256 downloads per week) is referenced by 25 downstream projects (e.g., forever 4.0.1 (latest version), domotz-remote-pawn 3.9.0-b001 (latest version), alks 3.5.0 (latest version), gulp-forever-monitor 1.0.9 (latest version), edgemicro 3.2.2 (latest version)), the vulnerability CVE-2020-28469 can be propagated into these downstream projects and expose security threats to them via the following package dependency paths:
(1)domotz-remote-pawn@3.8.0-b001 ➔ forever@4.0.1 ➔ forever-monitor@3.0.3 ➔ chokidar@2.1.8 ➔ glob-parent@3.1.0
(2)edgemicro@3.2.2 ➔ forever-monitor@3.0.3 ➔ chokidar@2.1.8 ➔ glob-parent@3.1.0
......

If forever-monitor@3.0.* removes the vulnerable package from the above version, then its fixed version can help downstream users decrease their pain.

Given the large number of downstream users, could you help update your package to remove the vulnerability from forever-monitor@3.0.3 ?

Fixing suggestions

In forever-monitor@3.0.4, maybe you can kindly try to perform the following upgrade :
chokidar ^2.1.8 ➔ ^3.0.0;

Note:
chokidar@3.0.0(>=3.0.0) directly depends on glob-parent@5.1.2 which has fixed the vulnerability CVE-2020-28469.

Thank you for your attention to this issue and welcome to share other ways to resolve the issue.^_^

@redoxerjosh
Copy link

redoxerjosh commented Sep 24, 2021

@kibertoad @indexzero

First and foremost, thank you kindly for the work and maintenance of forever-monitor!

We are working through updates of our system and have a need to address security vulnerabilities with tar which come in by way of forever-monitor's dependency on an older version of Chokidar. It looks like the latest Chokidar (3.5.2) would address the issue described by evansrobert as well as the issue for tar.

Was hoping I could help boost some awareness for bumping forever-monitor forward to Chokidar 3. The CVE's that we're looking at are CVE-2021-32804, CVE-2021-32803, CVE-2021-37701, CVE-2021-37712, and CVE-2021-37713

The PR #198 looks like it could be a good basis for maintaining backwards compatibility with Node < 8 while supporting Chokidar 3 on modern versions of Node.. with a minor version bump on this PR (to Chokidar 3.5.2) maybe it could address all of the CVE's showing up?

I'd be happy to help in some way if a new PR is needed.

@gael-donat
Copy link

Any news about this ?

@pwcushman
Copy link

Is there a version 3.0.4?

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

No branches or pull requests

4 participants