Description
A vulnerability has been found in connorskees grass up to 0.13.4. The impacted element is the function grass_compiler::selector::extend/grass_compiler::evaluate::visitor. The manipulation leads to denial of service. The attack must be carried out locally. The exploit has been disclosed to the public and may be used. The project maintainer explains: "DoS vulnerabilities are generally fine in Sass compilers -- they are trivially possible with recursive functions, infinite loops, nested mixins, etc. The description here is wrong. Compile time is not expected to be linear relative to the input, and the @extend algorithm is definitionally exponential."
Published: 2026-07-04
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the selector extend routine and visitor evaluation of the connorskees grass Sass compiler (CWE-404, CWE-835) can cause the compilation to grow exponentially and exhaust system resources. An attacker with local access can supply a crafted stylesheet that forces the compiler into an infinite processing loop, leading to high CPU usage and memory usage until the process terminates or the system becomes unresponsive. The vulnerability solely impacts availability; it does not grant code execution or data disclosure.

Affected Systems

All releases of connorskees grass up to and including version 0.13.4 are affected, as the compiler's extend/visitor logic is present in those builds. Applications that invoke the compiler on-the-fly stylesheet generation, build pipelines or developer workstations—must verify the version they are running. Versions newer than 0.13.4 are not listed as vulnerable, implying that the issue has been addressed in subsequent releases.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. The EPSS score low likelihood of exploitation, and the vulnerability is not listed in CISA's KEV catalog. Because the attack requires local access to supply the malicious stylesheet, mitigation can be applied through controlled input handling and by limiting who can invoke the compiler on the affected host.

Generated by OpenCVE AI on July 23, 2026 at 16:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to connorskees grass version newer than 0.13.4.
  • If a newer version is not yet to trusted input sources and limit local users from providing untrusted data.
  • Implement process limits or run the compiler in a sandboxed container so that runaway execution can be terminated without impacting the broader system.

Generated by OpenCVE AI on July 23, 2026 at 16:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-835
References
Metrics threat_severity

None

threat_severity

Low


Sat, 04 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in connorskees grass up to 0.13.4. The impacted element is the function grass_compiler::selector::extend/grass_compiler::evaluate::visitor. The manipulation leads to denial of service. The attack must be carried out locally. The exploit has been disclosed to the public and may be used. The project maintainer explains: "DoS vulnerabilities are generally fine in Sass compilers -- they are trivially possible with recursive functions, infinite loops, nested mixins, etc. The description here is wrong. Compile time is not expected to be linear relative to the input, and the @extend algorithm is definitionally exponential."
Title connorskees grass visitor denial of service
First Time appeared Connorskees
Connorskees grass
Weaknesses CWE-404
CPEs cpe:2.3:a:connorskees:grass:*:*:*:*:*:*:*:*
Vendors & Products Connorskees
Connorskees grass
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:ND/RC:C'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:C'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:C'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Connorskees Grass
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:23:26.884Z

Reserved: 2026-07-03T18:40:42.488Z

Link: CVE-2026-14651

cve-icon Vulnrichment

Updated: 2026-07-06T16:23:22.771Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-04T20:15:13Z

Links: CVE-2026-14651 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:15:03Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')