Lucene search
+L

2082 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-40838

Malicious code in bioql PyPI...

6.1CVSS6.4AI score0.00395EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.13 views

EUVD-2025-8489

Malicious code in bioql PyPI...

7.2AI score0.00151EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2023-51151

Malicious code in bioql PyPI...

9.8CVSS9.4AI score0.01515EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/10/02 11:58 p.m.7 views

SUSE CVE-2023-53464

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Check that sock is valid before iscsisetparam The validity of sock should be checked before assignment to avoid incorrect values. Commit 57569c37f0ad "scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling...

5.5CVSS6.5AI score0.00151EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/10/02 12:0 a.m.15 views

PT-2025-40410

Name of the Vulnerable Software and Affected Versions Flock Safety Android Collins application aka com.flocksafety.android.collins version 6.35.31 Description The Flock Safety Android Collins application version 6.35.31 lacks authentication. It manages the camera feed on Falcon, Sparrow, and Brav...

6.5CVSS6.2AI score0.01004EPSS
SaveExploits2References9
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.8 views

SUSE CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/10/01 11:23 p.m.7 views

SUSE CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS6.5AI score0.00134EPSS
SaveExploits0References12
NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS0.00147EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/01 12:15 p.m.7 views

CVE-2023-53464

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Check that sock is valid before iscsisetparam The validity of sock should be checked before assignment to avoid incorrect values. Commit 57569c37f0ad "scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling...

5.5CVSS0.00151EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/01 12:15 p.m.5 views

CVE-2023-53452

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

4.7CVSS0.00104EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.6 views

UBUNTU-CVE-2023-53452

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

4.7CVSS5.7AI score0.00104EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS5.7AI score0.00147EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 11:45 a.m.7 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS6.5AI score
SaveExploits0References7
OSV
OSV
added 2025/10/01 11:42 a.m.7 views

CVE-2023-53452 wifi: rtw89: fix potential race condition between napi_init and napi_enable

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:42 a.m.31 views

CVE-2023-53452

Observation: CVE-2023-53452 concerns a race condition in the Linux kernel affecting the wifi driver path for rtW89. When a netdev is registered but NAPI isn’t initialized yet, a race can occur if user space opens the netdev and enables NAPI, causing a kernel BUG at net/core/dev.c:6423 and an inva...

4.7CVSS5.9AI score0.00104EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 8:15 a.m.6 views

UBUNTU-CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.4 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 race condition between napiinit and napienable, which could cause the kernel to crash...

6.2AI score0.00104EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/30 12:0 a.m.8 views

PT-2025-51586

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the ftrace module that can lead to a soft lockup when loading the amdgpu module, or modules with a large number of traceable functions. Multiple calls...

4.6CVSS5.4AI score0.00178EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/09/26 10:54 a.m.7 views

CVE-2025-57328

toggle-array is a package designed to enables a property on the object at the specified index, while disabling the property on all other objects. A Prototype Pollution vulnerability in the enable and disable function of toggle-array v1.0.1 and before allows attackers to inject properties on...

7.5CVSS6.7AI score0.00365EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/09/24 9:30 p.m.11 views

toggle-array vulnerable to prototype pollution

toggle-array is a package designed to enables a property on the object at the specified index, while disabling the property on all other objects. A Prototype Pollution vulnerability in the enable and disable function of toggle-array v1.0.1 and before allows attackers to inject properties on...

7.5CVSS6.7AI score0.00365EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder