Skip to content
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

v8.6.6 uses vulnerable version of oas package #1054

Open
xfated opened this issue Oct 23, 2024 · 0 comments
Open

v8.6.6 uses vulnerable version of oas package #1054

xfated opened this issue Oct 23, 2024 · 0 comments

Comments

@xfated
Copy link

xfated commented Oct 23, 2024

Issue:
The current stable release of rdme (8.6.6) is using an outdated version of the 'oas' package, which in turn depends on a vulnerable version of 'jsonpath-plus'.

Details:

  • rdme version: 8.6.6
  • oas version: ^20.10.2
  • jsonpath-plus version: 7.2.0

The vulnerability in jsonpath-plus versions before 10.0.0 is related to Remote Code Execution (RCE) due to improper input sanitization. More information can be found here: https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884

Request:
Could you please update the 'oas' dependency in rdme to use a version that includes the patched version of jsonpath-plus (10.0.0 or later)?

Impact:
This vulnerability potentially exposes projects using rdme to security risks, especially if they're processing untrusted input.

Additional Notes:

  • I noticed that there's a pre-release version (9.0.0-next.18) available
  • Is there a timeline for when a new stable version of rdme with updated dependencies will be released?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant