Lucene search
+L

Splunk Enterprise 9.3.0 < 9.3.12, 9.4.0 < 9.4.11, 10.0.0 < 10.0.6, 10.2 < 10.2.3 (SVD-2026-0505)

🗓️ 20 May 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 10 Views

Splunk versions prior to tested release are affected by a DoS from Golang Expr recursion in built in functions; fixed in 1.17.7.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(315749);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/05/20");

  script_cve_id("CVE-2025-68156");

  script_name(english:"Splunk Enterprise 9.3.0 < 9.3.12, 9.4.0 < 9.4.11, 10.0.0 < 10.0.6, 10.2 < 10.2.3 (SVD-2026-0505)");

  script_set_attribute(attribute:"synopsis", value:
"An application running on a remote web server host is affected by a vulnerability");
  script_set_attribute(attribute:"description", value:
"The version of Splunk installed on the remote host is prior to tested version. It is, therefore, affected by a
vulnerability as referenced in the SVD-2026-0505 advisory.

  - Expr is an expression language and expression evaluation for Go. Prior to version 1.17.7, several builtin
    functions in Expr, including `flatten`, `min`, `max`, `mean`, and `median`, perform recursive traversal
    over user-provided data structures without enforcing a maximum recursion depth. If the evaluation
    environment contains deeply nested or cyclic data structures, these functions may recurse indefinitely
    until exceed the Go runtime stack limit. This results in a stack overflow panic, causing the host
    application to crash. While exploitability depends on whether an attacker can influence or inject cyclic
    or pathologically deep data into the evaluation environment, this behavior represents a denial-of-service
    (DoS) risk and affects overall library robustness. Instead of returning a recoverable evaluation error,
    the process may terminate unexpectedly. In affected versions, evaluation of expressions that invoke
    certain builtin functions on untrusted or insufficiently validated data structures can lead to a process-
    level crash due to stack exhaustion. This issue is most relevant in scenarios where Expr is used to
    evaluate expressions against externally supplied or dynamically constructed environments; cyclic
    references (directly or indirectly) can be introduced into arrays, maps, or structs; and there are no
    application-level safeguards preventing deeply nested input data. In typical use cases with controlled,
    acyclic data, the issue may not manifest. However, when present, the resulting panic can be used to
    reliably crash the application, constituting a denial of service. The issue has been fixed in the v1.17.7
    versions of Expr. The patch introduces a maximum recursion depth limit for affected builtin functions.
    When this limit is exceeded, evaluation aborts gracefully and returns a descriptive error instead of
    panicking. Additionally, the maximum depth can be customized by users via `builtin.MaxDepth`, allowing
    applications with legitimate deep structures to raise the limit in a controlled manner. Users are strongly
    encouraged to upgrade to the patched release, which includes both the recursion guard and comprehensive
    test coverage to prevent regressions. For users who cannot immediately upgrade, some mitigations are
    recommended. Ensure that evaluation environments cannot contain cyclic references, validate or sanitize
    externally supplied data structures before passing them to Expr, and/or wrap expression evaluation with
    panic recovery to prevent a full process crash (as a last-resort defensive measure). These workarounds
    reduce risk but do not fully eliminate the issue without the patch. (CVE-2025-68156)

Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
  script_set_attribute(attribute:"see_also", value:"https://advisory.splunk.com/advisories/SVD-2026-0505.html");
  script_set_attribute(attribute:"solution", value:
"Upgrade Splunk Enterprise to versions 10.2.3, 10.0.6, 9.4.11, 9.3.12, or higher.");
  script_set_attribute(attribute:"agent", value:"all");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-68156");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2025/12/16");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/05/20");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/05/20");

  script_set_attribute(attribute:"plugin_type", value:"combined");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:splunk:splunk");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("splunkd_detect.nasl", "splunk_web_detect.nasl", "macos_splunk_installed.nbin", "splunk_win_installed.nbin", "splunk_nix_installed.nbin");
  script_require_keys("installed_sw/Splunk");

  exit(0);
}

include('vcf.inc');
include('vcf_extras_splunk.inc');

var app_info = vcf::splunk::get_app_info();

var constraints = [
  { 'min_version' : '9.3.0', 'fixed_version' : '9.3.12', 'license' : 'Enterprise' },
  { 'min_version' : '9.4.0', 'fixed_version' : '9.4.11', 'license' : 'Enterprise' },
  { 'min_version' : '10.0.0', 'fixed_version' : '10.0.6', 'license' : 'Enterprise' },
  { 'min_version' : '10.2', 'fixed_version' : '10.2.3', 'license' : 'Enterprise' }
];
vcf::splunk::check_version_and_report(
    app_info:app_info,
    constraints:constraints,
    severity:SECURITY_HOLE
);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 May 2026 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 3.17.5
EPSS0.00392
SSVC
10