CVE-2022-30951
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 · uneditedJenkins WMI Windows Agents Plugin 1.8 and earlier includes the Windows Remote Command library does not implement access control, potentially allowing users to start processes even if they're not allowed to log in.
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 Jenkins WMI Windows Agents Plugin version 1.8 and earlier includes a Windows Remote Command library that fails to implement access control checks. This authorization flaw allows authenticated Jenkins users who should not have login permissions to nonetheless execute arbitrary processes on Windows agent nodes through the WMI protocol.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.8.1CVSS 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
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
-
Identify if WMI Windows Agents plugin is installedNavigate to Manage Jenkins > Manage Plugins > Installed tab and search for 'WMI Windows Agents' or 'wmi windows agents' in the plugin list. Note the installed version if present.Affected if The plugin is listed with version 1.8 or earlier, or if no version is shown but the plugin name matches 'WMI Windows Agents' or 'WMIAgent'.
-
Confirm the exact plugin versionIn the Installed plugins list, locate the 'WMI Windows Agents' entry and read the Version column. If using the Jenkins CLI, run: java -jar jenkins-cli.jar list-plugins 2>/dev/null | grep -i wmiAffected if The version shown is 1.8, 1.8.0, or any version lower than 1.8.1.
-
Check if Windows agents are configured using WMINavigate to Manage Jenkins > Manage Nodes > [node name]. Review the Launch method configuration. Look for launchers that reference WMI, WMI Windows Agents, or Windows Remote Management.Affected if Any Windows agent nodes are configured with a WMI-based launcher, especially if the launcher is provided by the WMI Windows Agents plugin.
-
Review user permissions for agent-related operationsNavigate to Manage Jenkins > Manage and Assign Roles > Manage Roles. Examine the Overall, Credentials, and Agent permissions assigned to each role. Specifically check if any role grants 'Connect agents' or 'Configure agents' to users who should not have login or agent access permissions.Affected if There exist users or roles that have agent connection or configuration permissions but should NOT have general login or full agent access based on your security policy.
You are affected if the WMI Windows Agents plugin version is 1.8 or earlier, Windows agents are configured using WMI launchers, and users with limited permissions can access agent configuration or connection features.
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 · scoped1.8.1
Upgrade the WMI Windows Agents Plugin to version 1.9 or later which implements proper access control for the Windows Remote Command library. If upgrading is not immediately possible, restrict user permissions and review agent access policies.
1.8.1
- Back up your Jenkins configuration and plugins directory before making changes
- Navigate to Jenkins Dashboard > Manage Jenkins > Manage Plugins
- Go to the 'Available' tab and search for 'WMI Windows Agents'
- Update the WMI Windows Agents plugin to version 1.8.1 or later
- Restart Jenkins to ensure the new plugin version is fully loaded
- Verify the update was successful by checking the installed plugins page
- Test that access controls are properly enforced by confirming users cannot start processes they are not authorized to run
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-30951 — 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-2022-30951 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