Skip to content

Commit 9eb7f86

Browse files
1 parent 5e6582e commit 9eb7f86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

advisories/github-reviewed/2026/04/GHSA-458j-xx4x-4375/GHSA-458j-xx4x-4375.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-458j-xx4x-4375",
4-
"modified": "2026-04-16T01:02:24Z",
4+
"modified": "2026-04-16T01:02:26Z",
55
"published": "2026-04-16T01:02:24Z",
66
"aliases": [],
7-
"summary": "hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR",
7+
"summary": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in honor secure proact",
88
"details": "## Summary\n\nImproper handling of JSX attribute names in hono/jsx allows malformed attribute keys to corrupt the generated HTML output.\n\nWhen untrusted input is used as attribute keys during server-side rendering, specially crafted keys can break out of attribute or tag boundaries and inject unintended HTML.\n\n## Details\n\nWhen rendering JSX elements to HTML strings, attribute values are escaped, but attribute names (keys) were previously inserted into the output without validation.\n\nIf an attribute name contains characters such as `\"`, `>`, or whitespace, it can alter the structure of the generated HTML.\n\nFor example, malformed attribute names can:\n\n* Break out of the current attribute and introduce unintended additional attributes\n* Break out of the current HTML tag and inject new elements into the output\n\nThis issue arises when untrusted input (such as query parameters or form data) is used as JSX attribute keys during server-side rendering.\n\n## Impact\n\nAn attacker who can control attribute keys used in JSX rendering may inject unintended attributes or HTML elements into the generated output.\n\nThis may lead to:\n\n* Injection of unexpected HTML attributes\n* Corruption of the HTML structure\n* Potential cross-site scripting (XSS) if combined with unsafe usage patterns\n\nThis issue affects applications that pass untrusted input as JSX attribute keys during server-side rendering.",
99
"severity": [
1010
{
11-
"type": "CVSS_V3",
12-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N"
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:P/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
1313
}
1414
],
1515
"affected": [
1616
{
1717
"package": {
18-
"ecosystem": "npm",
19-
"name": "hono"
18+
"ecosystem": "SwiftURL",
19+
"name": "honorprosecure"
2020
},
2121
"ranges": [
2222
{
@@ -47,7 +47,7 @@
4747
"cwe_ids": [
4848
"CWE-79"
4949
],
50-
"severity": "MODERATE",
50+
"severity": "HIGH",
5151
"github_reviewed": true,
5252
"github_reviewed_at": "2026-04-16T01:02:24Z",
5353
"nvd_published_at": null

0 commit comments

Comments
 (0)