-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Security] Attempt to write outside buffer bounds #820
Comments
@jimmywarting Can you please answer the following:
|
Related issues: webtorrent/bittorrent-tracker#94 |
It only happened in the beginning when i open the magnet link Using Mac 10.11.4 But yea, they seems to be related, think i can close this. btw, it only happened for 1 torrent file, the rest of the torrents i added the same day worked fine with the same version. |
This is definitely still a bug. It's caused by two issues that together cause this behavior:
Node.js will fix the issue in a future release. We should validate user data better so that we're not accepting whatever random numbers the user gives us. Going to re-open this issue to track progress toward that goal. |
PRs to ensure better type checking of arguments to
|
With the combination of using If someone sees this in the wild using the latest (0.94.3) version of WebTorrent, please leave a comment or open a new issue and I'll investigate further. |
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
The text was updated successfully, but these errors were encountered: