Astaria
Submit a BugProgram Overview
Astaria is an instant liquidity NFT lending platform designed to scale the NFT lending ecosystem and provide the best experience for borrowers and LPs.
For more information about Astaria, please visit https://astaria.xyz/.
For Whitehats: It is highly recommended that you review the details of this program in full. Although many Bug Bounty programs have standard terms and conditions, each also has their own unique details that are critical to your success.
Prior to submitting a report please review the Immunefi Bug Report Template and Best Practices.
Responsible Publication
Astaria adheres to category Responsible Publication 2. This Policy determines what information whitehats are allowed to make public from their submitted bug reports. For more information about the category selected, please refer to our Responsible Publication page.
Rewards by Threat Level
Please review how rewards are distributed based on the Immunefi Vulnerability Severity Classification System V2.2. This is a simplified 5-level scale system with separate scales for Smart Contracts and Websites/Apps.
Payouts and Payout Requirements
Payouts are handled by the Astaria team directly and are denominated in USD. However, payouts are done in USDC. Astaria commits to honoring payouts according to the terms set out in this program at the time of report submission, and to treat this program as the agreement and source of truth concerning bug reports and responsible disclosures.
For the purposes of determining report validity, this is a Primacy of Impact program.
Learn more about report validity best practices here: Best Practice - Primacy of Impact vs Primacy of Rules.
KYC Requirements
Astaria does have a Know Your Customer (KYC) requirement for bug bounty payouts.
KYC Info Required
- Name
- Location
- Address and/or bank account details
KYC information is only required on confirmation of the validity of a bug report.
Audit Discoveries and Known Issues
Bug reports covering previously-discovered bugs are not eligible for any reward through the bug bounty program. If a bug report covers a known issue, it may be rejected together with proof of the issue being known before escalation of the bug report via Immunefi.
Previous audits and known issues can be found at:
Description of known issue | Related Impact-in-Scope |
---|---|
WithdrawProxy.redeem() can be called before funds are fully transferred to WithdrawProxy. | No |
Tokens with transfer fee not supported | No |
PublicVault.processEpoch() must be manually called | No |
PublicVault.processEpoch() can be blocked by expired liens that haven’t been liquidated | No |
PublicVault.withdrawAtFutureEpoch() incorrectly allows withdrawals for the current epoch | No |
Strategist abuse of privilege position | No |
Smart Contract
- Critical
- Level
- USD $100,000
- Payout
- High
- Level
- USD $75,000
- Payout
- Medium
- Level
- USD $25,000
- Payout
Websites and Applications
- Critical
- Level
- USD $100,000
- Payout
- High
- Level
- USD $75,000
- Payout
- Medium
- Level
- USD $25,000
- Payout
Assets in scope
- Smart Contract - SEAPORT_ADDRType
- Smart Contract - GUARDIAN_ADDRType
- Smart Contract - PROTOCOL_MGR_ADDRType
- Smart Contract - WETH9_ADDRType
- Smart Contract - MRA_ADDRType
- Smart Contract - TRANSFER_PROXY_ADDRType
- Smart Contract - PROXY_ADMIN_ADDRType
- Smart Contract - LIEN_TOKEN_IMPL_ADDRType
- Smart Contract - LIEN_TOKEN_PROXY_ADDRType
- Smart Contract - CLEARING_HOUSE_IMPL_ADDRType
- Smart Contract - COLLATERAL_TOKEN_IMPL_ADDRType
- Smart Contract - COLLATERAL_TOKEN_PROXY_ADDRType
- Smart Contract - SOLO_IMPLEMENTATION_ADDRType
- Smart Contract - PUBLIC_VAULT_IMPLEMENTATION_ADDRType
- Smart Contract - WITHDRAW_PROXY_ADDRType
- Smart Contract - BEACON_PROXY_ADDRType
- Smart Contract - ASTARIA_ROUTER_IMPL_ADDRType
- Smart Contract - ASTARIA_ROUTER_PROXY_ADDRType
- Smart Contract - COLLECTION_VALIDATOR_ADDRType
- Smart Contract - UNIQUE_VALIDATOR_ADDRType
- TargetWebsites and Applications - Home PageType
Impacts only apply to assets in active use by the project like contracts on mainnet or web/app assets used in production. Any impact that applies to assets not in active use, like test or mock files, are out-of-scope of the bug bounty program unless explicitly mentioned as in-scope.
Smart Contracts
- Smart Contracts - PoC, Smart Contract bug reports are to include a runnable Proof of Concept (PoC) in order to prove impact.
- For more information on PoCs please visit: Proof of Concept (PoC) Guidelines and Rules
- All smart contracts of Astaria can be found at: https://github.com/AstariaXYZ/astaria-core/tree/master/src
Web/App
- Web/App - Bug reports are to include a runnable Proof of Concept (PoC) in order to prove impact. All web/app bug reports must come with a PoC with an end-effect impacting an asset-in-scope in order to be considered for a reward. All PoC content must adhere to the PoC guidelines and rules of Immunefi. In the event that a PoC requires an attack on a web/app asset provided, they must still adhere to the rules provided, otherwise eligibility for a reward may be revoked.
- For more information on PoCs please visit: Proof of Concept (PoC) Guidelines and Rules
Whitehats are highly encouraged to review any potential subdomains and what specific port(s) are in scope. Even though the domain may be the same, different ports may point to different assets.
Impacts to other assets
Hackers are encouraged to submit issues outside of the outlined Impacts and Assets in Scope.
If whitehats can demonstrate a critical impact on code in production for an asset not in scope, Astaria encourages you to submit your bug report using the “primacy of impact exception” asset.
Impacts in Scope
(For Blockchain/DLT and Smart Contracts Only) This program is considered to be governed by Primacy of Impact. For more information on what this means visit: Best Practice - Primacy of Impact vs Primacy of Rules.
Impacts are based on the Immunefi Vulnerability Severity Classification System V2.2.
At Immunefi, we classify bugs on a simplified 5-level scale:
- Critical
- High
- Medium
- Low
- None
Impacts in scope
Only the following impacts are accepted within this bug bounty program. All other impacts are not considered as in-scope, even if they affect something in the assets in scope table.
Smart Contract
- Direct theft of any user funds, whether at-rest or in-motion, other than unclaimed yieldCriticalImpact
- Direct theft of any user NFTs, whether at-rest or in-motion, other than unclaimed royaltiesCriticalImpact
- Permanent freezing of fundsCriticalImpact
- Permanent freezing of NFTsCriticalImpact
- Theft of unclaimed yieldHighImpact
- Permanent freezing of unclaimed yieldHighImpact
- Temporary freezing of funds for More than 1 epochHighImpact
- Temporary freezing NFTs for More than 1 epochHighImpact
- Griefing (e.g. no profit motive for an attacker, but damage to the users or the protocol)MediumImpact
Websites and Applications
- Execute arbitrary system commandsCriticalImpact
- Injecting/modifying the static content on the target application without Javascript (Persistent) such as: HTML injection without Javascript, Replacing existing text with arbitrary text, Arbitrary file uploads, etc.HighImpact
- Malicious interactions with an already-connected wallet such as: Modifying transaction arguments or parameters, Substituting contract addresses, Submitting malicious transactionsHighImpact
- Injecting/modifying the static content on the target application without Javascript (Reflected) such as: Reflected HTML injection, Loading external site dataMediumImpact
Out of Scope & Rules
The following impacts and attack vectors are excluded from rewards by default for all Immunefi bug bounty programs:
- Attacks that the reporter has already exploited themselves, leading to damage
- Attacks requiring access to leaked keys/credentials
- Attacks requiring access to privileged addresses (governance, strategist), except in such cases where the contracts are intended to have no privileged access to functions that make the attack possible
- Broken link hijacking is out of scope
Smart Contracts and Blockchain/DLT
- Basic economic governance attacks (e.g. 51% attack)
- Lack of liquidity
- Best practice critiques
- Sybil attacks
- Centralization risks
Websites and Apps
- Theoretical impacts without any proof or demonstration
- Content spoofing / Text injection issues
- Self-XSS
- Captcha bypass using OCR
- CSRF with no security impact (logout CSRF, change language, etc.)
- Missing HTTP Security Headers (such as X-FRAME-OPTIONS) or cookie security flags (such as “httponly”)
- Server-side information disclosure such as IPs, server names, and most stack traces
- Vulnerabilities used to enumerate or confirm the existence of users or tenants
- Vulnerabilities requiring unlikely user actions
- URL Redirects (unless combined with another vulnerability to produce a more severe vulnerability)
- Lack of SSL/TLS best practices
- Attacks involving DDoS
- Attacks requiring privileged access from within the organization
- SPF records for email domains
- Feature requests
- Best practices
Prohibited Activities
The following activities are prohibited by this bug bounty program. Violation of these rules can result in a temporary suspension or permanent ban from the Immunefi platform at the sole discretion of the Immunefi team, which may also result in: 1) the forfeiture and loss of access to all bug submissions, and 2) zero payout.
Please note that Immunefi has no tolerance for spam/low-quality/incomplete bug reports, “beg bounty” behavior, and misrepresentation of assets and severity. Immunefi exists to protect the global crypto community, not facilitate grift.
Prohibited:
- Any testing with mainnet or public testnet deployed code; all testing should be done on private testnets
- Attempting phishing or other social engineering attacks against our employees and/or customers
- Any testing with third party systems and applications (e.g. browser extensions) as well as websites (e.g. SSO providers, advertising networks)
- Any denial of service attacks
- Automated testing of services that generates significant amounts of traffic
- Public disclosure of an unpatched vulnerability in an embargoed bounty
- Any other actions prohibited by the Immunefi Rules. These rules are subject to change at any time.