Cyber Resilience

CVE-2025-27017

Info Disclosure in Apache Nifi 1.13.0 – 2.3.0

Published
12 March 2025
Modified
16 July 2025
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:H/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:P/AU:Y/R:U/V:C/RE:L/U:Green
EPSS Score 0.012 64th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-27017 is a medium-severity Insertion of Sensitive Information into Externally-Accessible File or Directory (CWE-538) vulnerability in Apache Nifi. Its CVSS base score is 6.9 (Medium).

Operationally, ranked in the top 36% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AU-3 (Content of Audit Records) and SI-15 (Information Output Filtering) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Apache NiFi 1.13.0 through 2.2.0 includes the username and password used to authenticate with MongoDB in the NiFi provenance events that MongoDB components generate during processing. An authorized user with read access to the provenance events of those processors may…

more

see the credentials information. Upgrading to Apache NiFi 2.3.0 is the recommended mitigation, which removes the credentials from provenance event records.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-39816Same product: Apache Nifi
CVE-2024-37389Same product: Apache Nifi
CVE-2026-44911Same product: Apache Nifi
CVE-2024-45477Same product: Apache Nifi
CVE-2026-44913Same product: Apache Nifi
CVE-2023-40037Same product: Apache Nifi
CVE-2026-44914Same product: Apache Nifi
CVE-2023-22832Same product: Apache Nifi
CVE-2023-36542Same product: Apache Nifi
CVE-2023-34468Same product: Apache Nifi

Affected Assets

apache
nifi
1.13.0 — 2.3.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AU-3 Content of Audit Records
  • SI-15 Information Output Filtering
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.1.2
  • V14.2.8

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly limits sensitive credential data from being written into provenance event records that function as system-generated audit content.

prevent

Filters credential values from processor outputs before they are persisted in provenance events.

prevent

Restricts which users can be granted read access to provenance, reducing the population that could observe any inadvertently included credentials.

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-05 mostly match
prevents

Least-privilege file and directory permissions directly prevent unauthorized actors from reading sensitive data placed in accessible locations.

PR.DS-01 mostly match
prevents

Protecting data-at-rest encompasses file-level access controls and encryption that stop exposure of sensitive information in externally reachable paths.

PR.PS-01 partial match
prevents

Hardened configuration baselines and ongoing config management reduce the chance that sensitive data is written to world-readable files or directories.

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

By ensuring that only the minimum necessary data is present in files or directories that may be reachable by external parties, the control lowers the impact of any subsequent exposure.

mitigates

Requiring visible or metadata labels on classified information helps ensure that files placed in externally accessible locations still carry an explicit sensitivity marker, lowering the likelihood of unnoticed exposure.

mitigates

The control’s requirement to remove or securely destroy information stored in externally accessible locations reduces the risk of sensitive data being left in files or directories that external parties can reach.

none

Logging disposals, selecting vetted external disposal services, and protecting media according to classification reduce the likelihood that sensitive information ends up in externally accessible files or directories.

none

Verifying and sanitizing equipment prior to disposal or resale prevents sensitive files or directories from remaining accessible to external parties who later obtain the hardware.

References