question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Describe the bug A DoS vulnerability for Axios was disclosed publicly yesterday: https://snyk.io/vuln/SNYK-JS-AXIOS-174505

What version are you on? Tested with stellar-sdk@0.15.3.

To Reproduce

docker run -it --rm node:11 bash
mkdir test
cd test && npm init -y
npm install --save --unsafe-perm stellar-sdk
npm install -g snyk
snyk auth $SNYK_TOKEN
snyk test

Expected behavior stellar-sdk should not contain known vulnerabilities.

Additional context Doesn’t look like there is a fix for axios available yet. Maybe #241 is a good alternative.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
morleyzhicommented, May 8, 2019

@lirantal thanks for the report. The stellar library doesn’t have the functionality you mentioned. We determined that the bug was not exploitable in a profitable way, so we’re okay to wait until the PR gets merged and makes it into an official release.

0reactions
lirantalcommented, May 8, 2019

Sounds good. Always available if there’s anything I can help with in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Denial of Service (DoS) in axios | CVE-2019-10742 | Snyk
axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Denial of Service (DoS) ......
Read more >
Things to Do in Charlotte
Looking for things to do this weekend in Charlotte? Read reviews and view calendars of our city's latest events, music and food experience....
Read more >
Things to Do - Axios Twin Cities
Got a string of holiday lights that's not shining so bright? Here are your options for disposing of duds: Defunct or used lights...
Read more >
Things to Do - Axios Denver
Must do activities in Denver.
Read more >
Things to Do - Axios Raleigh
Eat: Don't let lunch or dinner be an afterthought. Charleston is perhaps best known for its culinary scene, and numerous restaurants, chefs and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found