Lucene search
+L

356627 matches found

CVE
CVE
•added 2026/08/24 8:08 p.m.•44 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.00176EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/24 8:08 p.m.•24 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.•11 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.00176EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/08/24 8:08 p.m.•10 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.00176EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/24 8:08 p.m.•40 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.00183EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/08/24 8:08 p.m.•10 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.00183EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/24 8:08 p.m.•21 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.00183EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/24 8:08 p.m.•26 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.00183EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2026/08/24 7:40 p.m.•13 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...

6.5CVSS5.7AI score0.00311EPSS
SaveExploits0References4Affected Software2
OSV
OSV
•added 2026/08/24 7:40 p.m.•14 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.00311EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/24 7:16 p.m.•15 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.00368EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/24 7:16 p.m.•13 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.•14 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.•26 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.00382EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/24 7:05 p.m.•13 views

EUVD-2026-65083

Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search...

7.1CVSS5.9AI score0.00382EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/08/24 7:05 p.m.•9 views

CVE-2026-71510 Dolibarr < 24.0.0 Users REST API SQL Injection via filter parameter

Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search...

7.1CVSS5.9AI score0.00382EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/24 7:05 p.m.•38 views

CVE-2026-71510 Dolibarr < 24.0.0 Users REST API SQL Injection via filter parameter

Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search...

7.1CVSS0.00382EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/24 7:05 p.m.•43 views

CVE-2026-71510 Dolibarr < 24.0.0 Users REST API SQL Injection via filter parameter

Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search...

7.1CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/24 6:57 p.m.•43 views

CVE-2026-71503 Dolibarr < 24.0.0 Reflected XSS via Extra Fields Administration Template

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.00368EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/24 6:57 p.m.•16 views

CVE-2026-71503

Dolibarr before 24.0.0 is affected by a reflected cross-site scripting (XSS) vulnerability in the extra fields administration template . The type request parameter is reflected without JavaScript-context encoding into an inline [removed] block, and no Content-Security-Policy header is emitted. An...

6.1CVSS5.3AI score0.00368EPSS
SaveExploits0References4
Rows per page
Query Builder