Lucene search

K
cvelistGitHub_MCVELIST:CVE-2024-43787
HistoryAug 22, 2024 - 2:23 p.m.

CVE-2024-43787 Hono CSRF middleware can be bypassed using crafted Content-Type header

2024-08-2214:23:44
CWE-352
GitHub_M
www.cve.org
4
cve-2024-43787
hono csrf
middleware bypass
crafted content-type
mime types
case insensitive
form-like mime type
vulnerability
fixed 4.5.8

CVSS3

5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L

EPSS

0

Percentile

16.4%

Hono is a Web application framework that provides support for any JavaScript runtime. Hono CSRF middleware can be bypassed using crafted Content-Type header. MIME types are case insensitive, but isRequestedByFormElementRe only matches lower-case. As a result, attacker can bypass csrf middleware using upper-case form-like MIME type. This vulnerability is fixed in 4.5.8.

CNA Affected

[
  {
    "vendor": "honojs",
    "product": "hono",
    "versions": [
      {
        "version": "< 4.5.8",
        "status": "affected"
      }
    ]
  }
]

CVSS3

5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L

EPSS

0

Percentile

16.4%

Related for CVELIST:CVE-2024-43787