Lucene search
+L

317161 matches found

CVE
CVE
added 2026/08/24 8:08 p.m.14 views

CVE-2026-72704

CVE-2026-72704 affects the guard checker in Rocq Prover through 9.2.0 . The checker does not re-validate the recursive tree of an inductive type parameter after a transport -induced rewrite. A fixpoint can apply a type-equality rewrite to its recursive argument; the guard checker accepts the resu...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/24 8:08 p.m.9 views

CVE-2026-72704 Rocq Prover through 9.2.0 Guard Checker Trusts Corrupted Recursive Tree After Transport

The guard checker in Rocq Prover does not recheck the recursive tree representation of an inductive type parameter after that parameter has been changed by transport. A fixpoint may apply a rewrite along an equality between types to its recursive argument, which the guard checker accepts because...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/24 8:08 p.m.32 views

CVE-2026-72704 Rocq Prover through 9.2.0 Guard Checker Trusts Corrupted Recursive Tree After Transport

The guard checker in Rocq Prover does not recheck the recursive tree representation of an inductive type parameter after that parameter has been changed by transport. A fixpoint may apply a rewrite along an equality between types to its recursive argument, which the guard checker accepts because...

6.8CVSS0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/24 8:08 p.m.9 views

CVE-2026-72704 Rocq Prover through 9.2.0 Guard Checker Trusts Corrupted Recursive Tree After Transport

The guard checker in Rocq Prover does not recheck the recursive tree representation of an inductive type parameter after that parameter has been changed by transport. A fixpoint may apply a rewrite along an equality between types to its recursive argument, which the guard checker accepts because...

6.8CVSS5.5AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/24 8:08 p.m.6 views

EUVD-2026-65140

The guard checker in Rocq Prover does not recheck the recursive tree representation of an inductive type parameter after that parameter has been changed by transport. A fixpoint may apply a rewrite along an equality between types to its recursive argument, which the guard checker accepts because...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/24 8:08 p.m.30 views

CVE-2026-72703 Rocq Prover 8.20 before 9.2.0 Guard Checker Accepts Non-Terminating Fixpoint via Unchecked Cross-Calls

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 th...

6.8CVSS0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/24 8:08 p.m.30 views

CVE-2026-72703

CVE-2026-72703 is a soundness flaw in the guard checker of Rocq Prover (introduced in Coq 8.20). The function find_uniform_parameters in kernel/inductive.ml inspects only self-recursive calls when determining parameter uniformity for nested mutual fixpoints. When no body calls itself, it incorrec...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/24 8:08 p.m.15 views

CVE-2026-72703 Rocq Prover 8.20 before 9.2.0 Guard Checker Accepts Non-Terminating Fixpoint via Unchecked Cross-Calls

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 th...

6.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/24 8:08 p.m.6 views

EUVD-2026-65139

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 th...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/24 8:08 p.m.7 views

CVE-2026-72703 Rocq Prover 8.20 before 9.2.0 Guard Checker Accepts Non-Terminating Fixpoint via Unchecked Cross-Calls

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 th...

6.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/24 8:08 p.m.35 views

CVE-2020-37268 Coq and Rocq Prover Print Assumptions Omits Unsafe Universe Checking Inlined Through Parameter Inline

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...

6.8CVSS0.0012EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/24 8:08 p.m.9 views

CVE-2020-37268 Coq and Rocq Prover Print Assumptions Omits Unsafe Universe Checking Inlined Through Parameter Inline

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...

6.8CVSS5.6AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/24 8:08 p.m.14 views

CVE-2020-37268

Coq and Rocq provers are affected by a soundness flaw in the Print Assumptions audit command. When a definition is created with universe checking disabled and later inlined via Parameter Inline in a module type, the inlining drops the record of the unsafe operation. The resulting constant carries...

6.8CVSS5.6AI score0.0012EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/24 8:08 p.m.6 views

EUVD-2020-31263

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...

6.8CVSS5.6AI score0.0012EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/24 7:40 p.m.9 views

Sakai Profile Image Deletion has an IDOR

Summary The Sakai REST API endpoint DELETE /api/users/userId/profile/image does not verify that the requesting user is authorized to modify the target user's profile. Any authenticated user can delete the profile image of any other user, including administrators, by supplying a different userId i...

5.7AI score0.00044EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/08/24 7:40 p.m.11 views

GHSA-9284-FJC3-FMMJ Sakai Profile Image Deletion has an IDOR

Summary The Sakai REST API endpoint DELETE /api/users/userId/profile/image does not verify that the requesting user is authorized to modify the target user's profile. Any authenticated user can delete the profile image of any other user, including administrators, by supplying a different userId i...

6.5CVSS5.8AI score0.00044EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 7:16 p.m.11 views

CVE-2026-71503

Dolibarr before 24.0.0 contains a reflected cross-site scripting vulnerability in the extra fields administration template where the type request parameter is echoed without JavaScript-context encoding into an inline script block and no Content-Security-Policy header is emitted. An unauthenticate...

6.1CVSS0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 7:16 p.m.11 views

CVE-2025-26238

In D-Link DI-8100G 17.12.20A1, the flag parameter in mspinfo can be exploited to execute arbitrary code...

8.1CVSS0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 7:16 p.m.9 views

CVE-2025-26237

D-Link DI-7001 MINI5G 19.10.31A1 contains a code execution vulnerability in the flag parameter of mspinfo, which can be exploited to run arbitrary commands...

8.1CVSS0.00219EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/24 7:05 p.m.17 views

CVE-2026-71510

Dolibarr versions prior to 24.0.0 are affected by a SQL injection in the users REST API. The root cause is that unsanitized filter parameters are spliced directly into SQL WHERE clauses without column restrictions, enabling authenticated users with user-read rights to extract sensitive data not e...

7.1CVSS5.7AI score0.0023EPSS
SaveExploits0References4
Rows per page
Query Builder