CVE-2026-72703

Source
https://cve.org/CVERecord?id=CVE-2026-72703
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72703.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72703
Published
2026-08-24T20:08:30.607Z
Modified
2026-08-30T03:47:12.345700869Z
Severity
  • 6.8 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Rocq Prover 8.20 before 9.2.0 Guard Checker Accepts Non-Terminating Fixpoint via Unchecked Cross-Calls
Details

The guard checker in Rocq Prover treats a parameter of a nested mutual fixpoint as uniform without examining calls between the different bodies of that fixpoint. finduniformparameters in kernel/inductive.ml inspects only self-recursive calls, so when no body calls itself the function concludes that every parameter is uniform. A parameter that grows through a cross-call from one body to another therefore keeps the subterm specification it inherited from the enclosing fixpoint, and a recursive call guarded by that specification is accepted although the argument is not structurally smaller. A non-terminating definition is admitted as structurally decreasing, which yields a term whose value equals its own successor and so a proof of False, from which any proposition follows. The proof requires no axioms, plugins or unsafe flags and Print Assumptions reports it as closed under the global context. Introduced in Coq 8.20 and fixed in Rocq 9.2.0.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72703.json",
    "cwe_ids": [
        "CWE-670"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/rocq-prover/rocq

Affected ranges

Type
GIT
Repo
https://github.com/rocq-prover/rocq
Events
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "8.20"
        },
        {
            "fixed": "9.2.0"
        }
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72703.json"