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

False Negative: Trivy does not detect CVE-2018-11499 on node-sass #2502

Closed
wagde-orca opened this issue Jul 12, 2022 · 1 comment
Closed
Labels
kind/security-advisory Categorizes issue or PR as related to security advisories.

Comments

@wagde-orca
Copy link

Checklist

  • [V] I've read the documentation regarding wrong detection.
  • [V] I've confirmed that a security advisory in data sources was correct.
    • Run Trivy with -f json that shows data sources and make sure that the security advisory is correct.

Description

CVE-2018-11499
From NVD:
A use-after-free vulnerability exists in handle_error() in sass_context.cpp in LibSass 3.4.x and 3.5.x through 3.5.4 that could be leveraged to cause a denial of service (application crash) or possibly unspecified other impact.
node-sass is a Node.js package for libsass
node-sass package versions >=4.4.0 and < 4.13.1 are vulnerable to this CVEs because it "libsass" <= 3.5.4
in node-sass 4.13.1 they upgraded libsass to 3.6.x

I believe this is a FN and the CVE should be added to the trivy DB
this is the issue in node-sass that upgraded libsass to fix the CVE
sass/node-sass#2720

trivy -v
Version: 0.25.3
Vulnerability DB:
Version: 2
UpdatedAt: 2022-07-12 06:06:06.717469085 +0000 UTC
NextUpdate: 2022-07-12 12:06:06.717468685 +0000 UTC
DownloadedAt: 2022-07-12 22:43:05.784647 +0000 UTC

@wagde-orca wagde-orca added the kind/bug Categorizes issue or PR as related to a bug. label Jul 12, 2022
@knqyf263 knqyf263 added kind/security-advisory Categorizes issue or PR as related to security advisories. and removed kind/bug Categorizes issue or PR as related to a bug. labels Jul 13, 2022
@knqyf263
Copy link
Collaborator

You can raise an issue to GitHub.
GHSA-c87p-mhv6-fff6

Or GitLab.
https://gitlab.com/gitlab-org/advisories-community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/security-advisory Categorizes issue or PR as related to security advisories.
Projects
None yet
Development

No branches or pull requests

2 participants