Lucene search
+L

LimeSurvey < 6.3.0 DoS Vulnerability

🗓️ 20 Aug 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

LimeSurvey < 6.3.0 DoS Vulnerability associated with 'file upload' option and non-integer value manipulation during survey submission proces

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-7887
17 Aug 202412:17
circl
cnnvd
CNNVD
LimeSurvey 安全漏洞
17 Aug 202400:00
cnnvd
cve
CVE
CVE-2024-7887
17 Aug 202409:00
cve
cvelist
Cvelist
CVE-2024-7887 LimeSurvey File Upload index.php denial of service
17 Aug 202409:00
cvelist
euvd
EUVD
EUVD-2024-48730
3 Oct 202520:07
euvd
nvd
NVD
CVE-2024-7887
17 Aug 202409:15
nvd
ptsecurity
Positive Technologies
PT-2024-38660 · Unknown · Limesurvey
17 Aug 202400:00
ptsecurity
redhatcve
RedhatCVE
CVE-2024-7887
23 May 202510:27
redhatcve
vulnrichment
Vulnrichment
CVE-2024-7887 LimeSurvey File Upload index.php denial of service
17 Aug 202409:00
vulnrichment
# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:limesurvey:limesurvey";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.152904");
  script_version("2026-02-02T05:59:28+0000");
  script_tag(name:"last_modification", value:"2026-02-02 05:59:28 +0000 (Mon, 02 Feb 2026)");
  script_tag(name:"creation_date", value:"2024-08-20 01:58:42 +0000 (Tue, 20 Aug 2024)");
  script_tag(name:"cvss_base", value:"3.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:M/C:N/I:N/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2026-01-30 20:51:22 +0000 (Fri, 30 Jan 2026)");

  script_cve_id("CVE-2024-7887");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("LimeSurvey < 6.3.0 DoS Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("secpod_limesurvey_detect.nasl");
  script_mandatory_keys("limesurvey/http/detected");

  script_tag(name:"summary", value:"LimeSurvey is prone to a denial of service (DoS)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The vulnerability is associated with surveys published by
  administrators that include the 'file upload' option. During the survey submission process, users
  can upload files, and the system validates the size of uploaded files. However, proper input
  validation is not performed on the uploaded file size, enabling attackers to manipulate submitted
  data to bypass the expected handling of the system.

  Specifically, attackers can manipulate the submitted data and set the 'size' parameter to a
  non-integer value, such as a string. Due to the lack of appropriate input validation, the system
  fails to handle this non-integer value correctly, resulting in an error. This error renders
  administrators unable to access statistical results for the affected survey, as the system fails
  to correctly parse the input data.");

  script_tag(name:"affected", value:"LimeSurvey prior to version 6.3.0.");

  script_tag(name:"solution", value:"Update to version 6.3.0 or later.");

  script_xref(name:"URL", value:"https://huntr.com/bounties/6636038f-5cc7-4f87-8a50-922d139d6485");
  script_xref(name:"URL", value:"https://github.com/limesurvey/limesurvey/commit/b1146f3f31437c3b4891a74418041dc1441b76d8");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if (version_is_less(version: version, test_version: "6.3.0")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "6.3.0", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

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

02 Feb 2026 00:00Current
4.8Medium risk
Vulners AI Score4.8
CVSS 3.12.7 - 4.9
CVSS 23.3
CVSS 45.1
CVSS 32.7
EPSS0.00899
SSVC
17