Insufficient Session Expiration Affecting org.apache.nifi.registry:nifi-registry-core Open this link in a new tab package, versions [,0.7.0)
Attack Complexity
High
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGAPACHENIFIREGISTRY-567824
-
published
29 Apr 2020
-
disclosed
13 Feb 2020
-
credit
Unknown
Introduced: 13 Feb 2020
CVE-2020-9482 Open this link in a new tabHow to fix?
Upgrade org.apache.nifi.registry:nifi-registry-core
to version 0.7.0 or higher.
Overview
org.apache.nifi.registry:nifi-registry-core is a subproject of Apache NiFi. It is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.
Affected versions of this package are vulnerable to Insufficient Session Expiration. If NiFi Registry uses an authentication mechanism other than PKI, when the user clicks Log Out
, NiFi Registry invalidates the authentication token on the client side but not on the server side. This permits the user's client-side token to be used for up to 12 hours after logging out to make API requests to NiFi Registry.