LiveActive security incident?Get immediate response
CVE Record

CVE-2018-5387: Wizkunde SAMLBase may incorrectly utilize the results of XML DOM traversal and canonicalization APIs in suc...

Wizkunde SAMLBase may incorrectly utilize the results of XML DOM traversal and canonicalization APIs in such a way that an attacker may be able to manipulate the SAML data without invalidating the cryptographic signature, allowing the attack to potentially bypass authentication to SAML service providers.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2018-5387 affects Wizkunde SAMLBase, a SAML authentication library. A flaw in how it handles signed XML may let an attacker change SAML data without breaking the cryptographic signature, potentially bypassing authentication to SAML service providers.

Executive priority

Prioritize if SAMLBase is present in internet-facing or business-critical SSO. Authentication bypass can create material account access risk, but urgency depends on confirmed use because affected versions and exploitation evidence are incomplete.

Technical view

The issue is CWE-287 authentication bypass caused by incorrect use of XML DOM traversal and canonicalization results during SAML signature handling. Sources describe possible manipulation of SAML data while signature validation still succeeds. Affected versions are unspecified, and no CVSS score is provided.

Likely exposure

Exposure is likely limited to applications using Wizkunde or GoGentoOSS SAMLBase for SAML service provider authentication. Because versions are unspecified, teams must verify dependency use, forks, and embedded copies rather than relying on package version checks alone.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The vulnerability class is serious because successful abuse could affect federated login trust decisions, but source evidence does not support claims of exploitation in the wild.

Researcher notes

The record names Wizkunde SAMLBase with unspecified affected versions. Duo and CERT/CC context tie this to SAML XML signature validation flaws across implementations. Avoid assuming all SAML stacks are affected; validate this specific library or derived code.

Mitigation direction

  • Inventory applications using Wizkunde or GoGentoOSS SAMLBase for SAML authentication.
  • Review and apply the upstream SAMLBase fix referenced by commit 482cdf8.
  • If no maintained upgrade exists, ask the vendor or project for supported remediation.
  • Confirm SAML validation consumes only the signed assertion data.
  • Monitor SAML authentication logs for unexpected subject, issuer, or role changes.

Validation and detection

  • Search dependency manifests and deployed code for SAMLBase or forks.
  • Confirm whether SAML service provider login paths use this library.
  • Check deployed code includes the referenced upstream patch.
  • Review tests or assessments for SAML signature wrapping protections.
  • Document any exposed SAML endpoints relying on affected code.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-5387 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WizkundeSAMLBaseunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.