| Reporter | Title | Published | Views | Family All 263 |
|---|---|---|---|---|
| Amazon Linux 2 : kernel (ALAS-2025-2775) | 10 Mar 202500:00 | – | nessus | |
| Amazon Linux AMI : kernel (ALAS-2025-1961) | 7 Mar 202500:00 | – | nessus | |
| Azure Linux 3.0 Security Update: kernel (CVE-2024-49995) | 10 Feb 202500:00 | – | nessus | |
| Debian dla-4075 : ata-modules-5.10.0-29-armmp-di - security update | 1 Mar 202500:00 | – | nessus | |
| EulerOS 2.0 SP9 : kernel (EulerOS-SA-2025-1057) | 14 Jan 202500:00 | – | nessus | |
| CBL Mariner 2.0 Security Update: kernel (CVE-2024-49995) | 13 Dec 202400:00 | – | nessus | |
| SUSE SLES15 Security Update : kernel (SUSE-SU-2024:4103-1) | 12 Dec 202400:00 | – | nessus | |
| SUSE SLES15 Security Update : kernel (SUSE-SU-2024:4131-1) | 12 Dec 202400:00 | – | nessus | |
| SUSE SLES15 Security Update : kernel (SUSE-SU-2024:4140-1) | 12 Dec 202400:00 | – | nessus | |
| Siemens SCALANCE and RUGGEDCOM Devices Improper Input Validation (CVE-2024-49995) | 18 Nov 202500:00 | – | nessus |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(231684);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/03/10");
script_cve_id("CVE-2024-49995");
script_name(english:"Linux Distros Unpatched Vulnerability : CVE-2024-49995");
script_set_attribute(attribute:"synopsis", value:
"The Linux/Unix host has one or more packages installed with a vulnerability that the vendor indicates will not be
patched.");
script_set_attribute(attribute:"description", value:
"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied
patch available.
- In the Linux kernel, the following vulnerability has been resolved: tipc: guard against string buffer
overrun Smatch reports that copying media_name and if_name to name_parts may overwrite the destination.
.../bearer.c:166 bearer_name_validate() error: strcpy() 'media_name' too large for
'name_parts->media_name' (32 vs 16) .../bearer.c:167 bearer_name_validate() error: strcpy() 'if_name' too
large for 'name_parts->if_name' (1010102 vs 16) This does seem to be the case so guard against this
possibility by using strscpy() and failing if truncation occurs. Introduced by commit b97bf3fd8f6a
([TIPC] Initial merge) Compile tested only. (CVE-2024-49995)
Note that Nessus relies on the presence of the package as reported by the vendor.");
script_set_attribute(attribute:"solution", value:
"There is no known solution at this time.");
script_set_attribute(attribute:"agent", value:"unix");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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-2024-49995");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vendor_unpatched", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2024/10/21");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/03/06");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("ssh_get_info2.nasl");
script_require_keys("Host/cpu", "Host/local_checks_enabled", "global_settings/vendor_unpatched");
script_require_ports("Host/Debian/dpkg-l", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/Ubuntu", "Host/Ubuntu/release");
exit(0);
}
include('vdf.inc');
# @tvdl-content
var vuln_data = {
"metadata": {
"spec_version": "1.0p"
},
"requires": [
{
"scope": "scan_config",
"match": {
"vendor_unpatched": true
}
},
{
"scope": "target",
"match": {
"os": "linux"
}
}
],
"report": {
"report_type": "unpatched"
},
"checks": [
{
"product": {
"name": [
"linux-aws-5.4",
"linux-oracle-5.4",
"linux-raspi-5.4"
],
"type": "dpkg_package"
},
"check_algorithm": "dpkg",
"constraints": [
{
"requires": [
{
"scope": "target",
"match": {
"distro": "ubuntu"
}
},
{
"scope": "target",
"match": {
"os_version": "18.04"
}
}
]
}
]
},
{
"product": {
"name": [
"linux-aws-fips",
"linux-azure-fde-5.15",
"linux-azure-fips",
"linux-buildinfo-5.4.0-1008-raspi",
"linux-fips",
"linux-gcp-fips",
"linux-headers-5.4.0-1008-raspi",
"linux-image-5.4.0-1008-raspi",
"linux-image-5.4.0-1008-raspi-dbgsym",
"linux-iot",
"linux-modules-5.4.0-1008-raspi",
"linux-raspi-headers-5.4.0-1008",
"linux-raspi-tools-5.4.0-1008",
"linux-tools-5.4.0-1008-raspi"
],
"type": "dpkg_package"
},
"check_algorithm": "dpkg",
"constraints": [
{
"requires": [
{
"scope": "target",
"match": {
"distro": "ubuntu"
}
},
{
"scope": "target",
"match": {
"os_version": "20.04"
}
}
]
}
]
},
{
"product": {
"name": [
"linux-azure-cloud-tools-6.8.0-1007",
"linux-azure-headers-6.8.0-1007",
"linux-azure-tools-6.8.0-1007",
"linux-buildinfo-6.8.0-1005-ibm",
"linux-buildinfo-6.8.0-1005-oem",
"linux-buildinfo-6.8.0-1007-azure",
"linux-cloud-tools-6.8.0-1005-ibm",
"linux-cloud-tools-6.8.0-1005-oem",
"linux-cloud-tools-6.8.0-1007-azure",
"linux-headers-6.8.0-1005-ibm",
"linux-headers-6.8.0-1005-oem",
"linux-headers-6.8.0-1007-azure",
"linux-ibm-cloud-tools-6.8.0-1005",
"linux-ibm-cloud-tools-common",
"linux-ibm-headers-6.8.0-1005",
"linux-ibm-source-6.8.0",
"linux-ibm-tools-6.8.0-1005",
"linux-ibm-tools-common",
"linux-image-unsigned-6.8.0-1005-ibm",
"linux-image-unsigned-6.8.0-1005-ibm-dbgsym",
"linux-image-unsigned-6.8.0-1005-oem",
"linux-image-unsigned-6.8.0-1005-oem-dbgsym",
"linux-image-unsigned-6.8.0-1007-azure",
"linux-image-unsigned-6.8.0-1007-azure-dbgsym",
"linux-lowlatency-hwe-6.11",
"linux-modules-6.8.0-1005-ibm",
"linux-modules-6.8.0-1005-oem",
"linux-modules-6.8.0-1007-azure",
"linux-modules-extra-6.8.0-1005-ibm",
"linux-modules-extra-6.8.0-1005-oem",
"linux-modules-extra-6.8.0-1007-azure",
"linux-modules-ipu6-6.8.0-1005-oem",
"linux-modules-iwlwifi-6.8.0-1005-ibm",
"linux-modules-iwlwifi-6.8.0-1005-oem",
"linux-modules-iwlwifi-6.8.0-1007-azure",
"linux-oem-6.8-headers-6.8.0-1005",
"linux-oem-6.8-lib-rust-6.8.0-1005-oem",
"linux-oem-6.8-tools-6.8.0-1005",
"linux-raspi-realtime",
"linux-realtime",
"linux-tools-6.8.0-1005-ibm",
"linux-tools-6.8.0-1005-oem",
"linux-tools-6.8.0-1007-azure",
"linux-udebs-azure"
],
"type": "dpkg_package"
},
"check_algorithm": "dpkg",
"constraints": [
{
"requires": [
{
"scope": "target",
"match": {
"distro": "ubuntu"
}
},
{
"scope": "target",
"match": {
"os_version": "24.04"
}
}
]
}
]
},
{
"product": {
"name": [
"linux-azure-6.8",
"linux-azure-fde",
"linux-hwe-6.8"
],
"type": "dpkg_package"
},
"check_algorithm": "dpkg",
"constraints": [
{
"requires": [
{
"scope": "target",
"match": {
"distro": "ubuntu"
}
},
{
"scope": "target",
"match": {
"os_version": "22.04"
}
}
]
}
]
},
{
"product": {
"name": [
"kernel",
"kernel-rt"
],
"type": "rpm_package"
},
"check_algorithm": "rpm",
"constraints": [
{
"requires": [
{
"scope": "target",
"match": {
"distro": "redhat"
}
},
{
"scope": "target",
"match_one": {
"os_version": [
"8",
"9"
]
}
}
]
}
]
}
]
};
var vdf_res = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result: vdf_res);
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