Lucene search
+L

672 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2017-1000481

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - When you visit a page where you need to login, Plone 2.5-5.1rc1 sends you to the login form with a 'camefrom' parameter set to the previous url. After you login...

6.1CVSS6.3AI score0.00885EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2015-7318

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Plone 3.3.0 through 3.3.6 allows remote attackers to inject headers into HTTP responses. CVE-2015-7318 Note that Nessus relies on the presence of the package as...

7.5CVSS7.3AI score0.01673EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2020-0181

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In exifdataloaddatathumbnail of exif-data.c, there is a possible denial of service due to an integer overflow. This could lead to remote denial of service with ...

7.5CVSS7.6AI score0.02856EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2018-7225

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in LibVNCServer through 0.9.11. rfbProcessClientNormalMessage in rfbserver.c does not sanitize msg.cct.length, leading to access to...

9.8CVSS6.8AI score0.05295EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2021-23133

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A race condition in Linux kernel SCTP sockets net/sctp/socket.c before 5.12-rc8 can lead to kernel privilege escalation from the context of a network service or...

7CVSS6.4AI score0.00471EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/03/03 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2010-0743

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Multiple format string vulnerabilities in isns.c in 1 Linux SCSI target framework aka tgt or scsi- target-utils 1.0.3, 0.9.5, and earlier and 2 iSCSI Enterprise...

5CVSS6AI score0.03381EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/03 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2011-2705

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The SecureRandom.randombytes function in lib/securerandom.rb in Ruby before 1.8.7-p352 and 1.9.x before 1.9.2-p290 relies on PID values for initialization, whic...

5CVSS5.9AI score0.0195EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/27 8:16 p.m.13 views

CVE-2025-21801

In the Linux kernel, the following vulnerability has been resolved: net: ravb: Fix missing rtnl lock in suspend/resume path Fix the suspend/resume path by ensuring the rtnl lock is held where required. Calls to ravbopen, ravbclose and wol operations must be performed under the rtnl lock to preven...

7.8CVSS0.00196EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 3:15 a.m.16 views

CVE-2025-21752

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't use btrfssetitemkeysafe on RAID stripe-extents Don't use btrfssetitemkeysafe to modify the keys in the RAID stripe-tree, as this can lead to corruption of the tree, which is caught by the checks in btrfssetitemkeysaf...

5.5CVSS0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/27 3:15 a.m.9 views

CVE-2025-21741

In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix DPE OoB read Fix an out-of-bounds DPE read, limit the number of processed DPEs to the amount that fits into the fixed-size NDP16 header...

7.1CVSS0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/27 3:15 a.m.11 views

CVE-2024-58006

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Prevent changing BAR size/flags in pciepcsetbar In commit 4284c88fff0e "PCI: designware-ep: Allow pciepcsetbar update inbound map address" setbar was modified to support dynamically changing the backing physical...

9.6CVSS0.00232EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 3:15 a.m.12 views

CVE-2024-54456

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix potential buffer overflowin nfssysfslinkrpcclient name is char64 where the size of clnt-clprogram-name remains unknown. Invoking strcat directly will also lead to potential buffer overflow. Change them to strscpy and...

7.8CVSS0.00223EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/27 2:18 a.m.22 views

CVE-2025-21786 workqueue: Put the pwq after detaching the rescuer from the pool

In the Linux kernel, the following vulnerability has been resolved: workqueue: Put the pwq after detaching the rescuer from the pool The commit 68f83057b913"workqueue: Reap workers via kthreadstop and remove detachcompletion" adds code to reap the normal workers but mistakenly does not handle the...

7.8CVSS6.9AI score
SaveExploits0References6
OSV
OSV
added 2025/02/27 2:18 a.m.48 views

CVE-2025-21756 vsock: Keep the binding until socket destruction

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS6.4AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.30 views

CVE-2025-21750 wifi: brcmfmac: Check the return value of of_property_read_string_index()

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the return value of ofpropertyreadstringindex Somewhen between 6.10 and 6.11 the driver started to crash on my MacBookPro14,3. The property doesn't exist and 'tmp' remains uninitialized, so we pass a random...

0.00202EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.11 views

CVE-2025-21740

Removed by vendor...

5.6AI score
SaveExploits0
CVE
CVE
added 2025/02/27 2:12 a.m.169 views

CVE-2025-21735

CVE-2025-21735 affects the Linux kernel NFC (nci) component, specifically nci_hci_create_pipe(). The pipe value is a net-sourced u8; if it exceeds 127, it can cause memory corruption in the caller, nci_hci_connect_gate(), per the advisory. The description confirms the issue has been resolved in t...

8.8CVSS6.8AI score0.00337EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2025/02/27 2:12 a.m.171 views

CVE-2024-58017

CVE-2024-58017 affects the Linux kernel printk LOG_BUF_LEN_MAX. The issue arises when performing the 1 <

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.10 views

CVE-2025-21728

In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpfsendsignal kfunc, it will cause issues because this kfunc can...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:07 a.m.8 views

CVE-2025-21720 xfrm: delete intermediate secpath entry in packet offload mode

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

7.5CVSS6.1AI score
SaveExploits0References7
Rows per page
Query Builder