Lucene search
+L

15 matches found

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

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix data race on CQP completion stats CQP completion statistics is read lockesly in irdmawaitevent and irdmacheckcqpprogress while it can be updated in the completion thread irdmascccqgetcqeinfo on another CPU as KCSA...

5.8AI score0.00195EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 4:52 p.m.7 views

kernel-sanitizers

Linux カーネル Sanitizers 注: ほとんどのSanitizersはLinuxカーネルリポジトリで管理されており、ここではホストされていません 。 このリポジトリには、KASAN、UBSAN、KCSAN、KFENCE、KMSAN、KTSANのツリー外の情報とプロトタイプが含まれています。 KMSANのコードは別途ホストされていることに注意してください。 KASANやその他のSanitizersに関する質問は、[email protected]メーリングリストで質問できます。 購読は、Googleアカウントを使用するか、[email protected]...

5.8AI score
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.2 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: kcsan: Turning reportfilterlistlock into a rawspinlock Ran Xiaokai reported that with a KCSAN-enabled PREEMPTRT kernel, we can observe such issues as follows: | BUG: Sleeping function called from invalid context at...

5.5CVSS6AI score0.00222EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/04/22 8:19 a.m.12 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.6AI score0.00127EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60521

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

5.9AI score0.00208EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2025-68336

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - locking/spinlock/debug: Fix data-race in dorawwritelock KCSAN reports: BUG: KCSAN: data-race in dorawwritelock / dorawwritelock write marked to 0xffff800009cf50...

7.5CVSS5.9AI score0.00466EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.7 views

PT-2025-49472

Name of the Vulnerable Software and Affected Versions Linux kernel versions 5.15.78-android13-8-g63561175bbda-dirty through 5.15.78-android13-8-g63561175bbda-dirty Description The Linux kernel contained an issue in kcsan where the use of READ ONCE in read instrumented memory could lead to a kerne...

5.5AI score0.00199EPSS
SaveExploits0References20
NVD
NVD
added 2025/12/04 4:16 p.m.8 views

CVE-2025-40244

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplusextcacheextent The syzbot reported issue in hfsplusextcacheextent: 70.194323 T9350 BUG: KMSAN: uninit-value in hfsplusextcacheextent+0x7d0/0x990 70.195022 T9350...

7.8CVSS0.00155EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:15 p.m.13 views

UBUNTU-CVE-2022-50248

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path, and it appears there is indeed a way to...

7.8CVSS5.9AI score0.0016EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/11 4:56 p.m.66 views

CVE-2025-39767

CVE-2025-39767 describes a Linux kernel issue on LoongArch where enabling CONFIG_KASAN, CONFIG_PREEMPT_VOLUNTARY_BUILD, and CONFIG_PREEMPT_VOLUNTARY together can trigger a soft deadlock due to slow module load times. The root cause involves module_frob_arch_sections() evaluating PLT/GOT counts; a...

5.5CVSS5.8AI score0.00113EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/09/04 8:15 p.m.12 views

AZL-48777 CVE-2024-44999 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

7.1CVSS6.3AI score0.00261EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.10 views

SUSE CVE-2024-38596

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

2.5CVSS6.4AI score0.00186EPSS
SaveExploits0References16
OSV
OSV
added 2024/06/21 12:15 p.m.4 views

DEBIAN-CVE-2024-36288

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix loop termination condition in gssfreeintokenpages The intoken-pages array is not NULL terminated. This results in the following KASAN splat: KASAN: maybe wild-memory-access in range 0x04a2013400000008-0x04a20134000000...

5.5CVSS5.7AI score0.0075EPSS
SaveExploits0References1
Microsoft Malware Protection
Microsoft Malware Protection
added 2023/01/26 5:00 p.m.38 views

Introducing kernel sanitizers on Microsoft platforms

As part of Microsoft’s commitment to continuously raise security baselines, we have been introducing innovations to the foundation of the chip-to-cloud security outlined in the Windows 11 Security Book. Strong foundational security enables us to build defenses from the ground up and develop...

0.2AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2023/01/26 5:00 p.m.43 views

Introducing kernel sanitizers on Microsoft platforms

As part of Microsoft’s commitment to continuously raise security baselines, we have been introducing innovations to the foundation of the chip-to-cloud security outlined in the Windows 11 Security Book. Strong foundational security enables us to build defenses from the ground up and develop...

0.2AI score
SaveExploits0
Rows per page
Query Builder