๐Ÿ” CVE Alert

CVE-2020-37268

MEDIUM 6.3

Coq and Rocq Prover Print Assumptions Omits Unsafe Universe Checking Inlined Through Parameter Inline

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

Print Assumptions does not report that a definition was produced while universe checking was disabled when that definition reaches the caller through Parameter Inline in a module type. Applying a functor inlines the body of the parameter, and the inlining drops the record that the term was built under Unset Universe Checking, so the resulting constant carries no trace of the unsafe operation. A module implementation can therefore prove False using a universe inconsistency, expose it through an inlined parameter, and have Print Assumptions report the dependent proof as closed under the global context. Because Print Assumptions is the in-process audit used to confirm that a development rests on no unexpected assumptions, a dependency built this way passes that audit while proving arbitrary propositions. The standalone checker coqchk does reject the resulting compiled file. The project records this in dev/doc/critical-bugs.md under non-fixed bugs and rates the risk as moderate when coqchk is not used.

CWE CWE-778
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
8.11 โ‰ค 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/12155 github.com: https://github.com/rocq-prover/rocq/blob/master/dev/doc/critical-bugs.md github.com: https://github.com/endrazine/rocq-cve-poc-12155 vulncheck.com: https://www.vulncheck.com/advisories/coq-and-rocq-prover-print-assumptions-omits-unsafe-universe-checking-inlined-through-parameter-inline

Credits

Jason Gross ๐Ÿ” Jonathan Brossard (MOABI)