creolabs CVE Vulnerabilities & Metrics

Focus on creolabs vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About creolabs Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with creolabs. 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 creolabs CVEs: 13
Earliest CVE date: 17 Jul 2017, 13:18 UTC
Latest CVE date: 20 Sep 2021, 16:15 UTC

Latest CVE reference: CVE-2021-32285

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): 0%

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

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical creolabs CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 6.46

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 0
4.0-6.9 6
7.0-8.9 7
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS creolabs CVEs

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

All CVEs for creolabs

CVE-2021-32285 creolabs vulnerability CVSS: 4.3 20 Sep 2021, 16:15 UTC

An issue was discovered in gravity through 0.8.1. A NULL pointer dereference exists in the function list_iterator_next() located in gravity_core.c. It allows an attacker to cause Denial of Service.

CVE-2021-32284 creolabs vulnerability CVSS: 6.8 20 Sep 2021, 16:15 UTC

An issue was discovered in gravity through 0.8.1. A NULL pointer dereference exists in the function ircode_register_pop_context_protect() located in gravity_ircode.c. It allows an attacker to cause Denial of Service.

CVE-2021-32283 creolabs vulnerability CVSS: 4.3 20 Sep 2021, 16:15 UTC

An issue was discovered in gravity through 0.8.1. A NULL pointer dereference exists in the function gravity_string_to_value() located in gravity_value.c. It allows an attacker to cause Denial of Service.

CVE-2021-32282 creolabs vulnerability CVSS: 4.3 20 Sep 2021, 16:15 UTC

An issue was discovered in gravity through 0.8.1. A NULL pointer dereference exists in the function ircode_add_check() located in gravity_ircode.c. It allows an attacker to cause Denial of Service.

CVE-2021-32281 creolabs vulnerability CVSS: 6.8 20 Sep 2021, 16:15 UTC

An issue was discovered in gravity through 0.8.1. A heap-buffer-overflow exists in the function gnode_function_add_upvalue located in gravity_ast.c. It allows an attacker to cause code Execution.

CVE-2018-13795 creolabs vulnerability CVSS: 5.0 09 Jul 2018, 21:29 UTC

Gravity before 0.5.1 does not support a maximum recursion depth.

CVE-2017-1000437 creolabs vulnerability CVSS: 7.5 02 Jan 2018, 23:29 UTC

Creolabs Gravity 1.0 contains a stack based buffer overflow in the operator_string_add function, resulting in remote code execution.

CVE-2017-1000173 creolabs vulnerability CVSS: 7.5 17 Nov 2017, 03:29 UTC

Creolabs Gravity Version: 1.0 Heap Overflow Potential Code Execution. By creating a large loop whiling pushing data to a buffer, we can break out of the bounds checking of that buffer. When list.join is called on the data it will read past a buffer resulting in a Heap-Buffer-Overflow.

CVE-2017-1000172 creolabs vulnerability CVSS: 7.5 17 Nov 2017, 03:29 UTC

Creolabs Gravity Version: 1.0 Use-After-Free Possible code execution. An example of a Heap-Use-After-Free after the 'sublexer' pointer has been freed. Line 542 of gravity_lexer.c. 'lexer' is being used to access a variable but 'lexer' has already been freed, creating a Heap Use-After-Free condition.

CVE-2017-1000075 creolabs vulnerability CVSS: 7.5 17 Jul 2017, 13:18 UTC

Creolabs Gravity version 1.0 is vulnerable to a stack overflow in the memcmp function

CVE-2017-1000074 creolabs vulnerability CVSS: 7.5 17 Jul 2017, 13:18 UTC

Creolabs Gravity version 1.0 is vulnerable to a stack overflow in the string_repeat() function.

CVE-2017-1000073 creolabs vulnerability CVSS: 7.5 17 Jul 2017, 13:18 UTC

Creolabs Gravity version 1.0 is vulnerable to a heap overflow in an undisclosed component that can result in arbitrary code execution.

CVE-2017-1000072 creolabs vulnerability CVSS: 7.5 17 Jul 2017, 13:18 UTC

Creolabs Gravity version 1.0 is vulnerable to a Double Free in gravity_value resulting potentially leading to modification of unexpected memory locations