CVE-2019-15078
📋 TL;DR
A typo in the constructor name of the AIRDROPX BORN Ethereum smart contract allows attackers to become contract owners and steal cryptocurrency. This affects anyone holding or transacting with this specific token contract deployed before the fix. The vulnerability stems from case sensitivity in Solidity function names.
💻 Affected Systems
- AIRDROPX BORN Ethereum token smart contract
📦 What is this software?
Xbornid by Xbornid
⚠️ Risk & Real-World Impact
Worst Case
Complete loss of all cryptocurrency held in the contract, attacker gains full control to drain funds and modify contract behavior.
Likely Case
Attacker claims contract ownership and steals available cryptocurrency, rendering the token worthless for legitimate holders.
If Mitigated
No impact if contract has been replaced with corrected version before exploitation.
🎯 Exploit Status
Exploitation requires basic Ethereum transaction knowledge. The typo allows anyone to call the incorrectly named constructor.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Contracts deployed after 2019-05-29 with corrected constructor name
Vendor Advisory: https://github.com/smsecgroup/SM-VUL/tree/master/typo-vul-00
Restart Required: No
Instructions:
1. Deploy new contract with correct constructor name (XBORNID). 2. Migrate all token holders to new contract. 3. Abandon vulnerable contract. Note: Smart contracts are immutable once deployed.
🔧 Temporary Workarounds
Contract migration
allCreate new corrected contract and transfer all holdings
N/A - Requires manual smart contract deployment
🧯 If You Can't Patch
- Immediately stop using the vulnerable token for transactions
- Monitor contract for unauthorized ownership changes and alert holders
🔍 How to Verify
Check if Vulnerable:
Inspect contract source code for constructor name 'XBornID' instead of 'XBORNID'
Check Version:
Check contract deployment date and constructor signature on Etherscan
Verify Fix Applied:
Verify new contract has correct constructor name and ownership is properly set
📡 Detection & Monitoring
Log Indicators:
- Unexpected contract ownership transfer events
- Unauthorized constructor calls
Network Indicators:
- Transactions calling the incorrect constructor function
SIEM Query:
Ethereum event monitoring for contract OwnershipTransferred events from vulnerable address