CVE-2021-21382
Last modified
CVE-2021-21382 is a critical-severity vulnerability rated 9.6/10 on the CVSS scale. Restund is an open source NAT traversal server. The restund TURN server can be instructed to open a relay to the loopback address range. EPSS estimates a 1.47% chance of exploitation in the next 30 days.
Description
Restund is an open source NAT traversal server. The restund TURN server can be instructed to open a relay to the loopback address range. This allows you to reach any other service running on localhost which you might consider private. In the configuration that we ship (https://github.com/wireapp/ansible-restund/blob/master/templates/restund.conf.j2#L40-L43) the `status` interface of restund is enabled and is listening on `127.0.0.1`.The `status` interface allows users to issue administrative commands to `restund` like listing open relays or draining connections. It would be possible for an attacker to contact the status interface and issue administrative commands by setting `XOR-PEER-ADDRESS` to `127.0.0.1:{{restund_udp_status_port}}` when opening a TURN channel. We now explicitly disallow relaying to loopback addresses, 'any' addresses, link local addresses, and the broadcast address. As a workaround disable the `status` module in your restund configuration. However there might still be other services running on `127.0.0.0/8` that you do not want to have exposed. The `turn` module can be disabled. Restund will still perform STUN and this might already be enough for initiating calls in your environments. TURN is only used as a last resort when other NAT traversal options do not work. One should also make sure that the TURN server is set up with firewall rules so that it cannot relay to other addresses that you don't want the TURN server to relay to. For example other services in the same VPC where the TURN server is running. Ideally TURN servers should be deployed in an isolated fashion where they can only reach what they need to reach to perform their task of assisting NAT-traversal.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Wire | Restund | < 0.4.15 |
References
- https://docs.wire.com/understand/restund.htmlVendor Advisory
- https://github.com/wireapp/ansible-restund/blob/master/templates/restund.conf.j2#L40-L43Exploit, Third Party Advisory
- https://github.com/wireapp/restund/pull/7Exploit, Patch, Third Party Advisory
- https://github.com/wireapp/restund/security/advisories/GHSA-96j5-w9jq-pv2xExploit, Third Party Advisory
- https://talosintelligence.com/vulnerability_reports/TALOS-2018-0732Exploit, Third Party Advisory
- https://docs.wire.com/understand/restund.htmlVendor Advisory
- https://github.com/wireapp/ansible-restund/blob/master/templates/restund.conf.j2#L40-L43Exploit, Third Party Advisory
- https://github.com/wireapp/restund/pull/7Exploit, Patch, Third Party Advisory
- https://github.com/wireapp/restund/security/advisories/GHSA-96j5-w9jq-pv2xExploit, Third Party Advisory
- https://talosintelligence.com/vulnerability_reports/TALOS-2018-0732Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-21382?
How severe is CVE-2021-21382?
How do I fix CVE-2021-21382?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-21377OMERO.web is open source Django-based software for managing …5.4
- CVE-2021-21378Envoy is a cloud-native high-performance edge/middle/service…8.2
- CVE-2021-21379XWiki Platform is a generic wiki platform offering runtime s…5.4
- CVE-2021-2138Vulnerability in the Oracle Cloud Infrastructure Data Scienc…4.6
- CVE-2021-21380XWiki Platform is a generic wiki platform offering runtime s…8.8
- CVE-2021-21381Flatpak is a system for building, distributing, and running …8.2
- CVE-2021-21383Wiki.js an open-source wiki app built on Node.js. Wiki.js be…5.4
- CVE-2021-21384shescape is a simple shell escape package for JavaScript. In…7.8
- CVE-2021-21385Mifos-Mobile Android Application for MifosX is an Android Ap…7.4
- CVE-2021-21386APKLeaks is an open-source project for scanning APK file for…9.8
- CVE-2021-21387Wrongthink peer-to-peer, end-to-end encrypted messenger with…7.5
- CVE-2021-21388systeminformation is an open source system and OS informatio…9.8
Are you affected by CVE-2021-21382?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
