CVE-2022-41250: Missing permission check in Jenkins SCM HttpClient Plugin allow capturing credentials
4.2
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.26461%
CWE
Published
9/22/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.meowlomo.jenkins:scm-httpclient | maven | <= 1.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on a missing permission check in a form validation
method. Jenkins plugin form validation
methods typically follow the 'doCheck[FieldName]' pattern in Descriptor classes. The advisory specifically mentions this affects credential validation
for HTTP
server connections. The combination of missing authorization (CWE-862) and CSRF vulnerability suggests a GET
-accessible validation
endpoint in the plugin's configuration
descriptor that handles server/credential validation
without proper security checks.