org.apache.nifi:nifi-framework-core@0.5.1 vulnerabilities

Direct Vulnerabilities

Known vulnerabilities in the org.apache.nifi:nifi-framework-core package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Information Exposure

org.apache.nifi:nifi-framework-core is a system to process and distribute data.

Affected versions of this package are vulnerable to Information Exposure. The flow fingerprint factory generated flow fingerprints which included sensitive property descriptor values. In the event a node attempted to join a cluster and the cluster flow was not inheritable, the flow fingerprint of both the cluster and local flow was printed, potentially containing sensitive values in plaintext.

How to fix Information Exposure?

Upgrade org.apache.nifi:nifi-framework-core to version 1.11.1 or higher.

[,1.11.1)
  • M
Denial of Service (DoS)

org.apache.nifi:nifi-framework-core is a system to process and distribute data.

Affected versions of the package are vulnerable to Denial of Service (DoS). A deadlock may occur during while updating the version of PostGres. The update process will obtain write lock, and if at the same time, a Processor is obtaining a Controller Service, it will obtain a Read Lock causing the deadlock.

How to fix Denial of Service (DoS)?

Upgrade org.apache.nifi:nifi-framework-core to version 1.5.0 or higher.

[,1.5.0)
  • M
Deserialization of Untrusted Data

Apache NiFi is a system to process and distribute data.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data.

Any authenticated user (valid client certificate but without ACL permissions) could upload a template which contained malicious code and caused a denial of service via Java deserialization attack. The fix to properly handle Java deserialization was applied on the Apache NiFi 1.4.0 release. Users running a prior 1.x release should upgrade to the appropriate release.

How to fix Deserialization of Untrusted Data?

Upgrade Apache NiFi to 1.4.0 version or higher.

[,1.4.0)