| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| VideoLAN VLC Denial of Service Vulnerability (CNVD-2018-10858) | 29 May 201800:00 | – | cnvd | |
| CVE-2018-11516 | 28 May 201816:00 | – | cve | |
| CVE-2018-11516 | 28 May 201816:00 | – | cvelist | |
| CVE-2018-11516 | 28 May 201816:00 | – | debiancve | |
| EUVD-2018-3545 | 7 Oct 202500:30 | – | euvd | |
| KLA11355 Use after free vulnerability in VLC media player | 28 May 201800:00 | – | kaspersky | |
| CVE-2018-11516 | 28 May 201816:29 | – | nvd | |
| VLC Media Player Denial-of-Service Vulnerability (May 2018) - Windows | 29 May 201800:00 | – | openvas | |
| VLC Media Player Denial-of-Service Vulnerability (May 2018) - Mac OS X | 29 May 201800:00 | – | openvas | |
| DEBIAN-CVE-2018-11516 | 28 May 201816:29 | – | osv |
| Source | Link |
|---|---|
| videolan | www.videolan.org/developers/vlc-branch/NEWS |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(111518);
script_version("1.8");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/23");
script_cve_id("CVE-2018-11516");
script_bugtraq_id(104293);
script_name(english:"VLC 3.0.x < 3.0.2 Heap Use-After-Free / Remote Code Execution Vulnerability");
script_set_attribute(attribute:"synopsis", value:
"The remote Windows host contains a media player that is affected by a
heap use-after-free remote code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of VLC media player installed on the remote host is earlier
than 3.0.2. It is, therefore, affected by a heap use-after-free
vulnerability which could result in a remote code execution.");
script_set_attribute(attribute:"see_also", value:"http://www.videolan.org/developers/vlc-branch/NEWS");
script_set_attribute(attribute:"solution", value:
"Upgrade to VLC version 3.0.2 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-11516");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/05/28");
script_set_attribute(attribute:"patch_publication_date", value:"2018/07/18");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/08/03");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:videolan:vlc_media_player");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2018-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("vlc_installed.nasl");
script_require_keys("SMB/VLC/Version");
exit(0);
}
include('vdf.inc');
# @tvdl-content
var vuln_data = {
'metadata': {'spec_version': '1.0'},
'requires': [
{'scope': 'target', 'match': {'os': 'windows'}}
],
'checks': [
{
'product': {'name': 'VLC media player', 'type': 'app'},
'check_algorithm': 'default',
'constraints': [
{'fixed_version': '3.0.2'}
]
}
]
};
var result = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result:result);
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