VYPR
Moderate severityNVD Advisory· Published Apr 12, 2023· Updated Feb 7, 2025

CVE-2023-30518

CVE-2023-30518

Description

Jenkins Thycotic Secret Server Plugin 1.0.2 and earlier lacks a permissions check, allowing Overall/Read users to enumerate credential IDs.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Jenkins Thycotic Secret Server Plugin 1.0.2 and earlier lacks a permissions check, allowing Overall/Read users to enumerate credential IDs.

The Jenkins Thycotic Secret Server Plugin, up to and including version 1.0.2, contains a missing permission check in its implementation for managing Jenkins credentials. The plugin fails to properly verify that users have the necessary permissions to view credential IDs, instead relying on the standard Overall/Read permission for certain operations. This oversight allows an attacker with only Overall/Read access to enumerate the IDs of credentials stored in Jenkins, which are normally restricted to users with more privileged roles [1][3].

Exploitation requires the attacker to have Overall/Read permission on the Jenkins instance, a relatively low-privilege access level. No additional authentication or network position is needed beyond this. The attacker can leverage this missing check to programmatically or manually list credential IDs through plugin-specific endpoints or UI elements that should have been protected [2].

The impact of successfully enumerating credential IDs is that an attacker gains knowledge of which credential identifiers exist in the Jenkins environment. While this does not directly expose the credential values (such as passwords or tokens), it can be a stepping stone for further attacks, as the attacker can then target specific credentials for extraction or misuse if other vulnerabilities exist [1][3].

The vulnerability has been addressed in Thycotic Secret Server Plugin version 1.1.0 and later, which implements proper permission checks. Users are strongly advised to update to the latest version immediately. Jenkins security advisories have classified this as a medium-severity issue due to the prerequisite of Overall/Read access [1].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
io.jenkins.plugins:thycotic-secret-serverMaven
<= 1.0.2

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

1