Lucene search
+L

12834 matches found

OSV
OSV
added 2025/11/20 3:41 p.m.5 views

SUSE-SU-2025:4149-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to fix various security issues The following security issues were fixed: - CVE-2022-50327: ACPI: processor: idle: Check acpifetchacpidev return value bsc1249859. - CVE-2022-50334: hugetlbfs: fix null-ptr-deref in hugetlbfsparseparam bsc124985...

9.8CVSS6.6AI score0.21521EPSS
SaveExploits0References417
IBM Security Bulletins
IBM Security Bulletins
added 2025/11/20 2:30 p.m.8 views

Security Bulletin: Astronomer with IBM is vulnerable to event thread locking due to the starlette package (CVE-2025-54121)

Summary Starlette is used by Astronomer with IBM as part of the request processing functionality. Vulnerability Details CVEID:CVE-2025-54121 DESCRIPTION: Starlette is a lightweight ASGI Asynchronous Server Gateway Interface framework/toolkit, designed for building async web services in Python. In...

5.3CVSS6AI score0.0053EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2025/11/18 9:02 a.m.22 views

kernel: net/sched: sch_qfq: Fix race condition on qfq_aggregate

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/18 12:00 a.m.5 views

Siemens SCALANCE and RUGGEDCOM Devices Use After Free (CVE-2024-41012)

filelock: Remove locks reliably when fcntl/close race is detected When fcntlsetlk races with close, it removes the created lock with dolockfilewait. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/17 9:52 a.m.11 views

kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue

A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCIEVNUMCOMPPKTS event, the function hciconntxdequeue did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure...

8.8CVSS5.8AI score0.00231EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/16 12:00 a.m.13 views

PT-2025-51709

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a race condition within the Bluetooth implementation, specifically in the interaction between socket binding and socket write iteration. This condition can lead...

7CVSS5.4AI score0.00183EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/11/16 12:00 a.m.13 views

PT-2025-51636

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s DRM/radeon driver related to fence processing. Specifically, the radeon fence process function was unnecessarily called within the is signaled functio...

5.5CVSS6AI score0.00114EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/11/14 12:25 a.m.8 views

SUSE CVE-2025-40139

In the Linux kernel, the following vulnerability has been resolved: smc: Use skdstget and dstdevrcu in in smcclcprfxset. smcclcprfxset is called during connect and not under RCU nor RTNL. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and devdstrcu under rcureadlock after...

7.8CVSS6.5AI score0.00143EPSS
SaveExploits0References31
SUSE CVE
SUSE CVE
added 2025/11/14 12:25 a.m.11 views

SUSE CVE-2025-40142

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Disable bottom softirqs as part of spinlockirq on PREEMPTRT sndpcmgrouplockirq acquires a spinlockt and disables interrupts via spinlockirq. This also implicitly disables the handling of softirqs such as TIMERSOFTIRQ. ...

4.7CVSS6.3AI score0.00197EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/11/14 12:23 a.m.9 views

SUSE CVE-2025-40201

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

5.5CVSS6.4AI score0.00144EPSS
SaveExploits0References15
EUVD
EUVD
added 2025/11/13 12:30 a.m.8 views

EUVD-2025-150373

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

5.7AI score0.00144EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/11/13 12:00 a.m.5 views

Siemens SIMATIC S7-1500 Always-Incorrect Control Flow Implementation (CVE-2024-56770)

net/sched: netem: The interface fully stops transferring packets and locks. In this case, the child qdisc and tfifo are empty, but 'qlen' indicates the tfifo is at its limit and no more packets are accepted. This plugin only works with Tenable.ot. Please visit...

5.5CVSS6.9AI score0.00265EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/13 12:00 a.m.8 views

Siemens SIMATIC S7-1500 Use After Free (CVE-2024-53166)

block, bfq: bfqq uaf in bfqlimitdepth Set new allocated bfqq to bic or remove freed bfqq from bic are both protected by bfqd-lock, however bfqlimitdepth is deferencing bfqq from bic without the lock, this can lead to UAF if the iocontext is shared by multiple tasks. This plugin only works with...

7.8CVSS6.9AI score0.00259EPSS
SaveExploits0References4
OSV
OSV
added 2025/11/12 10:15 p.m.7 views

DEBIAN-CVE-2025-40201

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

7.8CVSS5.2AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/12 10:15 p.m.12 views

AZL-70088 CVE-2025-40201 affecting package kernel for versions less than 6.6.117.1-1

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

7.8CVSS5.6AI score0.00144EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.16 views

CVE-2025-40201 kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlimit64() paths

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

7.8CVSS0.00144EPSS
SaveExploits0References5
CVE
CVE
added 2025/11/12 9:56 p.m.44 views

CVE-2025-40201

CVE-2025-40201 concerns a race in the Linux kernel’s sys_prlimit64() path where task_lock(tsk->group_leader) can operate on a freed task_struct or race with mt-exec changing group_leader. The affected code path only protects the task_struct itself via get_task_struct(tsk); if tsk != current an...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/11/12 12:30 p.m.21 views

EUVD-2025-124944

In the Linux kernel, the following vulnerability has been resolved: smc: Use skdstget and dstdevrcu in in smcclcprfxset. smcclcprfxset is called during connect and not under RCU nor RTNL. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and devdstrcu under rcureadlock after...

5.8AI score0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/11/12 11:15 a.m.15 views

CVE-2025-40142

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Disable bottom softirqs as part of spinlockirq on PREEMPTRT sndpcmgrouplockirq acquires a spinlockt and disables interrupts via spinlockirq. This also implicitly disables the handling of softirqs such as TIMERSOFTIRQ. ...

0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/12 11:15 a.m.8 views

AZL-69998 CVE-2025-40139 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: smc: Use skdstget and dstdevrcu in in smcclcprfxset. smcclcprfxset is called during connect and not under RCU nor RTNL. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and devdstrcu under rcureadlock after...

7.8CVSS5.6AI score0.00143EPSS
SaveExploits0References1
Rows per page
Query Builder