---
id: CVE-2026-72714
title: >-
  Rocq Prover does not restore the universe graph's copy of the universe
  checking flag when a module that locally disabled the check is closed
summary: >-
  Rocq Prover does not restore the universe graph's copy of the universe
  checking flag when a module that locally disabled the check is closed. Local
  Unset Universe Checking inside a module is expected to last only until the
  module ends, a…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N'
cwe:
  - CWE-459
published: '2026-08-24'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:23:49.880'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72714'
references:
  - url: 'https://github.com/endrazine/rocq-cve-poc-22287'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/rocq-prover/rocq'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/rocq-prover/rocq/issues/22287'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/rocq-prover-through-universe-checking-state-desynchronised-after-module-close
    label: disclosure@vulncheck.com
  - url: 'https://github.com/rocq-prover/rocq/issues/22287'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00176
epssPercentile: 0.06428
ingestedAt: '2026-09-08T21:11:12.285Z'
vendor: rocq-prover
product: rocq
affected:
  - rocq <= 9.2.0
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-08-25T17:41:19.106957Z'
---

## Overview

Rocq Prover does not restore the universe graph's copy of the universe checking flag when a module that locally disabled the check is closed. Local Unset Universe Checking inside a module is expected to last only until the module ends, and the global flag is restored, but the universe graph keeps its own copy which is left disabled. The two views then disagree: Test Universe Checking reports the check as enabled while the kernel continues to accept universe-inconsistent terms. With the constraint between two universes no longer enforced, Hurkens' paradox applies and yields a proof of False, from which any proposition follows. The proof uses no axioms, plugins or unsafe features once the module has closed, and Print Assumptions reports it as closed under the global context, so neither the assumption audit nor the flag query reflects the actual kernel state. No fix is available.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
