πŸ” CVE Alert

CVE-2026-72705

MEDIUM 6.3

Rocq Prover before 9.2.0 Guard Checker Accepts Fixpoint Passed as a Higher-Order Argument

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-670
Vendor rocq-prover
Product rocq
Published Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for rocq-prover rocq

Be the first to know when new medium vulnerabilities affecting rocq-prover rocq are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

rocq-prover / rocq
0 < 9.2.0

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/rocq-prover/rocq github.com: https://github.com/rocq-prover/rocq/issues/21683 github.com: https://github.com/rocq-prover/rocq/pull/21684 github.com: https://github.com/endrazine/rocq-cve-poc-21683 vulncheck.com: https://www.vulncheck.com/advisories/rocq-prover-before-guard-checker-accepts-fixpoint-passed-as-a-higher-order-argument

Credits

Tristan StΓ©rin πŸ” Jonathan Brossard (MOABI)