CVE-2019-13423
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSearch Guard Kibana Plugin versions before 5.6.8-7 and before 6.x.y-12 had an issue that an authenticated Kibana user could impersonate as kibanaserver user when providing wrong credentials when all of the following conditions a-c are true: a) Kibana is configured to use Single-Sign-On as authentication method, one of Kerberos, JWT, Proxy, Client certificate. b) The kibanaserver user is configured to use HTTP Basic as the authentication method. c) Search Guard is configured to use an SSO authentication domain and HTTP Basic at the same time
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSearch Guard Kibana Plugin versions before 5.6.8-7 and 6.x.y-12 had an authentication bypass where an authenticated Kibana user could impersonate the kibanaserver user by providing wrong credentials when Kibana uses SSO (Kerberos/JWT/Proxy/Client cert) while Search Guard simultaneously uses an SSO authentication domain and HTTP Basic authentication for the kibanaserver user.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 5.6.8-7>= 6.1.0-8, < 6.2.3-12CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Search Guard Kibana Plugin versionCheck the installed Search Guard Kibana Plugin version by inspecting the package.json file in the Search Guard Kibana plugin directory (typically located at kibana/plugins/searchguard-kibana-plugin/package.json) or by running: npm list @searchguard/kibana-plugin from the Kibana home directoryAffected if Version is below 5.6.8-7, or is 6.x.y where y is below 12 (versions >= 6.1.0-8 and < 6.2.3-12)
-
Verify Kibana SSO configurationInspect Kibana configuration file (kibana.yml) and look for authentication settings related to SSO: check for 'xpack.security.authProviders' set to [kerberos, jwt, proxy, or clientcert], or check for 'opendistro_security.auth.type' set to these SSO typesAffected if Kibana is configured to use Kerberos, JWT, Proxy, or Client Certificate authentication
-
Verify Search Guard SSO domain configurationExamine Search Guard configuration files (sg_config.yml or sg_action_groups.yml in the Search Guard configuration directory) and look for any authentication domain configured with type 'SAML', 'JWT', 'Kerberos', or 'Proxy'Affected if Search Guard has an active SSO authentication domain configured
-
Verify HTTP Basic for kibanaserver userInspect Search Guard internal users configuration (internal_users.yml) and authentication domain configuration to confirm the kibanaserver user is configured with authentication type 'basic' or 'internal'Affected if The kibanaserver user is configured to use HTTP Basic authentication
-
Confirm concurrent SSO and HTTP Basic usageReview both Kibana and Search Guard configurations together: Kibana must be using SSO (from check 2) AND Search Guard must have both an SSO domain (from check 3) and HTTP Basic for kibanaserver (from check 4) simultaneously configuredAffected if Both conditions are true: Kibana uses SSO AND Search Guard uses SSO domain with HTTP Basic for kibanaserver
Environment is affected if running a vulnerable Search Guard Kibana Plugin version AND both Kibana and Search Guard are configured to use SSO authentication concurrently with HTTP Basic authentication for the kibanaserver user.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor data5.6.8-76.2.3-12
Upgrade Search Guard Kibana Plugin to version 5.6.8-7 or later, or 6.x.y-12 or later. Review authentication configuration to ensure SSO and HTTP Basic are not used concurrently in a manner that enables this impersonation.
- Consultation4.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,152.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-13423 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-13423 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data