Cyber Resilience

CVE-2024-10122

Topdata Inner Rep Plus 2.01

Published
18 October 2024
Modified
06 November 2024
CVSS Score v4 5.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0049 40th percentile
Risk Priority 25 floored blend · peak EPSS

Summary

CVE-2024-10122 is a medium-severity Missing Password Field Masking (CWE-549) vulnerability in Topdata Inner Rep Plus. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Input Capture (T1056); ranked at the 40th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-6 (Authentication Feedback) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability was found in Topdata Inner Rep Plus WebServer 2.01. It has been classified as problematic. Affected is an unknown function of the file /InnerRepPlus.html of the component Operator Details Form. The manipulation leads to missing password field masking.…

more

It is possible to launch the attack remotely. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1056 Input Capture Collection
Adversaries may use methods of capturing user input to obtain credentials or collect information.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-10128Same product: Topdata Inner Rep Plus
CVE-2025-13175Shared CWE-549
CVE-2025-0148Shared CWE-549
CVE-2025-31728Shared CWE-549
CVE-2025-64170Shared CWE-549
CVE-2025-31727Shared CWE-549
CVE-2025-30197Shared CWE-549
CVE-2026-3314Shared CWE-549
CVE-2025-42904Shared CWE-549
CVE-2023-2062Shared CWE-549

Affected Assets

topdata
inner rep plus
2.01

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)
  • V6.2.6

Mitigating Controls (NIST 800-53 r5) AI

IA-6 directly requires obscuring authentication feedback such as password entry, structurally eliminating the exposure described by CWE-549.

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.PS-06 mostly match
prevents

Secure SDLC practices directly require proper UI controls such as password masking to prevent observation.

PR.AA-03 partial match
prevents

Authentication policies cover password handling but the subcategory focuses on credential strength and MFA rather than entry-time masking.

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.

prevents

Data masking directly addresses hiding sensitive values such as passwords on user interfaces.

prevents

Secure coding practices would include implementing password masking, but the control is broader than this single weakness.

degrades

Secure authentication explicitly requires masking of authentication secrets during entry.

References