Skip to content

Security Vulnerability in Underscore Dependency (CVE-2026-27601) #200

Description

@yasin2dev

The current version of jsonpath (v1.3.0) pins the underscore dependency to a fixed version 1.13.6. This specific version is vulnerable to CVE-2026-27601, which involves a security flaw that could potentially lead to Denial of Service (DoS)

To resolve this and ensure future security patches are automatically pulled, the dependency should be updated to use a caret (^) range, allowing for compatible version updates.

In package.json, must changed:

"underscore": "1.13.6"

to:

"underscore": "^1.13.8"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions