VYPR

CWE-441

Unintended Proxy or Intermediary ('Confused Deputy')

ClassDraft

Description

The product receives a request, message, or directive from an upstream component, but the product does not sufficiently preserve the original source of the request before forwarding the request to an external actor that is outside of the product's control sphere. This causes the product to appear to be the source of the request, leading it to act as a proxy or other intermediary between the upstream component and the external actor.

Hierarchy (View 1000)

Parents

Related attack patterns (CAPEC)

CAPEC-219 · CAPEC-465

CVEs mapped to this weakness (121)

page 7 of 7
  • CVE-2020-26262HigJan 13, 2021
    risk 0.00cvss 7.2epss 0.01

    Coturn is free open source implementation of TURN and STUN Server. Coturn before version 4.5.2 by default does not allow peers to connect and relay packets to loopback addresses in the range of `127.x.x.x`. However, it was observed that when sending a `CONNECT` request with the…