CVE-2026-72705

Source
https://cve.org/CVERecord?id=CVE-2026-72705
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72705.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72705
Published
2026-08-24T20:08:32Z
Modified
2026-09-10T03:30:49Z
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 before 9.2.0 Guard Checker Accepts Fixpoint Passed as a Higher-Order Argument
Details

The guard checker in Rocq Prover does not follow recursive calls made through a fixpoint's own arguments. A fixpoint may pass itself as a higher-order argument to a second fixpoint, which then applies it to a value that is not a subterm of the structural argument. Passing the recursive function to a plain definition is rejected because the checker unfolds the definition and observes the call, but passing it to a fixpoint is accepted because higher-order recursive calls through fixpoint arguments are not tracked. This admits a type that is definitionally equal to its own negation, so self-application produces False in purely definitional code, without tactics, axioms, plugins or unsafe flags, and Print Assumptions reports the result as closed under the global context. Fixed in Rocq 9.2.0.

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

Affected packages

Git / github.com/rocq-prover/rocq

Affected ranges

Type
GIT
Repo
https://github.com/rocq-prover/rocq
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "9.2.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

V8.*
V8.10+alpha
V8.19+alpha
V8.21+alpha
V8.7+alpha
V8.8+alpha
V8.9+alpha
V9.*
V9.2+rc1
V9.2+rc2

Database specific

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