Lucene search
+L

38213 matches found

OSV
OSV
added 2026/03/26 9:47 p.m.8 views

CVE-2026-33687 Sharp has Unrestricted File Upload via Client-Controlled Validation Rules

Sharp is a content management framework built for Laravel as a package. Versions prior to 9.20.0 contain a vulnerability in the file upload endpoint that allows authenticated users to bypass all file type restrictions. The upload endpoint within the ApiFormUploadController accepts a...

8.8CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/03/26 9:42 p.m.7 views

CVE-2026-33674 PrestaShop: Improper Use of Validation Framework

PrestaShop is an open source e-commerce web application. Versions prior to 8.2.5 and 9.1.0 improperly use the validation framework. Versions 8.2.5 and 9.1.0 contain a fix. No known workarounds are available...

2CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/03/26 9:42 p.m.29 views

CVE-2026-33674 PrestaShop: Improper Use of Validation Framework

PrestaShop is an open source e-commerce web application. Versions prior to 8.2.5 and 9.1.0 improperly use the validation framework. Versions 8.2.5 and 9.1.0 contain a fix. No known workarounds are available...

2CVSS0.00237EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/26 9:42 p.m.4 views

CVE-2026-33674 PrestaShop: Improper Use of Validation Framework

PrestaShop is an open source e-commerce web application. Versions prior to 8.2.5 and 9.1.0 improperly use the validation framework. Versions 8.2.5 and 9.1.0 contain a fix. No known workarounds are available...

2CVSS5.9AI score0.00237EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/26 9:42 p.m.40 views

CVE-2026-33674

PrestaShop versions prior to 8.2.5 and 9.1.0 improperly use the validation framework. The issue is addressed by a fix in 8.2.5 and 9.1.0; no public workarounds are listed. Upgrading to 8.2.5, 9.1.0, or newer versions is recommended. The available documents do not provide exploit details or in-the...

5.3CVSS5.8AI score0.00237EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/03/26 8:50 p.m.8 views

EUVD-2026-16418

Invoice Ninja is a source-available invoice, quote, project and time-tracking app built with Laravel. Product notes fields in Invoice Ninja v5.13.0 allow raw HTML via Markdown rendering, enabling stored XSS. The Markdown parser output was not sanitized with purify::clean before being included in...

5.4CVSS5.8AI score0.00202EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/03/26 8:32 p.m.12 views

CVE-2026-33545 MobSF has SQL Injection in its SQLite Database Viewer Utils

MobSF is a mobile application security testing tool used. Prior to version 4.4.6, MobSF's readsqlite function in mobsf/MobSF/utils.py lines 542-566 uses Python string formatting % to construct SQL queries with table names read from a SQLite database's sqlitemaster table. When a security analyst...

5.3CVSS6AI score0.00276EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/26 7:7 p.m.5 views

CVE-2026-33152

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, Tandoor Recipes configures Django REST Framework with BasicAuthentication as one of the default authentication backends. The AllAuth rate limiting configuration...

9.1CVSS5.8AI score0.00513EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/26 7:7 p.m.7 views

CVE-2026-33152 Tandoor Recipes Vulnerable to Unrestricted Brute-Force via BasicAuthentication

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, Tandoor Recipes configures Django REST Framework with BasicAuthentication as one of the default authentication backends. The AllAuth rate limiting configuration...

9.1CVSS5.8AI score0.00513EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/26 6:48 p.m.13 views

HTTP Request Smuggling

Overview io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients. Affected versions of this package are vulnerable to HTTP Request Smuggling in the parsing of quoted strings within chunked transfer encoding...

8.7CVSS6AI score0.0064EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/26 6:45 p.m.10 views

EUVD-2026-14984

Astro: Remote allowlist bypass via unanchored matchPathname wildcard...

6.3CVSS5.8AI score0.00325EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/26 6:41 p.m.11 views

EUVD-2026-14982

Astro: Unauthenticated Path Override via x-astro-path / xastropath...

9.1CVSS5.8AI score0.00331EPSS
SaveExploits1References7
NVD
NVD
added 2026/03/26 6:16 p.m.12 views

CVE-2026-33490

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

5.3CVSS0.00239EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/26 5:19 p.m.3 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS5.9AI score0.00239EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/26 5:19 p.m.53 views

CVE-2026-33490

Summary (CVE-2026-33490) : In h3 versions 2.0.0-0 through 2.0.1-rc.16, the mount() implementation uses a startsWith() path-prefix check without validating a segment boundary, allowing middleware registered on a mounted sub-app (e.g., at /admin) to run for unrelated routes such as /admin-public or...

5.3CVSS5.9AI score0.00239EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/03/26 5:19 p.m.33 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS0.00239EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/26 5:19 p.m.8 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS6AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/03/26 5:2 p.m.9 views

CVE-2026-27088

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in G5Theme Darna Framework darna-framework allows Reflected XSS.This issue affects Darna Framework: from n/a through = 2.9...

7.1CVSS5.8AI score0.00175EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 5:2 p.m.10 views

CVE-2026-27087

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in G5Theme Wolverine Framework wolverine-framework allows Reflected XSS.This issue affects Wolverine Framework: from n/a through = 1.9...

7.1CVSS5.8AI score0.00175EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 5:1 p.m.10 views

CVE-2026-22520

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in G5Theme Handmade Framework handmade-framework allows Reflected XSS.This issue affects Handmade Framework: from n/a through = 3.9...

7.1CVSS5.8AI score0.0023EPSS
SaveExploits0References1
Rows per page
Query Builder