Application Insights Dashboard Plugin - Insecure deserialization

Summary

NameApplication Insights Dashboard Plugin 2.0a - Insecure deserialization
Code nameskims-0023
ProductApplication Insights Dashboard Plugin
Affected versionsVersion 2.0a
StatePrivate
Release date2025-03-14

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
CVSSv4 Base Score1.7 (Low)
Exploit availableNo
CVE ID(s)CVE-2025-31300

Description

Application Insights Dashboard Plugin 2.0a was found to be vulnerable. Unvalidated user input is used directly in an unserialize function in myapp/admin/appinsights-settings.php.

Vulnerability

Skims by Fluid Attacks discovered a Insecure deserialization in Application Insights Dashboard Plugin 2.0a. The following is the output of the tool:

Skims output

 3 | private static function set_get_options($reset = false) {
 4 | global $AppInsights_Config;
 5 |
 6 | $options = $AppInsights_Config->options;
 7 |
 8 | if (isset($_POST['options']['appinsights_hidden'])
 9 | && isset($_POST['options'])
 10 | && (isset($_POST['appinsights_security'])
 11 | && wp_verify_nonce($_POST['appinsights_security'], 'appinsights_form' )
 12 | && !$reset)) {
 13 | if ($_POST ['options']['appinsights_component_list'] && is_string($_POST ['options']['appinsights_component_list'])) {
> 14 | $_POST ['options']['appinsights_component_list'] = unserialize(stripslashes($_POST ['options']['appinsights_component
 15 | }
 16 |
 17 | $new_options = $_POST ['options'];
 18 | $options = array_merge($options, $new_options);
 19 | $AppInsights_Config->options = $options;
 20 | $AppInsights_Config->set_plugin_options();
  21 |   }
  22 |
  23 |   return $options;
  24 |  }
     ^ Col 0

Our security policy

We have reserved the ID CVE-2025-31300 to refer to this issue from now on.

System Information

  • Product: Application Insights Dashboard Plugin
  • Version: 2.0a

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-03-14

Vulnerability discovered.

Time-lapse-logo

2025-03-14

Vendor contacted.

Fluid Logo Footer

Testing software security 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.