Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-93981— hono/jsx before 4.13.7 Cross-Site Scripting via Unescaped Strings

Quick assessment

Affected
honojs hono
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Hono 在 4.13.7 之前的版本中,在通过 渲染以下场景中的普通字符串时,未能对其进行 HTML 转义: 作为 的子节点或 fallback 内容; 作为 的字符串子节点,且该子节点与异步兄弟节点并列; 作为 的唯一子节点; 或作为通过 中的 或 传递的根级值。 在这些代码路径中,输入会被直接转换为字符串,并被当作“已转义的标记”处理。因此,在服务器端渲染过程中,如果攻击者能够控制其中某个字符串,就可以注入任意 HTML,从而在应用程序的源(origin)下执行脚本。

CVSS 4.7 · Medium
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-93981

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
hono/jsx before 4.13.7 Cross-Site Scripting via Unescaped Strings
Source: CVE Program / CVE List V5
Vulnerability Description
hono before 4.13.7 fails to HTML-escape plain strings rendered by hono/jsx as a child or fallback of Suspense, as a string child of ErrorBoundary alongside an asynchronous sibling, as the single child of a Context.Provider, or as the root value passed to renderToString() or renderToReadableStream() from hono/jsx/dom/server. These paths stringify their input and treat the result as already-escaped markup, so an attacker who controls such a string during server-side rendering can inject arbitrary HTML and execute script under the application's origin.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
honojs hono 0 ~ 4.13.7 -

II. Public POCs for CVE-2026-93981

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-93981

登录查看更多情报信息。

Vendor Advisories for CVE-2026-93981 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-93981

No comments yet


Leave a comment