Lucene search
+L

690 matches found

Kitploit
Kitploit
added 2026/08/25 4:16 a.m.1 views

roninforge-hono

roninforge-hono 针对 Hono v4(TypeScript 边缘 Web 框架)+ TypeScript 的 Cursor 插件。固定版本为 hono ^4.12.19、@hono/zod-validator ^0.8.0、@hono/zod-openapi ^1.4.0(需配合 zod ^4.x)、@hono/node-server ^2.0.3(Node 20+)。教给那些训练数据基于 2024 年之前的 LLM 所不知道的 v4 API(c.json 始终是类型化的、验证器抛出 HTTPException、来自 hono/cookie 的...

5.3CVSS5.8AI score0.0045EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 9:57 p.m.8 views

CVE-2026-73565

A flaw was found in @hono/node-server. An unauthenticated attacker can exploit this vulnerability by sending a WebSocket upgrade request with a missing or malformed Sec-WebSocket-Key header. This action causes the server to retain request data, leading to unbounded memory growth and eventually a...

5.3CVSS5.6AI score0.00388EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/13 6:18 p.m.10 views

CVE-2026-73565

@hono/node-server allows running the Hono application on Node.js. From 2.0.0 until 2.0.10, a WebSocket upgrade request to an upgradeWebSocket route with a missing or malformed Sec-WebSocket-Key header causes src/websocket.ts to retain the request's IncomingMessage in waiterMap and leave...

5.3CVSS0.00388EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/13 5:37 p.m.34 views

CVE-2026-73565

CVE-2026-73565 affects @hono/node-server

5.3CVSS5.3AI score0.00388EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 5:37 p.m.19 views

CVE-2026-73565 @hono/node-server: Unauthenticated memory-leak DoS via aborted WebSocket handshake

@hono/node-server allows running the Hono application on Node.js. From 2.0.0 until 2.0.10, a WebSocket upgrade request to an upgradeWebSocket route with a missing or malformed Sec-WebSocket-Key header causes src/websocket.ts to retain the request's IncomingMessage in waiterMap and leave...

5.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/13 5:37 p.m.28 views

CVE-2026-73565 @hono/node-server: Unauthenticated memory-leak DoS via aborted WebSocket handshake

@hono/node-server allows running the Hono application on Node.js. From 2.0.0 until 2.0.10, a WebSocket upgrade request to an upgradeWebSocket route with a missing or malformed Sec-WebSocket-Key header causes src/websocket.ts to retain the request's IncomingMessage in waiterMap and leave...

5.3CVSS0.00388EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 8:35 p.m.29 views

CVE-2026-73423

Astro (web framework) vulnerability CVE-2026-73423 affects the composable astro/hono pipeline from versions 7.0.0–7.0.6. If actions() or pages() are mounted before middleware(), or if middleware() is omitted, security.checkOrigin is not enforced at dispatch sinks, allowing blind write‑only CSRF a...

5.1CVSS5.3AI score0.00182EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/12 8:35 p.m.15 views

CVE-2026-73423 Astro: composable `astro/hono` pipeline bypasses `security.checkOrigin` when `middleware()` is absent or misordered

Astro is a web framework for content-driven websites. From 7.0.0 until 7.0.6, the composable astro/hono pipeline installs security.checkOrigin only through the middleware primitive, while actions and pages can dispatch to user code independently. Mounting actions before middleware, as in the...

5.1CVSS5.3AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/10 8:15 a.m.10 views

CVE-2025-71381

A flaw was found in Hono's Cross-Origin Resource Sharing CORS middleware. When the origin is not set to a wildcard, the middleware improperly copies the Vary header from incoming requests into the response. This allows an attacker to inject arbitrary Vary values, potentially leading to cache key...

6.9CVSS5.4AI score0.00292EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/07 9:17 p.m.17 views

CVE-2026-69207

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.34, the built-in CORS middleware, hono/cors, is vulnerable to a regular expression denial of service ReDoS. During a preflight OPTIONS request, the middleware parses the attacker-controlled...

5.3CVSS0.00488EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/07 8:51 p.m.38 views

CVE-2026-69207 Hono: ReDoS in CORS middleware via Access-Control-Request-Headers

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.34, the built-in CORS middleware, hono/cors, is vulnerable to a regular expression denial of service ReDoS. During a preflight OPTIONS request, the middleware parses the attacker-controlled...

5.3CVSS0.00488EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/07 8:51 p.m.88 views

CVE-2026-69207

Hono’s built-in CORS middleware (hono/cors) is vulnerable to a ReDoS in the Access-Control-Request-Headers parsing during preflight requests when allowHeaders is unset/empty. The regex-based parser can backtrack quadratically with long whitespace, potentially causing seconds of CPU usage per pref...

5.3CVSS5.5AI score0.00488EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/07 7:18 p.m.12 views

CVE-2026-71849

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.7.0 to 4.12.33, the Proxy Helper proxy function in hono/proxy does not remove response headers named by the origin's Connection header. Per RFC 9110 Section 7.6.1, an intermediary must remove the header...

3.7CVSS0.00236EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/07 7:18 p.m.18 views

CVE-2026-71850

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/07 7:18 p.m.20 views

CVE-2026-71848

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.12.0 to 4.12.33, the languageDetector middleware is vulnerable to algorithmic complexity denial of service when processing a crafted language tag containing a large number of hyphen separated subtags. To...

5.3CVSS0.00291EPSS
SaveExploits0References3
vulnersOsv
vulnersOsv
added 2026/08/07 6:42 p.m.5 views

0pflow (>=0.1.0-dev.2580522, <=0.1.0-dev.f5622ac), @3onedata/alsatian (>=0.1.8-fix.3, <=0.1.8-fix.5) +1005 more potentially affected by CVE-2026-71850 via hono (>=3.8.4, <=4.12.33)

hono NPM version =3.8.4, =0.1.0-dev.2580522, =0.1.8-fix.3, =0.0.2, =0.1.0, =0.3.1, =5.0.0, =0.0.138, =0.0.138, =0.0.138, =0.0.138, =0.0.138, =0.0.0-pr-306-20260707164534, =1.20.0 and more Source cves: CVE-2026-71850 Source advisory: OSV:GHSA-F23P-VX2J-J53R...

4.8CVSS6.3AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2026/08/07 6:42 p.m.11 views

GHSA-F23P-VX2J-J53R Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Summary memo from hono/jsx retains the result of a server-side render and reuses it for later renders with comparator-equal props. Request-scoped values read inside the component take no part in that comparison, so a response can contain HTML rendered for another user's request. Details Component...

4.8CVSS5.4AI score0.00164EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/07 6:42 p.m.11 views

Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Summary memo from hono/jsx retains the result of a server-side render and reuses it for later renders with comparator-equal props. Request-scoped values read inside the component take no part in that comparison, so a response can contain HTML rendered for another user's request. Details Component...

4.8CVSS5.3AI score0.00164EPSS
SaveExploits0References4Affected Software1
Patchstack
Patchstack
added 2026/08/07 6:42 p.m.9 views

NPM: Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

NPM: Hono: memo retains SSR output across requests, leading to cross-user data disclosure vulnerability discovered by ? in WordPress Npm hono versions = 3.8.0, 4.12.34...

4.8CVSS5.2AI score0.00164EPSS
SaveExploits0References4Affected Software1
vulnersOsv
vulnersOsv
added 2026/08/07 6:42 p.m.5 views

0pflow (>=0.1.0-dev.2580522, <=0.1.0-dev.f5622ac), @3onedata/alsatian (>=0.1.8-fix.3, <=0.1.8-fix.5) +1005 more potentially affected by CVE-2026-71850 via hono (>=3.8.4, <=4.12.33)

hono NPM version =3.8.4, =0.1.0-dev.2580522, =0.1.8-fix.3, =0.0.2, =0.1.0, =0.3.1, =5.0.0, =0.0.138, =0.0.138, =0.0.138, =0.0.138, =0.0.138, =0.0.0-pr-306-20260707164534, =1.20.0 and more Source cves: CVE-2026-71850 Source advisory: SNYK:JS-HONO-18592332...

4.8CVSS6.3AI score0.00164EPSS
SaveExploits0
Rows per page
Query Builder