Miggo Logo

CVE-2023-28675: Jenkins OctoPerf Load Testing Plugin missing permission check allows for unauthorized server connections

4.3

CVSS Score
3.1

Basic Information

EPSS Score
0.32518%
Published
4/2/2023
Updated
4/10/2023
KEV Status
No
Technology
TechnologyJava

Technical Details

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Package NameEcosystemVulnerable VersionsFirst Patched Version
org.jenkinsci.plugins:octoperfmaven<= 4.5.24.5.3

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability stems from HTTP endpoints handling Octoperf server connections without proper permission checks (CWE-284/CWE-862) and CSRF protections. Jenkins plugins typically implement such endpoints via servlet methods (e.g., doGet/doPost) in descriptor classes. The advisory explicitly states these endpoints allowed GET requests and lacked authorization checks. The functions above are standard candidates for connection testing logic in Jenkins plugins, and the fix in 4.5.3 (adding POST requirements and permissions) would directly target these methods. While the exact code isn't provided, the pattern matches Jenkins plugin architecture and the described vulnerability mechanics.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

J*nkins O*toP*r* Lo** T*stin* Plu*in Plu*in *.*.* *n* **rli*r *o*s not p*r*orm p*rmission ****ks in s*v*r*l *TTP *n*points. T*is *llows *tt**k*rs wit* Ov*r*ll/R*** p*rmission to *onn**t to * pr*viously *on*i*ur** O*top*r* s*rv*r usin* *tt**k*r-sp**i

Reasoning

T** vuln*r**ility st*ms *rom *TTP *n*points **n*lin* O*top*r* s*rv*r *onn**tions wit*out prop*r p*rmission ****ks (*W*-***/*W*-***) *n* *SR* prot**tions. J*nkins plu*ins typi**lly impl*m*nt su** *n*points vi* s*rvl*t m*t*o*s (*.*., `*o**t`/`*oPost`)