Lucene search
+L

32836 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000267)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000267 advisory. A memory leak in the unittestdataadd function in drivers/of/unittest.c in the Linux kernel before 5.3.10 allows attackers to cause a denial of service memory...

7.8CVSS6.9AI score0.03551EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000373)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000373 advisory. An issue was discovered in the Linux kernel before 5.0.11. fm10kinitmodule in drivers/net/ethernet/intel/fm10k/fm10kmain.c has a NULL pointer dereference because the...

5.5CVSS6.5AI score0.00526EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.8 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000443)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000443 advisory. An issue was discovered in the Linux kernel through 5.6.11. btreegccoalesce in drivers/md/bcache/btree.c has a deadlock if a coalescing operation fails. Tenable has...

5.5CVSS6.8AI score0.00519EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/01/06 6:07 a.m.18 views

CVE-2025-14124

The Team WordPress plugin before 5.0.11 does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection...

8.6CVSS7.5AI score0.01704EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/01/06 12:24 a.m.8 views

SUSE CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2026/01/06 12:00 a.m.11 views

WordPress plugin RSS Feed Widget 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plugin. A security vulnerabili...

5.4CVSS6.6AI score0.00199EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/01/06 12:00 a.m.9 views

WordPress plugin Creator LMS 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plugin. A security vulnerabili...

5.3CVSS6.4AI score0.00264EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/01/05 7:57 p.m.6 views

Integer Overflow or Wraparound

Overview @openzeppelin/confidential-contracts is a Smart Contract library for use with confidential coprocessors Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the wrap and onTransferReceived functions used by the ERC7984 contract. An attacker can cause user...

8.2CVSS7AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/01/05 7:57 p.m.11 views

ERC7984ERC20Wrapper: once a wrapper is filled, subsequent wrap requests do not revert and result in loss of funds.

Impact The ERC7984 contract tracks total supply using a confidential euint64 value. If a call to the internal mint function would result in the total supply overflowing, the call fails silently. The wrap and onTransferReceived functions in ERC7984ERC20Wrapper assume that mint won't fail silently...

8.7CVSS6.9AI score0.00384EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/01/05 7:57 p.m.3 views

GHSA-HQF9-8XV5-X8XW ERC7984ERC20Wrapper: once a wrapper is filled, subsequent wrap requests do not revert and result in loss of funds.

Impact The ERC7984 contract tracks total supply using a confidential euint64 value. If a call to the internal mint function would result in the total supply overflowing, the call fails silently. The wrap and onTransferReceived functions in ERC7984ERC20Wrapper assume that mint won't fail silently...

8.7CVSS6.8AI score0.00384EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/05 4:44 p.m.35 views

CVE-2025-46255 WordPress LoginWP - Pro Plugin <= 4.0.8.5 - Settings Change vulnerability

Missing Authorization vulnerability in Marketing Fire LLC LoginWP - Pro allows Accessing Functionality Not Properly Constrained by ACLs.This issue affects LoginWP - Pro: from n/a through 4.0.8.5...

7.5CVSS0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/05 10:15 a.m.11 views

UBUNTU-CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

5.7AI score0.00193EPSS
SaveExploits0References37
OSV
OSV
added 2026/01/05 9:32 a.m.6 views

CVE-2025-68763 crypto: starfive - Correctly handle return of sg_nents_for_len

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/01/05 9:32 a.m.37 views

CVE-2025-68762 net: netpoll: initialize work queue before error checks

In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFFDISABLENETPOLL flag. The warning at kernel/workqueue.c:4242 in flushwork occurs because the cleanup...

0.0018EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/05 6:16 a.m.11 views

CVE-2025-9543

The FlexTable WordPress plugin before 3.19.2 does not sanitise and escape the imported links from Google Sheet cells, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite...

3.5CVSS0.00179EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/01/05 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the rtl8180initrxring function in the rtl818x driver failing to free previously successfully allocated memor...

6.1AI score0.00193EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50840

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: snic: Fix possible UAF in snictgtcreate Smatch reports a warning as follows: drivers/scsi/snic/snicdisc.c:307 snictgtcreate warn: '&tgt-list' not removed...

6.4AI score0.0028EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50837

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: dsa: tag8021q: avoid leaking ctx on dsatag8021qregister error path If dsatag8021qsetup fails, for example due to the inability of the device to install a...

5.4AI score0.00234EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/05 12:00 a.m.6 views

PT-2026-3200

Impact The ERC7984 contract tracks total supply using a confidential euint64 value. If a call to the internal mint function would result in the total supply overflowing, the call fails silently. The wrap and onTransferReceived functions in ERC7984ERC20Wrapper assume that mint won't fail silently...

8.7CVSS6.8AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/05 12:00 a.m.9 views

PT-2026-1247

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A memory leak issue was identified and resolved in the Linux kernel’s wifi subsystem, specifically within the rtl8180 init rx ring function. This function allocates memory for skb packet...

4.6CVSS6.5AI score0.00193EPSS
SaveExploits0
Rows per page
Query Builder