Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in
  • P project-with-secure-8672c08468ffe55a
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gitlab-qa-sandbox-group
  • qa-test-2021-01-13-09-35-11-ca3e3df4b66ceb0d
  • project-with-secure-8672c08468ffe55a
  • Merge requests
  • !2

Resolve vulnerability: Authentication bypass via incorrect DOM traversal and canonicalization in saml2-js

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open gitlab-qa requested to merge remediate/authentication-bypass-via-incorrect-dom-traversal-and-canonical-D20210113T093950 into secure-mr Jan 13, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Description:

Some XML DOM traversal and canonicalization APIs may be inconsistent in handling of comments within XML nodes. Incorrect use of these APIs by some SAML libraries results in incorrect parsing of the inner text of XML nodes such that any inner text after the comment is lost prior to cryptographically signing the SAML message. Text after the comment therefore has no impact on the signature on the SAML message.

A remote attacker can modify SAML content for a SAML service provider without invalidating the cryptographic signature, which may allow attackers to bypass primary authentication for the affected SAML service provider.

  • Severity: unknown
  • Confidence: unknown
  • Location: yarn.lock

Solution:

Upgrade to fixed version.

Identifiers:

  • Gemnasium-9952e574-7b5b-46fa-a270-aeb694198a98
  • CVE-2017-11429

Links:

  • https://github.com/Clever/saml2/commit/3546cb61fd541f219abda364c5b919633609ef3d#diff-af730f9f738de1c9ad87596df3f6de84R279
  • https://github.com/Clever/saml2/issues/127
  • https://www.kb.cert.org/vuls/id/475445
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: remediate/authentication-bypass-via-incorrect-dom-traversal-and-canonical-D20210113T093950