Enhancement: cves/2019/CVE-2019-5434.yaml by md
parent
dbdbc48cd5
commit
df75b794ec
|
@ -5,12 +5,12 @@ info:
|
|||
author: omarjezi
|
||||
severity: critical
|
||||
description: |
|
||||
An attacker could send a specifically crafted payload to the XML-RPC invocation script and trigger the unserialize() call on the "what" parameter in the "openads.spc" RPC method. Such vulnerability could be used to perform various types of attacks, e.g. exploit serialize-related PHP vulnerabilities or PHP object injection. It is possible, although unconfirmed, that the vulnerability has been used by some attackers in order to gain access to some Revive Adserver instances and deliver malware through them to third party websites. This vulnerability was addressed in version 4.2.0
|
||||
Revive Adserver 4.2 is susceptible to remote code execution. An attacker can send a crafted payload to the XML-RPC invocation script and trigger the unserialize() call on the "what" parameter in the "openads.spc" RPC method. This can be exploited to perform various types of attacks, e.g. serialize-related PHP vulnerabilities or PHP object injection. It is possible, although unconfirmed, that the vulnerability has been used by some attackers in order to gain access to some Revive Adserver instances and deliver malware through them to third-party websites.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-5434
|
||||
- https://packetstormsecurity.com/files/155559/Revive-Adserver-4.2-Remote-Code-Execution.html
|
||||
- https://www.exploit-db.com/exploits/47739
|
||||
- https://www.revive-adserver.com/security/revive-sa-2019-001/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-5434
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 9.8
|
||||
|
@ -50,3 +50,5 @@ requests:
|
|||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by md on 2023/03/13
|
||||
|
|
Loading…
Reference in New Issue