Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig
The mergeConfig function in axios crashes with a TypeError when processing configuration objects containing proto as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.