Lucene search
+L

33 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.13 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In the “basic” time-travel mode without =inf-cpu or =ext, we still encounter timer interrupts. These can occur at arbitrary times, for example, while inside the timerread function, which simpl...

5CVSS6.1AI score0.00226EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/04 3:44 p.m.26 views

CVE-2023-53587

The CVE-2023-53587 issue is in the Linux kernel ring-buffer handling where IRQ work can run after the ring buffer is destructed. The vulnerability description shows a use-after-free path in irq_work_run_list (KASAN report) when data is written to the buffer just before destruction, potentially le...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-14110

Malicious code in bioql PyPI...

7.2AI score0.00156EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/03 11:50 p.m.6 views

um: work around sched_yield not yielding in time-travel mode

...

5.5CVSS6.8AI score0.00156EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-37880

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passe...

5.5CVSS6.7AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/10 2:52 a.m.4 views

SUSE CVE-2025-37880

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/09 7:16 a.m.15 views

CVE-2025-37880

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/09 7:16 a.m.2 views

DEBIAN-CVE-2025-37880

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS5.5AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.5 views

UBUNTU-CVE-2025-37880

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS6.2AI score0.00156EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/05/09 6:45 a.m.14 views

CVE-2025-37880

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS5.5AI score0.00156EPSS
SaveExploits0
OSV
OSV
added 2025/05/09 6:45 a.m.11 views

CVE-2025-37880 um: work around sched_yield not yielding in time-travel mode

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/09 6:45 a.m.112 views

CVE-2025-37880

CVE-2025-37880 affects the Linux kernel where sched_yield may not yield in time-travel mode due to a poorly implemented userspace spinlock in ASAN. The fix adds accounting of time to the process on every sched_yield to ensure proper scheduling. Impact can be extreme slowdown or deadlock depending...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.23 views

CVE-2025-37880 um: work around sched_yield not yielding in time-travel mode

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

0.00156EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/05/09 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 schedyield not being properly scheduled in time travel mode, which could lead to a deadlock...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/03/18 12:0 a.m.9 views

PT-2025-20532

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel has been identified where the sched yield syscall may not cause scheduling in time-travel mode, potentially leading to extreme slowdown or deadlock. This is d...

7.8CVSS6.3AI score0.65736EPSS
SaveExploits0References367
SUSE CVE
SUSE CVE
added 2024/04/04 2:17 a.m.5 views

SUSE CVE-2023-52633

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode without =inf-cpu or =ext, we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timerread, which pushes time forward just a...

5CVSS6.7AI score0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/02 7:15 a.m.3 views

DEBIAN-CVE-2023-52633

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode without =inf-cpu or =ext, we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timerread, which pushes time forward just a...

5CVSS5.6AI score0.00226EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/02 7:15 a.m.21 views

CVE-2023-52633

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode without =inf-cpu or =ext, we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timerread, which pushes time forward just a...

5CVSS7.3AI score0.00226EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/02 7:15 a.m.14 views

CVE-2023-52633

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode without =inf-cpu or =ext, we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timerread, which pushes time forward just a...

5CVSS6AI score0.00226EPSS
SaveExploits0References21
OSV
OSV
added 2024/04/02 7:15 a.m.4 views

UBUNTU-CVE-2023-52633

In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode without =inf-cpu or =ext, we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timerread, which pushes time forward just a...

5CVSS6.1AI score0.00226EPSS
SaveExploits0References21
Rows per page
Query Builder