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

Vulnerability allows Denial of Service (DoS) via Regex Backtracking #8

Closed
clepore opened this issue Jul 22, 2020 · 4 comments
Closed

Comments

@clepore
Copy link

clepore commented Jul 22, 2020

I wasn't sure if you were aware of this: National Vulnerability DB - CVE-2020-7663

Thanks and cheers!

@md-hamed
Copy link

I think this one is related to https://github.com/faye/websocket-extensions-ruby (and it was fixed in their latest version btw). The similar vulnerability related to this package is CVE-2020-7662 and it was already resolved in the latest version. However; for some reason, I'm getting the CVE-2020-7663 vulnerability warning in the vulnerability management tool of one of my projects. I think these might be something wrong with the vulnerabilities database.

@jcoglan
Copy link
Collaborator

jcoglan commented Jul 22, 2020

Just to confirm: CVE-2020-7662 relates to this repository, and CVE-2020-7663 relates to the Ruby version, https://github.com/faye/websocket-extensions-ruby. Both these CVEs have been addressed in published releases. Is there another reason you were flagging this, @clepore, or should I close this issue?

@clepore
Copy link
Author

clepore commented Jul 23, 2020

@jcoglan , I was seeing the same issue as @md-hamed. Our security tool is flagging this as "not fixed" for this repository saying it needs to be on version 0.1.5 or greater to be "fixed".

Edit: I see that this is fixed in 0.1.4. Thanks and yes you can close. Sorry for not researching harder.

@jcoglan
Copy link
Collaborator

jcoglan commented Jul 23, 2020

@clepore That's ok, I was wondering whether your reporting tool is confusing this repo with https://github.com/faye/websocket-extensions-ruby, since both repos contain a package with the same name, but that repo is a Ruby package while this one is for Node.js.

Just to spell this out and make sure it's clear for others who find this thread:

@jcoglan jcoglan closed this as completed Jul 23, 2020
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

3 participants