PixelYourSite - Insecure deserialization
Summary
Name | PixelYourSite- Your smart PIXEL (TAG) and API Manager 9.7.2 - Insecure deserialization |
Code name | skims-23 |
Product | PixelYourSite- Your smart PIXEL (TAG) and API Manager |
Affected versions | Version 9.7.2 |
State | Private |
Release date | 2025-01-03 |
Vulnerability
Kind | Insecure deserialization |
Rule | Insecure deserialization |
Remote | No |
CVSSv4 Vector | CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:U |
Exploit available | No |
CVE ID(s) | cve-2020-2020 |
Description
PixelYourSite- Your smart PIXEL (TAG) and API Manager 9.7.2 was found to be vulnerable. Unvalidated user input is used directly in an unserialize function in myapp/modules/facebook/facebook-server-a sync-task.php.
Vulnerability
Skims by Fluid Attacks discovered a Insecure deserialization in PixelYourSite- Your smart PIXEL (TAG) and API Manager 9.7.2. The following is the output of the tool:
Skims output
24 |
25 | } catch (xception $ex) {
26 | error_log($ex);
27 | }
28 |
29 | return array();
30 | }
31 |
32 | protected function run_action() {
33 | try {
> 34 | $data = unserialize(base64_decode($_POST['data']));
35 |
36 | $events = is_array($data[0]) ? $data[0] : $data ;
37 | if (empty($events)) {
38 | return;
39 | }
40 |
41 | foreach ($events as $event) {
42 | FacebookServer()->sendEvent($event[""pixelIds""],$event[""event""]);
43 | }
44 |
^ Col 0
Our security policy
We have reserved the ID cve-2020-2020 to refer to this issue from now on.
System Information
- Version: PixelYourSite- Your smart PIXEL (TAG)
and API Manager 9.7.2
Mitigation
There is currently no patch available for this vulnerability.
Credits
The vulnerability was discovered by Andres Roldan from Fluid Attacks' Offensive Team using Skims
Timeline
2025-01-03
Vulnerability discovered.
2025-01-03
Vendor contacted.