Files
bitcoin/doc/release-notes-36048.md
2026-09-01 11:49:26 -07:00

9 lines
350 B
Markdown

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)