Lucene search
+L

1163 matches found

CNNVD
CNNVD
added 2025/10/07 12:0 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 the use of the wrong pmd-root on a failed transaction commit, which could lead to a soft lockup...

5.2AI score0.0015EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.5 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, which stems from a schfq integer overflow that could lead to a soft CPU lockup...

5.3AI score0.00192EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.8 views

PT-2025-41068

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An integer overflow issue exists in the net/sched sch fq module when the "initial quantum" is configured with values greater than INT MAX. This overflow results in a negative value being...

6.6AI score0.00192EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.5 views

PT-2025-41039

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the dm thin pool btree lookup code that can lead to a softlockup. This issue arises from corrupted metadata, potentially causing an infinite loop...

6.5AI score0.0015EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.7 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 corruption of swpentryt during THP splitting, which could lead to a soft lockup...

6.2AI score0.00129EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.5 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 possible overflow of the currresync and recoveryactive variables in the statusresync function, which could...

7.9AI score0.00143EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.9 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-383542 advisory. In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for...

5.5CVSS6AI score0.00197EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987135)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987135 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.5 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 improper ring buffer handling, which could lead to a soft lockup when reading tracepipe...

6AI score0.00139EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986284)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986284 advisory. In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for...

5.5CVSS6AI score0.00197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986272)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986272 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/radeon: add a force flush to delay work when radeon Although radeon card fence and wait for g...

5.5CVSS6.1AI score0.00238EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.11 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-402478 advisory. In the Linux kernel, the following vulnerability has been resolved: USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages The syzbot fuzzer found that...

5.5CVSS6.2AI score0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

UBUNTU-CVE-2023-53549

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Rework long task execution when adding/deleting entries When adding/deleting large number of elements in one step in ipset, it can take a reasonable amount of time and can result in soft lockup errors. The patch...

5.5CVSS6AI score0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/04 4:15 p.m.9 views

UBUNTU-CVE-2023-53590

In the Linux kernel, the following vulnerability has been resolved: sctp: add a refcnt in sctpstreampriorities to avoid a nested loop With this refcnt added in sctpstreampriorities, we don't need to traverse all streams to check if the prio is used by other streams when freeing one stream's prio ...

5.5CVSS5.8AI score0.00111EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/04 3:44 p.m.24 views

CVE-2023-53590

CVE-2023-53590 affects the Linux kernel SCTP scheduler code. The root cause was a missing reference counter in sctp_stream_priorities, which could cause a nested loop when freeing a stream priority (potential heavy CPU usage). The advisory notes that a refcnt is now added in sctp_stream_prioritie...

5.5CVSS6.2AI score0.00111EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.15 views

CVE-2023-53549 netfilter: ipset: Rework long task execution when adding/deleting entries

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Rework long task execution when adding/deleting entries When adding/deleting large number of elements in one step in ipset, it can take a reasonable amount of time and can result in soft lockup errors. The patch...

0.00117EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-28939

Malicious code in bioql PyPI...

6.3AI score0.00112EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-26746

Malicious code in bioql PyPI...

6.3AI score0.00151EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-13128

Malicious code in bioql PyPI...

6.9AI score0.00165EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-55287

Malicious code in bioql PyPI...

7.1AI score0.00208EPSS
SaveExploits0References8
Rows per page
Query Builder