| Reporter | Title | Published | Views | Family All 33 |
|---|---|---|---|---|
| CVE-2024-30616 | 4 Nov 202421:08 | – | circl | |
| CVE-2024-30617 | 4 Nov 202421:08 | – | circl | |
| CVE-2024-30618 | 4 Nov 202421:08 | – | circl | |
| CVE-2024-30619 | 4 Nov 202421:08 | – | circl | |
| Chamilo LMS 安全漏洞 | 4 Nov 202400:00 | – | cnnvd | |
| Chamilo LMS 安全漏洞 | 4 Nov 202400:00 | – | cnnvd | |
| Chamilo LMS 安全漏洞 | 4 Nov 202400:00 | – | cnnvd | |
| Chamilo LMS 安全漏洞 | 4 Nov 202400:00 | – | cnnvd | |
| CVE-2024-30616 | 4 Nov 202400:00 | – | cve | |
| CVE-2024-30617 | 4 Nov 202400:00 | – | cve |
# 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:chamilo:chamilo_lms";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.128069");
script_version("2025-12-11T05:46:19+0000");
script_tag(name:"last_modification", value:"2025-12-11 05:46:19 +0000 (Thu, 11 Dec 2025)");
script_tag(name:"creation_date", value:"2024-12-10 07:47:25 +0000 (Tue, 10 Dec 2024)");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_cve_id("CVE-2024-30616", "CVE-2024-30617", "CVE-2024-30618", "CVE-2024-30619");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Chamilo LMS 1.11.x < 1.11.28 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_chamilo_http_detect.nasl");
script_mandatory_keys("chamilo/detected");
script_tag(name:"summary", value:"Chamilo LMS is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- CVE-2024-30616: Incorrect access control via main/auth/profile
- CVE-2024-30617: Cross-site request forgery (CSRF) in main/social/home.php
- CVE-2024-30618: Stored cross-site (XSS) scripting
- CVE-2024-30619: Incorrect access control");
script_tag(name:"affected", value:"Chamilo LMS version 1.11.x prior to 1.11.28.");
script_tag(name:"solution", value:"Update to version 1.11.28 or later.
Note: The fixes have been committed and pushed directly to the target branch.");
script_xref(name:"URL", value:"https://github.com/bahadoumi/Vulnerability-Research/tree/main/CVE-2024-30616");
script_xref(name:"URL", value:"https://github.com/bahadoumi/Vulnerability-Research/tree/main/CVE-2024-30617");
script_xref(name:"URL", value:"https://github.com/bahadoumi/Vulnerability-Research/tree/main/CVE-2024-30618");
script_xref(name:"URL", value:"https://github.com/bahadoumi/Vulnerability-Research/tree/main/CVE-2024-30619");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/wiki/security-issues#issue-157---2024-03-15---moderate-impact-moderate-risk---authorization-bypass");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/commit/a1a1e4df70dc65ae4fc7857135f4d3ee185548e7");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/wiki/security-issues#issue-158---2024-03-15---moderate-impact-low-risk---csrf-by-authenticated-user-in-social");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/commit/7a0e10cccc92eadae9403925f995b0a8d2d1305e");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/wiki/security-issues#issue-161---2024-03-15---low-impact-moderate-risk---stored-xss-in-social-group-messages");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/commit/3b98682199049ebfb170ace16ada9a7c8e9a6622");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/wiki/security-issues#issue-162---2024-03-15---low-impact-low-risk---unauthenticated-endpoints");
script_xref(name:"URL", value:"https://github.com/chamilo/chamilo-lms/commit/bef68ffe0552cd25b0ef760e582e1188f0f6bf4b");
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_in_range_exclusive(version: version, test_version_lo: "1.11.0", test_version_up: "1.11.28")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.11.28", 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