Lucene search
+L

4905 matches found

RedhatCVE
RedhatCVE
added 2026/01/16 9:5 a.m.12 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.00576EPSS
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.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/01/16 8:39 a.m.10 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.24381EPSS
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.00282EPSS
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.8 views

EUVD-2026-3021

EUVD-2026-3021...

8.5CVSS6.4AI score0.00207EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/01/16 12:9 a.m.6 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.00328EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/16 12:0 a.m.7 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.00311EPSS
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.00213EPSS
SaveExploits2References3
NVD
NVD
added 2026/01/15 11:15 p.m.15 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.00619EPSS
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.00619EPSS
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.00619EPSS
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.00619EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/01/15 8:10 p.m.10 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.00576EPSS
SaveExploits1References6
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.00576EPSS
SaveExploits1References4
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.00576EPSS
SaveExploits1References3Affected Software1
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.00576EPSS
SaveExploits1References4
CVE
CVE
added 2026/01/15 7:24 p.m.103 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.00576EPSS
SaveExploits1References4Affected Software1
Circl
Circl
added 2026/01/15 2:3 p.m.12 views

CVE-2026-22913

creationtimestamp| type| source ---|---|--- 2026-01-15 14:03:24+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mchqs3uhuv2c 2026-01-15 15:12:35+00:00| seen| https://infosec.exchange/users/cR0w/statuses/115899757567671679...

6.1CVSS5.8AI score0.00347EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/15 1:13 p.m.4 views

CVE-2026-22642

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00036EPSS
SaveExploits0References7
Rows per page
Query Builder