SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-25827

LOW · CVSS 2.3 EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Keyfactor SignServer versions prior to 7.6.0 contain vulnerabilities that allow admin users to set certain properties to arbitrary file paths, potentially exposing sensitive information to the client side. Specifically, the properties ATTRIBUTESFILE, KEYSTOREPATH, and TRUSTSTOREPATH can leak the existence of files, which may aid an attacker in reconnaissance efforts. Organizations using Keyfactor SignServer should prioritize updating to version 7.6.0 or later to mitigate these risks.

CVE
CVE-2026-25827
Severity
LOW
CVSS
2.3
EPSS
0.15%

Original NVD Description

An issue was discovered in Keyfactor SignServer before 7.6.0. A number of properties were identified to not have any restrictions to what path they can be set to by an admin user. Setting these properties to specific file paths can reveal information to the client side. Three specific properties were identified: The property ATTRIBUTESFILE in PKCS11CryotoToken can be set to a readable but not an accepted (i.e., recognized with attributes) file. In this case an error is thrown, confirming the existence of the file. The property KEYSTOREPATH in KeyStoreCryptoToken can be set to a non-existing file that will return an error confirming to the client side that the file does not exist. The property TRUSTSTOREPATH in RenewalWorker can be set to any path (without any restrictions) by an admin user. In the case that the provided path points to an existing file, readable by the user running the application server, but is not a recognized PEM format, it returns this as an error to the client side, confirming the existences of the file.