Information Exposure Affecting passbolt/passbolt_api package, versions <2.7.0


Severity

Recommended
0.0
medium
0
10

CVSS assessment made by Snyk's Security Team

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-PHP-PASSBOLTPASSBOLTAPI-1043746
  • published 23 Nov 2020
  • disclosed 23 Nov 2020
  • credit Jose-Alexandre Mayan

Introduced: 23 Nov 2020

CVE NOT AVAILABLE CWE-200 Open this link in a new tab

How to fix?

Upgrade passbolt/passbolt_api to version 2.7.0 or higher.

Overview

passbolt/passbolt_api is a Password manager for teams.

Affected versions of this package are vulnerable to Information Exposure. Passbolt uses three cookies: a session cookie, a CSRF protection cookie and a cookie to keep track of the multiple-factor authentication process.

Both the session cookie and the mfa cookie are properly set HTTP-only to prevent an attacker from retrieving the content of those cookies if they managed to exploit an XSS.

The /auth/verify.json endpoint returns a JSON that, among other things, contains the cookies sent in the request. (similar to the TRACE HTTP method)

An attacker who manages to leverage an XSS vulnerability could retrieve the session cookies of a legitimate user, effectively granting them the ability to retrieve information (such as encrypted password list or group list) without requiring user interaction.

CVSS Scores

version 3.1
Expand this section

Snyk

4.8 medium
  • Attack Vector (AV)
    Network
  • Attack Complexity (AC)
    High
  • Privileges Required (PR)
    Low
  • User Interaction (UI)
    Required
  • Scope (S)
    Unchanged
  • Confidentiality (C)
    High
  • Integrity (I)
    None
  • Availability (A)
    None