Lucene search
+L

750 matches found

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

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989891 advisory. In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handleposixcputimers and posixcputimerdel If an exiting...

7.8CVSS6.8AI score0.01254EPSS
SaveExploits8References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.11 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990216)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990216 advisory. In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handleposixcputimers and posixcputimerdel If an exiting...

7.8CVSS6.8AI score0.01254EPSS
SaveExploits8References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: mm: slub: Avoid waking up kswapd in settrackprepare settrackprepare may cause lock recursion. The issue arises because it is called from hrtimerstartrangens, which holds percpuhrtimerbasesn.lock. However, when...

5.5CVSS6.2AI score0.00115EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: A race condition between handleposixcputimers and posixcputimerdel has been fixed. If a task that exits without autoreaping has already called exitnotify and calls handleposixcputimers from the IRQ, it can be...

7.8CVSS5.9AI score0.01254EPSS
SaveExploits8References4
OSV
OSV
added 2025/10/31 11:09 a.m.15 views

OESA-2025-2555 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than...

7.8CVSS6.4AI score0.00378EPSS
SaveExploits0References25
Microsoft CVE
Microsoft CVE
added 2025/10/29 1:01 a.m.7 views

hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

...

5.5CVSS7AI score0.00202EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:00 a.m.6 views

Siemens SIMATIC Devices Improper Initialization (CVE-2024-35910)

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

7.8CVSS6.2AI score0.00261EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/28 12:48 a.m.12 views

SUSE CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

5.3CVSS6.3AI score0.00195EPSS
SaveExploits0References15
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53728

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by th...

5.6AI score0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/22 2:15 p.m.13 views

CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/22 2:15 p.m.6 views

DEBIAN-CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

5.3AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/22 2:15 p.m.10 views

UBUNTU-CVE-2023-53728

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

5.8AI score0.00195EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/22 1:23 p.m.9 views

CVE-2023-53728 posix-timers: Ensure timer ID search-loop limit is valid

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/10/22 1:23 p.m.31 views

CVE-2023-53728

The CVE affects the Linux kernel’s posix-timers path, where posix_timer_add() allocates timer IDs by scanning from a cached, last-allocation ID. The loop that searches for a free ID is not properly synchronized with the starting value, because start is read locklessly while the hash lock is acqui...

5.9AI score0.00195EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.24 views

CVE-2023-53728 posix-timers: Ensure timer ID search-loop limit is valid

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posixtimeradd tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. This is done in a loop searching the ID...

0.00195EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:00 a.m.13 views

Oracle Linux 7 : kernel (ELSA-2025-17161)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-17161 advisory. - ALSA: usb-audio: Fix an out-of-bounds bug in sndusbparseaudiointerface CVE-2022-48701 Orabug: 38493400 - md-raid10: fix KASAN warning CVE-2022-50211...

8.6CVSS7.7AI score0.03558EPSS
SaveExploits8References7
Tenable Nessus
Tenable Nessus
added 2025/10/11 12:00 a.m.18 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2025-2230)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : dochangetype: refuse to operate on unmounted/not ours mountsCVE-2025-38498 HID: core: ensure the allocated report buffer can contain the reserved...

10CVSS8AI score0.08555EPSS
SaveExploits14References102
EUVD
EUVD
added 2025/10/09 12:30 p.m.19 views

EUVD-2025-33328

In the Linux kernel, the following vulnerability has been resolved: tcp: Clear tcpsksk-fastopenrsk in tcpdisconnect. syzbot reported the splat below where a socket had tcpsksk-fastopenrsk in the TCPESTABLISHED state. 0 syzbot reused the server-side TCP Fast Open socket as a new client before the...

5.9AI score0.00157EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/10/09 12:00 a.m.4 views

AlmaLinux 10 : kernel (ALSA-2025:15662)

The remote AlmaLinux 10 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2025:15662 advisory. kernel: posix-cpu-timers: fix race between handleposixcputimers and posixcputimerdel CVE-2025-38352 Tenable has extracted the preceding description block directl...

7.8CVSS7.7AI score0.01254EPSS
SaveExploits8References3
OSV
OSV
added 2025/10/07 3:45 p.m.7 views

SUSE-SU-2025:20841-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_3

This update for kernel-livepatch-MICRO-6-0-RTUpdate3 fixes the following issues: - CVE-2024-50154: tcp/dccp: Don't use timerpending in reqskqueueunlink bsc1233072 - CVE-2025-21692: net: sched: fix ets qdisc OOB Indexing bsc1237048 - CVE-2025-21791: vrf: use RCU protection in l3mdevl3out bsc124074...

9.8CVSS7AI score0.00623EPSS
SaveExploits3References13
Rows per page
Query Builder