CVE-2022-43428: Agent-to-controller security bypass vulnerabilities in Jenkins Compuware Topaz for Total Test Plugin
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.32094%
CWE
Published
10/19/2022
Updated
1/5/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.compuware.jenkins:compuware-topaz-for-total-test | maven | <= 2.4.8 | 2.4.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows both classes were modified to inherit from MasterToSlaveCallable/MasterToSlaveFileCallable instead of basic Callable/FileCallable, and removed empty checkRoles() implementations. This indicates the original implementations lacked security restrictions allowing execution on controllers. The vulnerability description explicitly mentions these two messages (RemoteSystemProperties and GetRemoteUTF8FileContents) as attack vectors for system property exposure and file reads.