Skip to content

2.1.3

Compare
Choose a tag to compare
@reecexlm reecexlm released this 11 Aug 19:51
· 737 commits to main since this release
973f0de

What's Changed

  • [ANCHOR-403] Prevent SSRF through SEP-1 TOML redirect by @reecexlm in #1043
    This release addresses security issue where an attacker can force the Anchor server to issue requests to an arbitrary URL, where the service will attempt to fetch a toml file. If this service is unable to correctly fetch and parse the toml file, it will return an error containing (leaking) the beginning of the content in the URL passed.