sass-lang CVE Vulnerabilities & Metrics

Focus on sass-lang vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About sass-lang Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with sass-lang. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total sass-lang CVEs: 28
Earliest CVE date: 26 May 2018, 20:29 UTC
Latest CVE date: 22 Aug 2023, 19:16 UTC

Latest CVE reference: CVE-2022-43358

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 0

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): -100.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): -100.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical sass-lang CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 4.5

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 3
4.0-6.9 24
7.0-8.9 1
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS sass-lang CVEs

These are the five CVEs with the highest CVSS scores for sass-lang, sorted by severity first and recency.

All CVEs for sass-lang

CVE-2022-43358 sass-lang vulnerability CVSS: 0 22 Aug 2023, 19:16 UTC

Stack overflow vulnerability in ast_selectors.cpp: in function Sass::ComplexSelector::has_placeholder in libsass:3.6.5-8-g210218, which can be exploited by attackers to cause a denial of service (DoS).

CVE-2022-43357 sass-lang vulnerability CVSS: 0 22 Aug 2023, 19:16 UTC

Stack overflow vulnerability in ast_selectors.cpp in function Sass::CompoundSelector::has_real_parent_ref in libsass:3.6.5-8-g210218, which can be exploited by attackers to causea denial of service (DoS). Also affects the command line driver for libsass, sassc 3.6.2.

CVE-2022-26592 sass-lang vulnerability CVSS: 0 22 Aug 2023, 19:16 UTC

Stack Overflow vulnerability in libsass 3.6.5 via the CompoundSelector::has_real_parent_ref function.

CVE-2020-24025 sass-lang vulnerability CVSS: 5.0 11 Jan 2021, 19:15 UTC

Certificate validation in node-sass 2.0.0 to 4.14.1 is disabled when requesting binaries even if the user is not specifying an alternative download path.

CVE-2019-18799 sass-lang vulnerability CVSS: 4.3 06 Nov 2019, 16:15 UTC

LibSass before 3.6.3 allows a NULL pointer dereference in Sass::Parser::parseCompoundSelector in parser_selectors.cpp.

CVE-2019-18798 sass-lang vulnerability CVSS: 4.3 06 Nov 2019, 16:15 UTC

LibSass before 3.6.3 allows a heap-based buffer over-read in Sass::weaveParents in ast_sel_weave.cpp.

CVE-2019-18797 sass-lang vulnerability CVSS: 4.3 06 Nov 2019, 16:15 UTC

LibSass 3.6.1 has uncontrolled recursion in Sass::Eval::operator()(Sass::Binary_Expression*) in eval.cpp.

CVE-2018-20822 sass-lang vulnerability CVSS: 4.3 23 Apr 2019, 14:29 UTC

LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp).

CVE-2018-20821 sass-lang vulnerability CVSS: 4.3 23 Apr 2019, 14:29 UTC

The parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).

CVE-2019-6286 sass-lang vulnerability CVSS: 4.3 14 Jan 2019, 22:29 UTC

In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::skip_over_scopes in prelexer.hpp when called from Sass::Parser::parse_import(), a similar issue to CVE-2018-11693.

CVE-2019-6284 sass-lang vulnerability CVSS: 4.3 14 Jan 2019, 22:29 UTC

In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::alternatives in prelexer.hpp.

CVE-2019-6283 sass-lang vulnerability CVSS: 4.3 14 Jan 2019, 22:29 UTC

In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp.

CVE-2018-20190 sass-lang vulnerability CVSS: 4.3 17 Dec 2018, 20:29 UTC

In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Eval::operator()(Sass::Supports_Operator*) in eval.cpp may cause a Denial of Service (application crash) via a crafted sass input file.

CVE-2018-19839 sass-lang vulnerability CVSS: 4.3 04 Dec 2018, 09:29 UTC

In LibSass prior to 3.5.5, the function handle_error in sass_context.cpp allows attackers to cause a denial-of-service resulting from a heap-based buffer over-read via a crafted sass file.

CVE-2018-19838 sass-lang vulnerability CVSS: 4.3 04 Dec 2018, 09:29 UTC

In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy().

CVE-2018-19837 sass-lang vulnerability CVSS: 4.3 04 Dec 2018, 09:29 UTC

In LibSass prior to 3.5.5, Sass::Eval::operator()(Sass::Binary_Expression*) inside eval.cpp allows attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, because of certain incorrect parsing of '%' as a modulo operator in parser.cpp.

CVE-2018-19827 sass-lang vulnerability CVSS: 6.8 03 Dec 2018, 19:29 UTC

In LibSass 3.5.5, a use-after-free vulnerability exists in the SharedPtr class in SharedPtr.cpp (or SharedPtr.hpp) that may cause a denial of service (application crash) or possibly have unspecified other impact.

CVE-2018-19826 sass-lang vulnerability CVSS: 4.3 03 Dec 2018, 19:29 UTC

In inspect.cpp in LibSass 3.5.5, a high memory footprint caused by an endless loop (containing a Sass::Inspect::operator()(Sass::String_Quoted*) stack frame) may cause a Denial of Service via crafted sass input files with stray '&' or '/' characters. NOTE: Upstream comments indicate this issue is closed as "won't fix" and "works as intended" by design

CVE-2018-19797 sass-lang vulnerability CVSS: 4.3 03 Dec 2018, 06:29 UTC

In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Selector_List::populate_extends in SharedPtr.hpp (used by ast.cpp and ast_selectors.cpp) may cause a Denial of Service (application crash) via a crafted sass input file.

CVE-2018-19219 sass-lang vulnerability CVSS: 4.3 12 Nov 2018, 19:29 UTC

In LibSass 3.5-stable, there is an illegal address access at Sass::Eval::operator that will lead to a DoS attack.

CVE-2018-19218 sass-lang vulnerability CVSS: 4.3 12 Nov 2018, 19:29 UTC

In LibSass 3.5-stable, there is an illegal address access at Sass::Parser::parse_css_variable_value_token that will lead to a DoS attack.

CVE-2018-11698 sass-lang vulnerability CVSS: 5.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass through 3.5.4. An out-of-bounds read of a memory region was found in the function Sass::handle_error which could be leveraged by an attacker to disclose information or manipulated to read from unmapped memory causing a denial of service.

CVE-2018-11697 sass-lang vulnerability CVSS: 5.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass through 3.5.4. An out-of-bounds read of a memory region was found in the function Sass::Prelexer::exactly() which could be leveraged by an attacker to disclose information or manipulated to read from unmapped memory causing a denial of service.

CVE-2018-11696 sass-lang vulnerability CVSS: 6.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass through 3.5.4. A NULL pointer dereference was found in the function Sass::Inspect::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact.

CVE-2018-11695 sass-lang vulnerability CVSS: 6.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass <3.5.3. A NULL pointer dereference was found in the function Sass::Expand::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact.

CVE-2018-11694 sass-lang vulnerability CVSS: 6.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass through 3.5.4. A NULL pointer dereference was found in the function Sass::Functions::selector_append which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact.

CVE-2018-11693 sass-lang vulnerability CVSS: 5.8 04 Jun 2018, 06:29 UTC

An issue was discovered in LibSass through 3.5.4. An out-of-bounds read of a memory region was found in the function Sass::Prelexer::skip_over_scopes which could be leveraged by an attacker to disclose information or manipulated to read from unmapped memory causing a denial of service.

CVE-2018-11499 sass-lang vulnerability CVSS: 7.5 26 May 2018, 20:29 UTC

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.