Skip to content

fix(deps): update dependency jsonpath-plus to v10 [security] #3804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Confidence
jsonpath-plus ^7.2.0 -> ^10.3.0 age confidence

GitHub Vulnerability Alerts

CVE-2024-21534

Versions of the package jsonpath-plus before 10.0.7 are vulnerable to Remote Code Execution (RCE) due to improper input sanitization. An attacker can execute aribitrary code on the system by exploiting the unsafe default usage of vm in Node.

Note:

There were several attempts to fix it in versions 10.0.0-10.1.0 but it could still be exploited using different payloads

CVE-2025-1302

Versions of the package jsonpath-plus before 10.3.0 are vulnerable to Remote Code Execution (RCE) due to improper input sanitization. An attacker can execute aribitrary code on the system by exploiting the unsafe default usage of eval='safe' mode.

Note:

This is caused by an incomplete fix for CVE-2024-21534.


Release Notes

s3u/JSONPath (jsonpath-plus)

v10.3.0

Compare Source

  • fix(eval): rce using non-string prop names (#​237)
  • feat(demo): make demo link shareable (#​238)
  • chore: update deps. and devDeps.

v10.2.0

Compare Source

  • fix(eval): improve security of safe-eval (#​233)
  • chore: update deps. and devDeps.

v10.1.0

Compare Source

  • feat: add typeof operator to safe script

v10.0.7

Compare Source

  • fix(security): prevent constructor access
  • docs: add security policy file

v10.0.6

Compare Source

  • fix(security): prevent call/apply invocation of Function

v10.0.5

Compare Source

  • fix: remove overly aggressive disabling of native functions but
    disallow __proto__

v10.0.4

Compare Source

  • fix(security): further prevent binding of Function calls which may evade detection

v10.0.3

Compare Source

  • fix(security): prevent binding of Function calls which may evade detection

v10.0.2

Compare Source

  • fix(security): prevent Function calls outside of member expressions

v10.0.1

  • fix(security): prohibit Function in "safe" vm

v10.0.0

BREAKING CHANGES:

  • Require Node 18+

  • fix(security): use safe vm by default in Node

  • chore: bump jsep, devDeps. and lint

v9.0.0

Compare Source

BREAKING CHANGES:

  • Removes preventEval property. Prefer eval: false instead.

  • Changed behavior of eval property. In the browser, eval/Function won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option eval: "native"

  • feat: add safe eval for browser and eval option (#​185) (@​80avin)

  • feat: add ignoreEvalErrors property (@​80avin)

v8.1.0

v8.0.0


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added [status] needs review PRs that are ready to be reviewed. [type] chore labels Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency jsonpath-plus to v10 [security] fix(deps): update dependency jsonpath-plus to v10 [security] - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/npm-jsonpath-plus-vulnerability branch December 8, 2024 18:42
@renovate renovate bot changed the title fix(deps): update dependency jsonpath-plus to v10 [security] - autoclosed fix(deps): update dependency jsonpath-plus to v10 [security] Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch from 8836a70 to 6ca86c3 Compare December 8, 2024 21:56
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 4 times, most recently from e531442 to 0d5e8f9 Compare December 29, 2024 19:15
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 2 times, most recently from b7937ea to c4ca32d Compare January 20, 2025 04:42
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 5 times, most recently from 9ffa2ba to 77f693e Compare March 5, 2025 19:12
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 2 times, most recently from 1419c76 to 97de856 Compare March 12, 2025 19:29
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch from 97de856 to f6da7fb Compare April 1, 2025 18:46
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 3 times, most recently from 72a6597 to 3e905f1 Compare May 21, 2025 02:33
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch from 3e905f1 to 9251090 Compare May 21, 2025 06:32
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 4 times, most recently from 6060ebf to 17ad303 Compare August 10, 2025 21:43
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 25 times, most recently from 34ecb9d to f1a8097 Compare August 22, 2025 09:58
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch 3 times, most recently from 13e6d60 to edf00eb Compare August 23, 2025 02:31
@renovate renovate bot force-pushed the renovate/npm-jsonpath-plus-vulnerability branch from edf00eb to 539e46d Compare August 23, 2025 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[status] needs review PRs that are ready to be reviewed. [type] chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants