CVE-2018-1002150:
Koji hub call does not perform correct access checks
9.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
7/12/2018
Updated
9/27/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
koji | pip | = 1.12 | 1.12.1 |
koji | pip | = 1.13 | 1.13.1 |
koji | pip | = 1.14 | 1.14.1 |
koji | pip | = 1.15 | 1.15.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing access control in the distRepoMove handler. The patch adds an assertPolicy check to this method, proving it previously operated without proper authorization. The auth.py changes modify policy enforcement details but don't directly indicate vulnerable functions - the root issue was the complete absence of the check in distRepoMove prior to the fix.