Lucene search
+L

8037 matches found

Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.6 views

Configuration Download Detected (Critical)

The system detected a change in the controller configuration that was made via the network. An attacker may use configuration changes to disrupt normal operations, to cause production losses, or to create a security threat. This plugin only works with Tenable.ot. Please visit...

5.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.6 views

Device Status Query Detected (Critical)

A status query has been sent to the device, which might indicate a reconnaissance activity. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid503185...

5.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.5 views

Controller Code Modification Detected (Critical)

The system detected a change in the controller code that was made via the network. An attacker may use code changes to disrupt normal operations, to cause production losses, or to create a security threat. This plugin only works with Tenable.ot. Please visit...

5.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.5 views

Controller Code Modification Detected (Medium)

The system detected a change in the controller code that was made via the network. An attacker may use code changes to disrupt normal operations, to cause production losses, or to create a security threat. This plugin only works with Tenable.ot. Please visit...

5.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.5 views

Controller Code Upload Detected (Medium)

An upload of the controller code has been detected over the network. When not part of regular operations, a code upload can be used to gather information about the controller behavior as part of reconnaissance activity. This plugin only works with Tenable.ot. Please visit...

5.5AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/05 12:00 a.m.2 views

Device Mode Transition Detected (Critical)

The state of the controller code changed, regardless of the state expected by the process. When not part of scheduled maintenance, forcing can be used to introduce hard-to-detect, long-lasting changes that are harmful to operations. This plugin only works with Tenable.ot. Please visit...

5.6AI score
SaveExploits0
OSV
OSV
added 2025/05/02 4:15 p.m.4 views

DEBIAN-CVE-2023-53127

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

5.5CVSS5.4AI score0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/02 4:15 p.m.24 views

CVE-2023-53116

In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid potential UAF in nvmetreqcomplete An nvme target -queueresponse operation implementation may free the request passed as argument. Such implementation potentially could result in a use after free of the request pointe...

9.8CVSS0.00506EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 4:15 p.m.11 views

UBUNTU-CVE-2023-53061

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

5.5CVSS5.7AI score0.00188EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/02 3:55 p.m.21 views

CVE-2023-53116 nvmet: avoid potential UAF in nvmet_req_complete()

In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid potential UAF in nvmetreqcomplete An nvme target -queueresponse operation implementation may free the request passed as argument. Such implementation potentially could result in a use after free of the request pointe...

9.8CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 2025/05/02 3:54 p.m.8 views

CVE-2023-53041 scsi: qla2xxx: Perform lockless command completion in abort path

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Perform lockless command completion in abort path While adding and removing the controller, the following call trace was observed: WARNING: CPU: 3 PID: 623596 at kernel/dma/mapping.c:532 dmafreeattrs+0x33/0x50 CPU:...

6AI score
SaveExploits0References9
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49907

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix undefined behavior in bit shift for mdiobusregister Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds ...

7.8CVSS0.00218EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 3:16 p.m.12 views

DEBIAN-CVE-2022-49889

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check for NULL cpubuffer in ringbufferwakewaiters On some machines the number of listed CPUs may be bigger than the actual CPUs that exist. The tracing subsystem allocates a percpu directory with access to the per CP...

5.5CVSS5.6AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

DEBIAN-CVE-2022-49852

In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage threadstruct's s12 may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by clearing the s12 array in threadstruct when fork. A...

7.1CVSS5.5AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.13 views

DEBIAN-CVE-2022-49809

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25lapbreceiveframe x25lapbreceiveframe using skbcopy to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/01 2:10 p.m.85 views

CVE-2022-49907

CVE-2022-49907 is a Linux kernel issue in net: mdio related to undefined behavior from shifting a signed 32-bit value by 31 bits in __mdiobus_register. The root cause is an out-of-bounds bit shift in mdiobus initialization; the code was changed to use an unsigned type to avoid UB. A UBSAN warning...

7.8CVSS6.5AI score0.00218EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 1:15 p.m.1 views

DEBIAN-CVE-2025-23163

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: 1.211455 ============================================ 1.211571 WARNING: possible recursive locking detected 1.21168...

5.5CVSS5.5AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.9 views

UBUNTU-CVE-2025-23163

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: 1.211455 ============================================ 1.211571 WARNING: possible recursive locking detected 1.21168...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References41
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.6 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 a failure to release a formatted buffer in a tracing pipeline read, which could lead to a memory leak...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.10 views

PT-2025-18518 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the tracing read pipe function. The kmemleak tool reports an unreferenced object, indicating a memory leaka...

8.8CVSS7.4AI score0.01328EPSS
SaveExploits2References431
Rows per page
Query Builder