Lucene search
+L

149 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: condresched was added to getswappages. A softlockup still occurs in getswappages under memory pressure. With 64 CPU cores, 64GB of memory, and 28 zram devices, the size of each zram device is 50MB, and they all have...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/06 12:00 a.m.4 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053296)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053296 advisory. In the Linux kernel, the following vulnerability has been resolved: rtc: check if rtcreadtime was successful in rtctimerdowork If the rtcreadtime call fails,, the...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99552 CVE-2026-80793 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...

5.8AI score0.00195EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:13 p.m.6 views

EUVD-2026-71436

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...

5.3AI score0.00195EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.17 views

CVE-2026-80793

This Linux kernel vulnerability affects the IPv4 fragmentation path in ip_do_fragment() . When the effective MTU is smaller than the IPv4 header length plus 8, the function passes a zero-length payload to ip_frag_next() , causing the fragmentation state to stall indefinitely. The result is a soft...

5.3AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:13 p.m.10 views

CVE-2026-80793 ipv4: reject undersized MTUs in ip_do_fragment()

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...

5.6AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.13 views

PT-2026-85634

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ip do fragment ip do fragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ip frag next. If the effective MTU is smaller than hlen + 8, ip frag ne...

8.8CVSS5.3AI score0.00234EPSS
SaveExploits0References129
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80793

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to...

5.8AI score0.00195EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd-root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - not syncing: softlockup: hung tasks CPU: 7 PID: 26692...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.3 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ftrace: Added condresched to ftracegraphsethash. When the kernel contains a large number of functions that can be traced, the loop in ftracegraphsethash may take a long time to execute. This may trigger the softlockup watchdog. B...

5.5CVSS6.2AI score0.00152EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:53 a.m.18 views

EUVD-2026-58951

In the Linux kernel, the following vulnerability has been resolved: ntfs3: cap RESTARTTABLE free-chain walker at rt-used A crafted NTFS3 disk image triggers an in-kernel infinite loop at mount time, hanging the mounting thread and firing the soft-lockup watchdog within 22s on multi-CPU hosts pani...

5.4AI score0.00211EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/29 11:14 a.m.15 views

CVE-2026-64415

A flaw was found in the Linux kernel's memory management mm/swap component. Under heavy memory and swap stress, a local attacker could trigger a softlockup during large swap cluster reclaim operations. This vulnerability can lead to a Denial of Service DoS, making the system unresponsive...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.12 views

SUSE CVE-2026-64415

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.17 views

CVE-2026-64415

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.5CVSS0.00094EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.23 views

CVE-2026-64415

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.5CVSS5.3AI score0.00094EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/07/25 8:50 a.m.15 views

EUVD-2026-48959

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.8AI score0.00094EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.47 views

CVE-2026-64415

CVE-2026-64415 is a softlockup vulnerability in the Linux kernel's mm/swap component, specifically in swap_reclaim_full_clusters(). Under heavy memory and swap stress (observed during LTP stress on a 320-CPU arm64 machine with ~1 TB RAM and an 8.6 GB swap device), the function can run for an exte...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64415

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.36 views

PT-2026-64636

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A softlockup can occur in the Linux kernel during large full cluster reclaim operations when the system is under heavy load and the swap device contains many full clusters. This issue wa...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64415

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real...

5.5CVSS5.9AI score0.00094EPSS
SaveExploits0References3
Rows per page
Query Builder