Lucene search
+L

148 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-71112

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: hns3: add VLAN id validation before using Currently, the VLAN id may be used without validation when receive a VLAN configuration mailbox from VF. The leng...

8.8CVSS7AI score0.00134EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.14 views

Amazon Linux 2 : grub2, --advisory ALAS2-2025-3107 (ALAS-2025-3107)

The version of grub2 installed on the remote host is prior to 2.06-14. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2025-3107 advisory. A vulnerability has been identified in the GRUB2 bootloader's network module that poses an immediate Denial of Service DoS...

7.8CVSS5.8AI score0.00204EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993093)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993093 advisory. In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raidstatus There is this warning when using a kernel wi...

7.1CVSS6.3AI score0.00173EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/11/28 3:52 p.m.10 views

EUVD-2025-199880

Out-of-bounds memory operations in org.lz4:lz4-java 1.8.0 and earlier allow remote attackers to cause denial of service and read adjacent memory via untrusted compressed input...

8.8CVSS6.2AI score0.00697EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/11/05 12:00 a.m.5 views

PT-2025-52912

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the coresight ETR Embedded Trace Register component. Specifically, when ETR is enabled in CS MODE SYSFS and the buffer size is...

7.7CVSS6.6AI score0.00182EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/10/22 9:47 p.m.20 views

binary_vec_io access memory out-of-bounds in binary_read_to_ref and binary_write_from_ref

Safe functions accept a single &T or &mut T but multiply by n to create slices extending beyond allocated memory when n 1. These functions use fromrawparts to create slices larger than the underlying allocation, violating memory safety. The binaryvecio repository is archived and unmaintained...

6.9AI score
SaveExploits0References4Affected Software1
SUSE Linux
SUSE Linux
added 2025/10/18 11:03 a.m.8 views

Security update for the Linux Kernel RT (Live Patch 9 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506001029 fixes several issues. The following security issues were fixed: CVE-2025-38678: netfilter: nftables: reject duplicate device on updates bsc1249534. CVE-2025-38499: cloneprivatemnt: make sure that caller has CAPSYSADMIN in the right userns...

9.2CVSS7.9AI score0.00587EPSS
SaveExploits1References36
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-10907

Malware in sbrugna...

8.8CVSS9.1AI score0.01404EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2019-7516

Malware in sbrugna...

9.8CVSS7.3AI score0.03066EPSS
SaveExploits0References16
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2020-3577

Malware in sbrugna...

7.8CVSS7.6AI score0.00161EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.18 views

EUVD-2021-1928

Malware in sbrugna...

7.5CVSS6.9AI score0.01719EPSS
SaveExploits1References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.17 views

EUVD-2021-0139

Malware in sbrugna...

7.1CVSS6.8AI score0.01811EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2024-51890

Malicious code in bioql PyPI...

7.8CVSS7.3AI score0.00221EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-0068

Malicious code in bioql PyPI...

7.5CVSS6.4AI score0.00331EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

UBUNTU-CVE-2023-53377

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent use-after-free by freeing the cfile later In smb2compoundop we have a possible use-after-free which can cause hard to debug problems later on. This was revealed during stress testing with KASAN enabled kernel. Fixin...

7.8CVSS5.7AI score0.00148EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-26710

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A use after free issue was addressed with improved memory management. This issue is fixed in iOS 15.5 and iPadOS 15.5, macOS Monterey 12.4, tvOS 15.5, watchOS...

8.8CVSS8.2AI score0.00879EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/08/24 4:06 p.m.7 views

CVE-2025-38660

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

5.9CVSS6.4AI score0.0038EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.8 views

CVE-2025-38578

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid UAF in f2fssyncinodemeta syzbot reported an UAF issue as below: 1 2 1 https://syzkaller.appspot.com/text?tag=CrashReport&x=16594c60580000 ================================================================== BUG:...

7.8CVSS5.5AI score0.00174EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-21855

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ibmvnic: Don't reference skb after sending to VIOS Previously, after successfully flushing the xmit buffer to VIOS, the txbytes stat was incremented by the leng...

8.6CVSS7.1AI score0.0042EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2018-12390

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mozilla developers and community members reported memory safety bugs present in Firefox 62 and Firefox ESR 60.2. Some of these bugs showed evidence of memory...

9.8CVSS7.3AI score0.02927EPSS
SaveExploits0References2
Rows per page
Query Builder