Lucene search
+L

25695 matches found

NVD
NVD
added 2026/06/15 9:17 p.m.13 views

CVE-2026-49109

Unauthenticated PHP Object Injection in Integration for Salesforce and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms = 1.4.3 versions...

9.8CVSS0.00383EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:17 p.m.15 views

CVE-2026-49085

Unauthenticated PHP Object Injection in WP Insightly for Contact Form 7, WPForms, Elementor, Formidable and Ninja Forms = 1.1.4 versions...

9.8CVSS0.00476EPSS
SaveExploits1References1
NVD
NVD
added 2026/06/15 9:17 p.m.19 views

CVE-2026-49104

Unauthenticated PHP Object Injection in Integration for Keap/infusionsoft and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms = 1.2.1 versions...

9.8CVSS0.00476EPSS
SaveExploits1References1
NVD
NVD
added 2026/06/15 9:17 p.m.19 views

CVE-2026-49055

Unauthenticated Cross Site Scripting XSS in Drag and Drop Multiple File Upload – Contact Form 7 = 1.3.9.7 versions...

7.1CVSS0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:17 p.m.9 views

CVE-2026-48871

Unauthenticated Cross Site Scripting XSS in MW WP Form = 5.1.3 versions...

7.1CVSS0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:17 p.m.9 views

CVE-2026-48835

Unauthenticated Broken Access Control in Contact Form by WPForms = 1.10.0.4 versions...

7.5CVSS0.00305EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:17 p.m.9 views

CVE-2026-48518

MultiJuicer is used to run separate Juice Shop instances on a central kubernetes cluster without the need for local instances. In versions 8.0.0 through 10.0.0, the team join endpoint POST /multi-juicer/api/teams/team/join accepted requests with any Content-Type, including text/plain. Because tha...

4.3CVSS0.00172EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/15 9:16 p.m.12 views

CVE-2026-42659

Subscriber Broken Access Control in Advanced Form Integration = 1.126.12 versions...

6.5CVSS0.00271EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:16 p.m.9 views

CVE-2026-40791

Unauthenticated Cross Site Scripting XSS in WP Time Slots Booking Form = 1.2.46 versions...

7.1CVSS0.0021EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:16 p.m.10 views

CVE-2026-40769

Unauthenticated Arbitrary File Deletion in Contact Form Extender for Divi Save Entries, File Upload & Country Code Field = 1.0.6 versions...

8.6CVSS0.00442EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:16 p.m.11 views

CVE-2026-39502

Unauthenticated SQL Injection in Form Maker by 10Web = 1.15.38 versions...

9.3CVSS0.00292EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:16 p.m.7 views

CVE-2026-39449

Unauthenticated Cross Site Scripting XSS in Contact Form to Any API = 3.0.3 versions...

7.1CVSS0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/15 9:16 p.m.11 views

CVE-2026-23970

Unauthenticated Cross Site Scripting XSS in Redirection for Contact Form 7 = 3.2.8 versions...

7.1CVSS0.00237EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/06/15 8:39 p.m.16 views

Allocation of Resources Without Limits or Throttling

Overview starlette is a The little ASGI library that shines. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the request.form. An attacker can exhaust system resources and disrupt service availability by submitting a specially crafted...

8.7CVSS5.9AI score0.00397EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/15 8:39 p.m.28 views

Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS

Summary request.form accepts maxfields and maxpartsize to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form-urlencoded. An unauthenticated attacker can therefore send a urlencoded body with an...

7.5CVSS5.5AI score0.00397EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/15 8:39 p.m.9 views

GHSA-82W8-QH3P-5JFQ Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS

Summary request.form accepts maxfields and maxpartsize to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form-urlencoded. An unauthenticated attacker can therefore send a urlencoded body with an...

7.5CVSS5.5AI score0.00397EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/15 8:24 p.m.12 views

GHSA-5RVQ-CXJ2-64VF python-multipart: Quadratic-time querystring parsing with semicolon separators causes CPU denial of service

Summary When parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the...

7.5CVSS5.6AI score0.0038EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/15 8:24 p.m.12 views

Inefficient Algorithmic Complexity

Overview python-multipart is an A streaming multipart parser for Python Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the QuerystringParser function when parsing application/x-www-form-urlencoded bodies containing semicolon-separated fields. An attacker...

8.7CVSS5.4AI score0.0038EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/15 8:24 p.m.19 views

python-multipart: Quadratic-time querystring parsing with semicolon separators causes CPU denial of service

Summary When parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the...

7.5CVSS5.6AI score0.0038EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/06/15 8:23 p.m.17 views

Improper Validation of Specified Quantity in Input

Overview python-multipart is an A streaming multipart parser for Python Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input in the parseform function when processing a negative Content-Length header. An attacker can cause excessive memory usage b...

6.3CVSS5.4AI score0.00218EPSS
SaveExploits0References2
Rows per page
Query Builder