doc: add -walletnotify security note

Co-authored-by: maflcko <6399679+maflcko@users.noreply.github.com>
This commit is contained in:
Lőrinc
2026-09-01 11:30:27 -07:00
parent 1f9dfabef6
commit db39de5601

View File

@@ -0,0 +1,8 @@
Wallet
------
* On non-Windows systems, an authenticated RPC caller allowed to create wallets
could execute arbitrary commands as the node process account when
`-walletnotify` was configured, by crafting a wallet name with regex
replacement characters. Wallet notification placeholder replacement now
treats wallet names literally. (#36048)