Files
CVEs-PoC/2018/CVE-2018-11518.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.3 KiB
Markdown

### [CVE-2018-11518](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11518)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
A vulnerability allows a phreaking attack on HCL legacy IVR systems that do not use VoIP. These IVR systems rely on various frequencies of audio signals; based on the frequency, certain commands and functions are processed. Since these frequencies are accepted within a phone call, an attacker can record these frequencies and use them for service activations. This is a request-forgery issue when the required series of DTMF signals for a service activation is predictable (e.g., the IVR system does not speak a nonce to the caller). In this case, the IVR system accepts an activation request from a less-secure channel (any loudspeaker in the caller's physical environment) without verifying that the request was intended (it matches a nonce sent over a more-secure channel to the caller's earpiece).
### POC
#### Reference
- http://virgil-cj.blogspot.com/2018/05/0day-legacy-ivr-lets-phreak.html
- https://datarift.blogspot.com/2018/05/CVE-2018-11518-abusing-ivr-systems.html
#### Github
No PoCs found on GitHub currently.