Cyber Resilience

CVE-2025-61984

Published
06 October 2025
Modified
14 July 2026
CVSS Score v3.1 3.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0027 20th percentile
Risk Priority 30 floored blend · peak EPSS

Summary

CVE-2025-61984 is a low-severity Improper Handling of Invalid Use of Special Elements (CWE-159) vulnerability in Vicarius (inferred from references). Its CVSS base score is 3.6 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

ssh in OpenSSH before 10.1 allows control characters in usernames that originate from certain possibly untrusted sources, potentially leading to code execution when a ProxyCommand is used. The untrusted sources are the command line and %-sequence expansion of a configuration…

more

file. (A configuration file that provides a complete literal username is not categorized as an untrusted source.)

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.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-2636Shared CWE-159
CVE-2026-35536Shared CWE-159
CVE-2025-52884Shared CWE-159
CVE-2024-51500Shared CWE-159
CVE-2026-29106Shared CWE-159

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

SI-10 requires validity checks on information inputs, directly stopping improper handling of special elements before they affect behavior or integrity.

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 enforce input validation and special-element handling to prevent the weakness.

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.

finds

Security testing can discover the weakness but does not itself implement the preventive control.

prevents

Secure development lifecycle mandates input validation and sanitization that directly prevents improper handling of special elements.

prevents

Application security requirements explicitly call for controls against malformed or malicious input.

prevents

Secure architecture principles reduce attack surface but do not prescribe specific input-filtering techniques.

prevents

Secure coding standards require proper escaping, quoting and validation of special characters in user input.

References