Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS12eGpnLWhjaHgtY2M0Z84AA0--

@simonsmith/cypress-image-snapshothas fix for insecure snapshot file names

Impact

It's possible for a user to pass a relative file path for the snapshot name and reach outside of the project directory into the machine running the test. Example:

  cy.get('h1').matchImageSnapshot('../../../ignore-relative-dirs')

The above will create an ignore-relative-dirs.png three levels up

Patches

Fixed in 8.0.2

Workarounds

Validate all the existing uses of matchImageSnapshot to ensure correct use of the filename argument. Example:

    // snapshot name will be the test title
    cy.matchImageSnapshot();

    // snapshot name will be the name passed in
    cy.matchImageSnapshot('login');

References

https://github.com/simonsmith/cypress-image-snapshot/issues/15

Permalink: https://github.com/advisories/GHSA-vxjg-hchx-cc4g
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12eGpnLWhjaHgtY2M0Z84AA0--
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: 9 months ago
Updated: 6 months ago


CVSS Score: 6.5
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Identifiers: GHSA-vxjg-hchx-cc4g, CVE-2023-38695
References: Repository: https://github.com/simonsmith/cypress-image-snapshot
Blast Radius: 9.5

Affected Packages

npm:@simonsmith/cypress-image-snapshot
Dependent packages: 7
Dependent repositories: 29
Downloads: 310,158 last month
Affected Version Ranges: <= 8.0.1
Fixed in: 8.0.2
All affected versions: 5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.0.4, 5.0.5, 6.0.0, 6.0.1, 6.1.0, 6.1.1, 7.0.0, 8.0.0, 8.0.1
All unaffected versions: 8.0.2, 8.1.0, 8.1.1, 8.1.2, 9.0.0, 9.0.1, 9.0.2