Leftover: Possibly unsafe / phishing hole in code (server side string shown to user)
See original GitHub issueI just caught this in Electron Cash – and noticed you guys have this too:
Note the request.error
string comes from the server. It can contain anything, including text that tells the user to do funny stuff.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to hack an unpatched Exchange server with rogue ...
Review your servers, your patches and your authentication policies - there's a proof-of-concept out.
Read more >Cannot turn off "potentially unsafe when doing server-side ...
Suggested solution: Provide a way to turn off these warnings if users don't want them. Provide a link, or some documentation, as to...
Read more >CODE REVIEW GUIDE - OWASP Foundation
string patterns deemed to potentially cause security vulnerabilities. ... A vulnerability found during code review may turn out not to be exploitable during ......
Read more >Сообщество Steam :: No More Room in Hell - Steam Community
Added ability to drop all selected ammo by right clicking in the radial wheel (#1280); Added barricade board sounds for damaging and breaking...
Read more >Release Notes - OpenSSH
sftp-server(8): add a "users-groups-by-id@openssh.com" extension request that allows ... sshd(8): fix possible string truncation when constructing paths to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It looks to me that Bitcoin Core is doing the same: https://github.com/bitcoin/bitcoin/blob/758c6d784da0f191c408fda97b3071dd7e1fe8a0/src/qt/paymentserver.cpp#L718-L726
Although I am not familiar with that codebase, I think the error message is displayed to the user in the GUI in a very similar fashion.
Opened an issue in core: https://github.com/bitcoin/bitcoin/issues/16154