CVE-2025-62610
CVE-2025-62610 is a high-severity vulnerability in Hono with a CVSS 3.x base score of 8.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-285.
Key facts
- Severity: High (CVSS 3.x base score 8.1)
- EPSS exploit prediction: 0% (27th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2025-35580
- Weakness: CWE-285
- Affected product: Hono
- Published:
- Last modified:
Description
Hono is a Web application framework that provides support for any JavaScript runtime. In versions from 1.1.0 to before 4.10.2, Hono’s JWT Auth Middleware does not provide a built-in aud (Audience) verification option, which can cause confused-deputy / token-mix-up issues: an API may accept a valid token that was issued for a different audience (e.g., another service) when multiple services share the same issuer/keys. This can lead to unintended cross-service access. Hono’s docs list verification options for iss/nbf/iat/exp only, with no aud support; RFC 7519 requires that when an aud claim is present, tokens MUST be rejected unless the processing party identifies itself in that claim. This issue has been patched in version 4.10.2.
Frequently asked questions
- What is CVE-2025-62610?
- Hono is a Web application framework that provides support for any JavaScript runtime. In versions from 1.1.0 to before 4.10.2, Hono’s JWT Auth Middleware does not provide a built-in aud (Audience) verification option, which can cause confused-deputy / token-mix-up issues: an API may accept a valid token that was issued for a different audience (e.g., another service) when multiple services share the same issuer/keys. This can lead to unintended cross-service access. Hono’s docs list verification options for iss/nbf/iat/exp only, with no aud support; RFC 7519 requires that when an aud claim is present, tokens MUST be rejected unless the processing party identifies itself in that claim. This issue has been patched in version 4.10.2.
- How severe is CVE-2025-62610?
- CVE-2025-62610 has a CVSS 3.x base score of 8.1, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and user interaction. Impact on confidentiality is high, integrity high, and availability none.
- Is CVE-2025-62610 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (27th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-62610?
- CVE-2025-62610 affects Hono. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-62610?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2025-62610 have an EU (EUVD) identifier?
- Yes. CVE-2025-62610 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-35580.
- When was CVE-2025-62610 published?
- CVE-2025-62610 was published on 2025-10-22 and last updated on 2026-06-17.
References
- https://github.com/honojs/hono/commit/45ba3bf9e3dff8e4bd85d6b47d4b71c8d6c66bef
- https://github.com/honojs/hono/security/advisories/GHSA-m732-5p4w-x69g
Affected products (1)
- cpe:2.3:a:hono:hono:*:*:*:*:*:node.js:*:*
More vulnerabilities in Hono
- CVE-2026-27700 — High (CVSS 8.2): Hono is a Web application framework that provides support for any JavaScript runtime. In versions 4.12.0 and 4.12.1,…
- CVE-2026-22818 — High (CVSS 8.2): Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.11.4, there is a flaw…
- CVE-2026-22817 — High (CVSS 8.2): Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.11.4, there is a flaw…
- CVE-2026-39408 — High (CVSS 7.5): Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, a path…
- CVE-2026-29045 — High (CVSS 7.5): Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when…
- CVE-2025-58362 — High (CVSS 7.5): Hono is a Web application framework that provides support for any JavaScript runtime. Versions 4.8.0 through 4.9.5…
Other CWE-285 (Improper Authorization) vulnerabilities
- CVE-2025-65041 — Critical (CVSS 10.0): Improper authorization in Microsoft Partner Center allows an unauthorized attacker to elevate privileges over a network.
- CVE-2023-33189 — Critical (CVSS 10.0): Pomerium is an identity and context-aware access proxy. With specially crafted requests, incorrect authorization…
- CVE-2022-2595 — Critical (CVSS 10.0): Improper Authorization in GitHub repository kromitgmbh/titra prior to 0.79.1.
- CVE-2021-28799 — Critical (CVSS 10.0): An improper authorization vulnerability has been reported to affect QNAP NAS running HBS 3 (Hybrid Backup Sync. ) If…
- CVE-2026-34048 — Critical (CVSS 9.9): Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to…
- CVE-2026-5412 — Critical (CVSS 9.9): In Juju versions prior to 2.9.57 and 3.6.21, an authorization issue exists in the Controller facade. An authenticated…
Browse all CWE-285 (Improper Authorization) vulnerabilities →