GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-44028 (GCVE-0-2026-44028)

Vulnerability from cvelistv5 – Published: 2026-05-05 00:30 – Updated: 2026-05-09 03:40
VLAI
Summary
An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine stack. The stack is allocated without a guard page, which means that a stack overflow could overwrite memory on the heap and could allow arbitrary code execution as the Nix daemon (run as root in multi-user installations) if ASLR hardening is bypassed. This can be exploited by all users able to connect to the daemon (e.g., in Nix, this is configurable via the allowed-users setting, defaulting to all users). The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 for Nix (introduced in 2.24.4); and 2.95.2, 2.94.2, and 2.93.4 for Lix (introduced in 2.93.0).
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-05-05 14:03 UTC
CWE
Impacted products
Vendor Product Version CPE status
NixOS Nix Affected: 2.24.4 , < 2.28.7 (semver)
Affected: 2.29.0 , < 2.29.4 (semver)
Affected: 2.30.0 , < 2.30.5 (semver)
Affected: 2.31.0 , < 2.31.5 (semver)
Affected: 2.32.0 , < 2.32.8 (semver)
Affected: 2.33.0 , < 2.33.6 (semver)
Affected: 2.34.0 , < 2.34.7 (semver)
guessed Create a notification for this product.
Lix Project Lix Affected: 2.93.0 , < 2.93.4 (semver)
Affected: 2.94.0 , < 2.94.2 (semver)
Affected: 2.95.0 , < 2.95.2 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-44028",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-05T14:03:11.111278Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-05T14:13:37.898Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Nix",
          "vendor": "NixOS",
          "versions": [
            {
              "lessThan": "2.28.7",
              "status": "affected",
              "version": "2.24.4",
              "versionType": "semver"
            },
            {
              "lessThan": "2.29.4",
              "status": "affected",
              "version": "2.29.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.30.5",
              "status": "affected",
              "version": "2.30.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.31.5",
              "status": "affected",
              "version": "2.31.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.32.8",
              "status": "affected",
              "version": "2.32.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.33.6",
              "status": "affected",
              "version": "2.33.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.34.7",
              "status": "affected",
              "version": "2.34.0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Lix",
          "vendor": "Lix Project",
          "versions": [
            {
              "lessThan": "2.93.4",
              "status": "affected",
              "version": "2.93.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.94.2",
              "status": "affected",
              "version": "2.94.0",
              "versionType": "semver"
            },
            {
              "lessThan": "2.95.2",
              "status": "affected",
              "version": "2.95.0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine stack. The stack is allocated without a guard page, which means that a stack overflow could overwrite memory on the heap and could allow arbitrary code execution as the Nix daemon (run as root in multi-user installations) if ASLR hardening is bypassed. This can be exploited by all users able to connect to the daemon (e.g., in Nix, this is configurable via the allowed-users setting, defaulting to all users). The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 for Nix (introduced in 2.24.4); and 2.95.2, 2.94.2, and 2.93.4 for Lix (introduced in 2.93.0)."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-674",
              "description": "CWE-674 Uncontrolled Recursion",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-09T03:40:06.637Z",
        "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "shortName": "mitre"
      },
      "references": [
        {
          "url": "https://discourse.nixos.org/t/security-advisory-local-privilege-escalation-in-lix-and-nix/77407"
        },
        {
          "url": "https://github.com/NixOS/nix/security/advisories/GHSA-vh5x-56v6-4368"
        },
        {
          "url": "https://www.openwall.com/lists/oss-security/2026/05/04/33"
        },
        {
          "url": "https://www.openwall.com/lists/oss-security/2026/05/04/32"
        },
        {
          "url": "https://lix.systems/blog/2026-05-05-lix-unsigned-integer-overflow/"
        }
      ],
      "x_generator": {
        "engine": "CVE-Request-form 0.0.1"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
    "assignerShortName": "mitre",
    "cveId": "CVE-2026-44028",
    "datePublished": "2026-05-05T00:30:16.205Z",
    "dateReserved": "2026-05-05T00:29:44.087Z",
    "dateUpdated": "2026-05-09T03:40:06.637Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-44028",
      "date": "2026-09-17",
      "epss": "0.0018",
      "percentile": "0.07842"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Nix",
                "vendor": "NixOS",
                "versions": [
                  {
                    "lessThan": "2.28.7",
                    "status": "affected",
                    "version": "2.24.4",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.29.4",
                    "status": "affected",
                    "version": "2.29.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.30.5",
                    "status": "affected",
                    "version": "2.30.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.31.5",
                    "status": "affected",
                    "version": "2.31.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.32.8",
                    "status": "affected",
                    "version": "2.32.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.33.6",
                    "status": "affected",
                    "version": "2.33.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.34.7",
                    "status": "affected",
                    "version": "2.34.0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "unaffected",
                "product": "Lix",
                "vendor": "Lix Project",
                "versions": [
                  {
                    "lessThan": "2.93.4",
                    "status": "affected",
                    "version": "2.93.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.94.2",
                    "status": "affected",
                    "version": "2.94.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "2.95.2",
                    "status": "affected",
                    "version": "2.95.0",
                    "versionType": "semver"
                  }
                ]
              }
            ],
            "source": "cve@mitre.org"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine stack. The stack is allocated without a guard page, which means that a stack overflow could overwrite memory on the heap and could allow arbitrary code execution as the Nix daemon (run as root in multi-user installations) if ASLR hardening is bypassed. This can be exploited by all users able to connect to the daemon (e.g., in Nix, this is configurable via the allowed-users setting, defaulting to all users). The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 for Nix (introduced in 2.24.4); and 2.95.2, 2.94.2, and 2.93.4 for Lix (introduced in 2.93.0)."
          }
        ],
        "id": "CVE-2026-44028",
        "lastModified": "2026-06-17T10:50:12.857",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
                "version": "3.1"
              },
              "exploitabilityScore": 1.1,
              "impactScore": 5.8,
              "source": "cve@mitre.org",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-44028",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-05T14:03:11.111278Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-05-05T01:16:06.983",
        "references": [
          {
            "source": "cve@mitre.org",
            "url": "https://discourse.nixos.org/t/security-advisory-local-privilege-escalation-in-lix-and-nix/77407"
          },
          {
            "source": "cve@mitre.org",
            "url": "https://github.com/NixOS/nix/security/advisories/GHSA-vh5x-56v6-4368"
          },
          {
            "source": "cve@mitre.org",
            "url": "https://lix.systems/blog/2026-05-05-lix-unsigned-integer-overflow/"
          },
          {
            "source": "cve@mitre.org",
            "url": "https://www.openwall.com/lists/oss-security/2026/05/04/32"
          },
          {
            "source": "cve@mitre.org",
            "url": "https://www.openwall.com/lists/oss-security/2026/05/04/33"
          }
        ],
        "sourceIdentifier": "cve@mitre.org",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-674"
              }
            ],
            "source": "cve@mitre.org",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Important",
      "current_release_date": "2026-07-15T14:29:47+00:00",
      "cve": "CVE-2026-44028",
      "id": "CVE-2026-44028",
      "initial_release_date": "2026-05-05T00:30:16.205000+00:00",
      "product_status:fixed": "14",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "nix: coroutine stack-to-heap overflow via unbounded recursion in NAR directory parser",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44028.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-05-06T01:40:19Z",
      "cve": "CVE-2026-44028",
      "id": "CVE-2026-44028",
      "initial_release_date": "2026-05-06T01:40:19Z",
      "product_status:recommended": "5",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-44028",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-44028.json",
      "version": "2"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-44028",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-05T14:03:11.111278Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-05T14:03:16.081Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Nix",
              "vendor": "NixOS",
              "versions": [
                {
                  "lessThan": "2.28.7",
                  "status": "affected",
                  "version": "2.24.4",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.29.4",
                  "status": "affected",
                  "version": "2.29.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.30.5",
                  "status": "affected",
                  "version": "2.30.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.31.5",
                  "status": "affected",
                  "version": "2.31.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.32.8",
                  "status": "affected",
                  "version": "2.32.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.33.6",
                  "status": "affected",
                  "version": "2.33.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.34.7",
                  "status": "affected",
                  "version": "2.34.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "defaultStatus": "unaffected",
              "product": "Lix",
              "vendor": "Lix Project",
              "versions": [
                {
                  "lessThan": "2.93.4",
                  "status": "affected",
                  "version": "2.93.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.94.2",
                  "status": "affected",
                  "version": "2.94.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.95.2",
                  "status": "affected",
                  "version": "2.95.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine stack. The stack is allocated without a guard page, which means that a stack overflow could overwrite memory on the heap and could allow arbitrary code execution as the Nix daemon (run as root in multi-user installations) if ASLR hardening is bypassed. This can be exploited by all users able to connect to the daemon (e.g., in Nix, this is configurable via the allowed-users setting, defaulting to all users). The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 for Nix (introduced in 2.24.4); and 2.95.2, 2.94.2, and 2.93.4 for Lix (introduced in 2.93.0)."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-674",
                  "description": "CWE-674 Uncontrolled Recursion",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-05-09T03:40:06.637Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://discourse.nixos.org/t/security-advisory-local-privilege-escalation-in-lix-and-nix/77407"
            },
            {
              "url": "https://github.com/NixOS/nix/security/advisories/GHSA-vh5x-56v6-4368"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/05/04/33"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/05/04/32"
            },
            {
              "url": "https://lix.systems/blog/2026-05-05-lix-unsigned-integer-overflow/"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-44028",
        "datePublished": "2026-05-05T00:30:16.205Z",
        "dateReserved": "2026-05-05T00:29:44.087Z",
        "dateUpdated": "2026-05-09T03:40:06.637Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…