Cyber Resilience

CVE-2025-24517

Published
31 March 2025
Modified
15 April 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0079 53th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2025-24517 is a high-severity Use of Client-Side Authentication (CWE-603) vulnerability in Jvn (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-24517 is a client-side authentication flaw (CWE-603) affecting all versions of CHOCO TEI WATCHER mini (IB-MCT001). The vulnerability permits unauthenticated remote access to the device's login password, resulting in a CVSS 3.1 score of 7.5 with network attack vector, low complexity, and high confidentiality impact.

An unauthenticated attacker can exploit the issue over the network to retrieve the product login credentials without any user interaction or prior authentication, thereby gaining the ability to log into the device and access its functions.

Vendor and government advisories, including those from Inaba Denki Sangyo and CISA (ICSA-25-084-04), direct users to the manufacturer's mitigation guidance published in the associated PDF; JVN also references the same vendor document for resolution steps.

EPSS for the CVE rose from a low baseline of 0.0060 to a peak of 0.0107, indicating increased exploitation interest after disclosure.

EU & UK References

Vulnerability Data

Use of client-side authentication issue exists in CHOCO TEI WATCHER mini (IB-MCT001) all versions. If this issue is exploited, a remote attacker may obtain the product login password without authentication.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-42098Shared CWE-603
CVE-2025-62650Shared CWE-603
CVE-2024-39375Shared CWE-603
CVE-2025-64119Shared CWE-603
CVE-2026-8830Shared CWE-603
CVE-2025-62649Shared CWE-603
CVE-2026-1363Shared CWE-603
CVE-2025-30042Shared CWE-603
CVE-2025-12868Shared CWE-603
CVE-2024-45785Shared CWE-603

Affected Assets

Jvn
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.10
  • V10.4.15
  • V10.4.16
  • V10.7.1

Mitigating Controls (NIST 800-53 r5) AI

Enforces access authorizations on the server, making client-side bypass ineffective.

Requires server-side identification and authentication of users before granting access.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 full match
prevents

Server-enforced authentication directly prevents client-only checks from being bypassed.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Requires server-side authentication mechanisms that directly prevent client-only checks.

prevents

Promotes secure architecture principles that reject client-only authentication designs.

finds

Security testing can detect missing server-side authentication checks.

prevents

Defines application security requirements that include server-side authentication enforcement.

prevents

Secure coding standards discourage reliance on client-side authentication logic.

mitigates

Enforces access restrictions that must be validated on the server, mitigating client-side bypass.

References