CVE-2025-13472
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA fix was made in BlazeMeter Jenkins Plugin version 4.27 to allow users only with certain permissions to see the list of available resources like credential IDs, bzm workspaces and bzm project Ids. Prior to this fix, anyone could see this list as a dropdown on the Jenkins UI.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe BlazeMeter Jenkins Plugin before version 4.27 allowed any authenticated Jenkins user to view sensitive resource information (credential IDs, bzm workspace names, and bzm project IDs) displayed in dropdown menus on the Jenkins UI, without requiring proper permissions. This exposed potentially sensitive identifiers to unauthorized users.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/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:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if BlazeMeter Jenkins Plugin is installedNavigate to Manage Jenkins > Manage Plugins > Installed tab and search for 'BlazeMeter' in the list, or inspect the $JENKINS_HOME/plugins/ directory for a blazemeter folder.Affected if The blazemeter plugin folder or entry exists in Jenkins.
-
Determine the installed version of BlazeMeter PluginIn Jenkins UI, find the BlazeMeter entry in Manage Plugins > Installed and note the Version column. Alternatively, inspect the file $JENKINS_HOME/plugins/blazemeter/WEB-INF/lib/ and check the MANIFEST.MF file inside the plugin JAR for the Plugin-Version attribute.Affected if The version is present and can be compared to the fixed version.
-
Compare installed version to the fixed version 4.27Compare the version found in the previous step against 4.27 using standard version comparison (e.g., 4.26, 4.25, 4.0 are all below 4.27).Affected if The installed version is numerically less than 4.27 (e.g., 4.26 or earlier).
-
Verify any authenticated user can access BlazeMeter dropdown menusLog in with a Jenkins user account that has only minimal permissions (such as Overall/Read access) and navigate to a job configuration page or BlazeMeter-related UI section to see if dropdown menus displaying credential IDs, workspace names, or project IDs are visible without having explicit BlazeMeter permissions.Affected if Dropdown menus showing credential IDs, workspace names, or project IDs are visible to a user without BlazeMeter-specific permissions.
A Jenkins environment is affected if the BlazeMeter plugin is installed with a version lower than 4.27 and any authenticated user (without BlazeMeter-specific permissions) can view sensitive dropdown menus containing credential IDs, workspace names, or project IDs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade BlazeMeter Jenkins Plugin to version 4.27 or later, which implements proper permission checks to restrict visibility of credential IDs, workspaces, and project IDs to only authorized users.
BlazeMeter Jenkins Plugin version 4.27 or later
- Log in to Jenkins as an administrator
- Navigate to 'Manage Jenkins' > 'Manage Plugins'
- Go to the 'Installed' tab
- Locate the BlazeMeter (bzm) Jenkins Plugin in the list
- If an update is available, click 'Update' to upgrade to version 4.27 or later
- Alternatively, if the plugin is not showing an update, download BlazeMeter Plugin version 4.27 or newer from the Jenkins plugin repository and upload it via 'Advanced' > 'Upload Plugin'
- Restart Jenkins to complete the installation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-13472 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-13472 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data