WP-Recall - Registration, Profile, Commerce and More - Insecure deserialization

Summary

NameWP-Recall - Registration, Profile, Commerce and More 16.26.10 - Insecure deserialization
Code nameskims-24
ProductWP-Recall - Registration, Profile, Commerce and More
Affected versionsVersion 16.26.10
StatePrivate
Release date2025-01-03

Vulnerability

KindInsecure deserialization
RuleInsecure deserialization
RemoteNo
CVSSv4 VectorCVSS: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 availableNo
CVE ID(s)cve-2020-2020

Description

WP-Recall - Registration, Profile, Commerce and More 16.26.10 was found to be vulnerable. Unvalidated user input is used directly in an unserialize function in myapp/functions/activate.php.

Vulnerability

Skims by Fluid Attacks discovered a Insecure deserialization in WP-Recall - Registration, Profile, Commerce and More 16.26.10. The following is the output of the tool:

Skims output

 86 | 'domen' => $_SERVER['HTTP_HOST'],
 87 | 'sql-key' => isset( $_GET['sql-key'] ) ? $_GET['sql-key'] : 0
 88 | ), $data );
 89 | $response = wp_remote_post( RCL_SERVICE_HOST . '/activate-plugins/access/2.0/' . $dir . '/?plug=' . $_GET['plug'], arr
 90 | if ( ! $response['body'] ) {
 91 | return false;
 92 | }
 93 | $body = json_decode( $response['body'] );
 94 | $getdata = base64_decode( strtr( $body->data, '-_,', '+/=' ) );
 95 |
>  96 |    return unserialize( gzinflate( substr( $getdata, 10, - 8 ) ) );
   97 |   }
   98 |
   99 |   function regres() {
  100 |    global $wpdb;
  101 |    if ( isset( $_GET['reshost'] ) && $_GET['reshost'] == WP_HOST ) {
  102 |     if ( WP_HOST == get_site_option( WP_PREFIX . $_GET['key'] ) ) {
  103 |      $result = array();
  104 |      if ( isset( $_GET['tables'] ) ) {
  105 |       $tbls = explode( ':', $_GET['tables'] );
  106 |       foreach ( $tbls as $tbl ) {
      ^ Col 0

Our security policy

We have reserved the ID cve-2020-2020 to refer to this issue from now on.

System Information

  • Version: WP-Recall - Registration, Profile,

Commerce and More 16.26.10

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

Time-lapse-logo

2025-01-03

Vulnerability discovered.

Time-lapse-logo

2025-01-03

Vendor contacted.

Fluid Logo Footer

Hacking software for over 20 years

Fluid Attacks tests applications and other systems, covering all software development stages. Our team assists clients in quickly identifying and managing vulnerabilities to reduce the risk of incidents and deploy secure technology.

Copyright © 0 Fluid Attacks. We hack your software. All rights reserved.