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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://duo.com/blog/duo-finds-saml-vulnerabilities-affecting-multiple-implementationsCVE reference · x_refsource_MISC
- https://www.kb.cert.org/vuls/id/475445CVE reference · third-party-advisory, x_refsource_CERT-VN
- https://github.com/GoGentoOSS/SAMLBase/issues/3CVE reference · x_refsource_CONFIRM
- https://github.com/GoGentoOSS/SAMLBase/commit/482cdf8c090e0f1179073034ebcb609ac7c3f5b3CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
