SCA: security update for hono (GHSA-m732-5p4w-x69g)

high Tenable Cloud Security Plugin ID 435719

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-62610)

See Also

https://github.com/advisories/GHSA-m732-5p4w-x69g

Plugin Details

Severity: High

ID: 435719

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 10/22/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.41

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:N

CVSS Score Source: CVE-2025-62610

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

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

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 10/22/2025

Vulnerability Publication Date: 10/22/2025

Reference Information

CVE: CVE-2025-62610

cwe: CWE-285