Cyber Resilience

CVE-2025-61873

Published
16 January 2026
Modified
15 April 2026
CVSS Score v3.1 2.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:L/A:N
EPSS Score 0.0020 10th percentile
Risk Priority 21 floored blend · peak EPSS

CVSS and EPSS are reproduced from their sources (NVD, FIRST EPSS). Risk Priority is our own derived reading, not an NVD score.

Summary

CVE-2025-61873 is a low-severity Improper Neutralization of Formula Elements in a CSV File (CWE-1236) vulnerability in Bestpractical (inferred from references). Its CVSS base score is 2.6 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique User Execution (T1204); ranked at the 10th 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-15 (Information Output Filtering) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Best Practical Request Tracker (RT) before 4.4.9, 5.0.9, and 6.0.2 allows CSV Injection via ticket values when TSV export is used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1204 User Execution Execution
An adversary may rely upon specific actions by a user in order to gain execution.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
T1566 Phishing Initial Access
Adversaries may send phishing messages to gain access to victim systems.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-51735Shared CWE-1236
CVE-2023-25611Shared CWE-1236
CVE-2023-54348Shared CWE-1236
CVE-2023-4006Shared CWE-1236
CVE-2023-53913Shared CWE-1236
CVE-2026-50179Shared CWE-1236
CVE-2024-3214Shared CWE-1236
CVE-2023-48029Shared CWE-1236
CVE-2023-25348Shared CWE-1236
CVE-2024-53555Shared CWE-1236

Affected Assets

Bestpractical
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)
  • V1.2.10

Mitigating Controls (NIST 800-53 r5) AI

Output filtering/validation directly stops unneutralized formula elements from being written into CSV files.

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 output neutralization for untrusted CSV content to block formula injection.

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 in development can detect formula injection but does not itself implement the mitigation.

prevents

Secure SDLC mandates input validation and output encoding that directly prevents formula injection in CSV exports.

prevents

Application security requirements include rules for safe CSV generation and handling of untrusted data.

prevents

Secure architecture principles encourage safe data export design but do not specifically address CSV formula neutralization.

prevents

Secure coding standards explicitly require neutralization of special characters when writing CSV files.

References