Lucene search
+L

4946 matches found

EUVD
EUVD
added 2026/01/16 12:46 p.m.10 views

EUVD-2026-2944

TheLibrarians webfetch tool can be used to retrieve the Adminer interface content, which can then be used to log into the internal TheLibrarian backend system. The vendor has fixed the vulnerability in all affected versions...

7.5CVSS6.4AI score0.00348EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/16 10:12 a.m.12 views

EUVD-2026-2950

HCL MyXalytics v6.7 is affected by improper management of a static JWT signing secret in the web application, where the secret lacks rotation , introducing a security risk...

7.4CVSS6.3AI score0.0024EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/16 9:5 a.m.14 views

CVE-2026-23527

A flaw was found in h3, a minimal HTTP Hypertext Transfer Protocol framework. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request where the Transfer-Encoding header uses a case variation of "chunked". The readRawBody function performs a strict case-sensiti...

9.8CVSS6.2AI score0.00586EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/01/16 8:39 a.m.7 views

EUVD-2026-2965

There is a vulnerability in the Supermicro BMC firmware validation logic at Supermicro MBD-X13SEM-F . An attacker can update the system firmware with a specially crafted image...

7.2CVSS6.4AI score0.00123EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/01/16 8:39 a.m.11 views

EUVD-2026-2933

Remote command injection vulnerability in heap profiler builtin service in Apache bRPC all versions 1.15.0 on all platforms allows attacker to inject remote command. Root Cause: The bRPC heap profiler built-in service /pprof/heap does not validate the user-provided extraoptions parameter and...

9.8CVSS7.5AI score0.24771EPSS
SaveExploits3References3
EUVD
EUVD
added 2026/01/16 4:44 a.m.8 views

EUVD-2026-2972

The MailerLite - WooCommerce integration plugin for WordPress is vulnerable to unauthorized data modification and deletion in all versions up to, and including, 3.1.3. This is due to missing capability checks on the resetIntegration function. This makes it possible for authenticated attackers, wi...

6.5CVSS4.8AI score0.00287EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/16 3:8 a.m.10 views

EUVD-2026-2985

Police Statistics Database System developed by Gotac has an Arbitrary File Upload vulnerability, allowing unauthenticated remote attacker to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

9.8CVSS8AI score0.00636EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/16 12:30 a.m.9 views

EUVD-2026-3021

EUVD-2026-3021...

8.5CVSS6.4AI score0.00215EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/01/16 12:9 a.m.11 views

EUVD-2026-2988

The vulnerability, if exploited, could allow an authenticated miscreant Process Optimization Standard User to tamper with queries in Captive Historian and achieve code execution under SQL Server administrative privileges, potentially resulting in complete compromise of the SQL Server...

9.3CVSS7.4AI score0.00334EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/16 12:0 a.m.8 views

EUVD-2026-2924

Tenda AX-1806 v1.0.0.1 was discovered to contain a stack overflow in the security parameter of the sub4C408 function. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted request...

7.1AI score0.00324EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/01/16 12:0 a.m.6 views

EUVD-2026-2873

An issue was discovered in Chamillo LMS 1.11.2. The Social Network /personaldata endpoint exposes full sensitive user information even after logout because proper cache-control is missing. Using the browser back button restores all personal data, allowing unauthorized users on the same device to...

7.5CVSS5.9AI score0.00217EPSS
SaveExploits2References3
NVD
NVD
added 2026/01/15 11:15 p.m.16 views

CVE-2026-22864

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.5.6, a prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched .bat or .cmd. That check performs a case-sensitive comparison against lowercase literals and...

9.8CVSS0.0063EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/01/15 10:58 p.m.31 views

CVE-2026-22864 Deno has an incomplete fix for command-injection prevention on Windows — case-insensitive extension bypass

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.5.6, a prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched .bat or .cmd. That check performs a case-sensitive comparison against lowercase literals and...

8.1CVSS0.0063EPSS
SaveExploits1References2
AlpineLinux
AlpineLinux
added 2026/01/15 10:58 p.m.8 views

CVE-2026-22864

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.5.6, a prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched .bat or .cmd. That check performs a case-sensitive comparison against lowercase literals and...

9.8CVSS6.8AI score0.0063EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/01/15 10:58 p.m.6 views

CVE-2026-22864

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.5.6, a prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched .bat or .cmd. That check performs a case-sensitive comparison against lowercase literals and...

9.8CVSS5.5AI score0.0063EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/01/15 8:10 p.m.11 views

GHSA-MP2G-9VG9-F4CG h3 v1 has Request Smuggling (TE.TE) issue

I was digging into h3 v1 specifically v1.15.4 and found a critical HTTP Request Smuggling vulnerability. Basically, readRawBody is doing a strict case-sensitive check for the Transfer-Encoding header. It explicitly looks for "chunked", but per the RFC, this header should be case-insensitive. The...

8.9CVSS5.9AI score0.00586EPSS
SaveExploits1References6
ATTACKERKB
ATTACKERKB
added 2026/01/15 7:24 p.m.7 views

CVE-2026-23527

H3 is a minimal HTTP framework built for high performance and portability. Prior to 1.15.5, there is a critical HTTP Request Smuggling vulnerability. readRawBody is doing a strict case-sensitive check for the Transfer-Encoding header. It explicitly looks for "chunked", but per the RFC, this heade...

9.8CVSS5.6AI score0.00586EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/01/15 7:24 p.m.7 views

EUVD-2026-2737

H3 is a minimal HTTP framework built for high performance and portability. Prior to 1.15.5, there is a critical HTTP Request Smuggling vulnerability. readRawBody is doing a strict case-sensitive check for the Transfer-Encoding header. It explicitly looks for "chunked", but per the RFC, this heade...

8.9CVSS6.3AI score0.00586EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/01/15 7:24 p.m.7 views

CVE-2026-23527 h3 v1 has Request Smuggling (TE.TE) issue

H3 is a minimal HTTP framework built for high performance and portability. Prior to 1.15.5, there is a critical HTTP Request Smuggling vulnerability. readRawBody is doing a strict case-sensitive check for the Transfer-Encoding header. It explicitly looks for "chunked", but per the RFC, this heade...

8.9CVSS5.8AI score0.00586EPSS
SaveExploits1References4
CVE
CVE
added 2026/01/15 7:24 p.m.113 views

CVE-2026-23527

CVE-2026-23527 affects the h3 HTTP framework (pre-1.15.5). The vulnerability is in readRawBody, which performs a strict case-sensitive check for the Transfer-Encoding header and looks for the literal value “chunked.” Because RFC requires case-insensitive handling, an attacker can craft a request ...

9.8CVSS6.4AI score0.00586EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder