7.5
CVE-2020-13900
- EPSS 2.37%
- Veröffentlicht 10.06.2020 22:15:11
- Zuletzt bearbeitet 21.11.2024 05:02:06
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in janus-gateway (aka Janus WebRTC Server) through 0.10.0. janus_sdp_preparse in sdp.c has a NULL pointer dereference.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 2.37% | 0.816 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| nvd@nist.gov | 5 | 10 | 2.9 |
AV:N/AC:L/Au:N/C:N/I:N/A:P
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.
https://github.com/meetecho/janus-gateway/pull/2214
https://github.com/meetecho/janus-gateway/blob/v0.10.0/sdp.c#L64
https://github.com/meetecho/janus-gateway/blob/v0.10.0/sdp.c#L74
https://github.com/merrychap/poc_exploits/tree/master/janus-webrtc/CVE-2020-13900