Lucene search
+L

10906 matches found

RedHat Linux
RedHat Linux
added 2024/10/23 5:52 a.m.10 views

go/build/constraint: golang: Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion

A flaw was found in the go/build/constraint package of the Golang standard library. Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion...

7.5CVSS7.3AI score0.01046EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/10/22 2:45 p.m.19 views

CVE-2024-49945

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: Disable the ncsi work before freeing the associated structure The work function can run after the ncsi device is freed, resulting in use-after-free bugs or kernel panic...

5.5CVSS7AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:42 p.m.12 views

CVE-2024-49887

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

5.5CVSS7.4AI score0.00262EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.6 views

SUSE CVE-2022-48971

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix not cleanup led when btinit fails btinit calls btledsinit to register led, but if it fails later, btledscleanup is not called to unregister it. This can cause panic if the argument "bluetooth-power" in text is free...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.4 views

SUSE CVE-2022-48982

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: 71.986122 Call Trace: 71.986124 71.986125...

5.5CVSS7.6AI score0.00205EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.6 views

SUSE CVE-2022-48986

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix guppudrange for dax For dax pud, pudhuge returns true on x86. So the function works as long as hugetlb is configured. However, dax doesn't depend on hugetlb. Commit 414fd080d125 "mm/gup: fix guppmdrange for dax" fixed...

5.5CVSS6AI score0.00255EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.12 views

SUSE CVE-2022-49004

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

5.5CVSS7.5AI score0.00245EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/10/22 2:10 p.m.9 views

CVE-2024-49939

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid to add interface to list twice when SER If SER L2 occurs during the WoWLAN resume flow, the add interface flow is triggered by ieee80211reconfig. However, due to rtw89wowresume return failure, it will cause the...

6.4CVSS6.8AI score0.00343EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 1:15 p.m.13 views

CVE-2024-50048

In the Linux kernel, the following vulnerability has been resolved: fbcon: Fix a NULL pointer dereference issue in fbconputcs syzbot has found a NULL pointer dereference bug in fbcon. Here is the simplified C reproducer: struct param uint8t type; struct tioclselection ts; ; int main struct...

5.5CVSS6.8AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 11:08 a.m.27 views

CVE-2024-50031

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Stop the active perfmon before being destroyed When running kmscube with one or more performance monitors enabled via GALLIUMHUD, the following kernel panic can occur: 55.008324 Unable to handle kernel paging request at...

5.5CVSS7.1AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 11:08 a.m.15 views

CVE-2024-50034

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsksynmss with IPPROTOSMC Eric report a panic on IPPROTOSMC, and give the facts that when INETPROTOSWICSK was set, icsk-icsksyncmss must be set too. Bug: Unable to handle kernel NULL pointer dereference at...

5.5CVSS7AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 10:09 a.m.13 views

CVE-2024-50045

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: fix panic with metadatadst skb Fix a kernel panic in the brnetfilter module when sending untagged traffic via a VxLAN device. This happens during the check for fragmentation in brnfdevqueuexmit. It is...

5.5CVSS6.7AI score0.00609EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 10:09 a.m.16 views

CVE-2024-50023

In the Linux kernel, the following vulnerability has been resolved: net: phy: Remove LED entry from LEDs list on unregister Commit c938ab4da0eb "net: phy: Manual remove LEDs to ensure correct ordering" correctly fixed a problem with using devm but missed removing the LED entry from the LEDs list...

5.5CVSS6.8AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 8:39 a.m.31 views

CVE-2022-48986

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix guppudrange for dax For dax pud, pudhuge returns true on x86. So the function works as long as hugetlb is configured. However, dax doesn't depend on hugetlb. Commit 414fd080d125 "mm/gup: fix guppmdrange for dax" fixed...

5.5CVSS6.7AI score0.00255EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 8:08 a.m.18 views

CVE-2022-48985

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi workdone After calling napicompletedone, the NAPIFSTATESCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq-workdone. If the other thread for...

4.1CVSS4.5AI score0.0059EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 7:15 a.m.19 views

CVE-2022-49003

A vulnerability was found in the Linux kernel's NVMe driver, involving a race condition in multipath configurations with RDMA connections. The nvmenshead list that tracks NVMe namespaces is not properly synchronized with the SRCU lock in the nvmempathrevalidatepaths function. This can cause a...

4.7CVSS4.3AI score0.00618EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 5:49 a.m.20 views

CVE-2022-48982

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: 71.986122 Call Trace: 71.986124 71.986125...

5.5CVSS6.8AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 5:21 a.m.15 views

CVE-2022-49004

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

4.4CVSS6.8AI score0.00245EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:50 a.m.6 views

SUSE CVE-2024-50023

In the Linux kernel, the following vulnerability has been resolved: net: phy: Remove LED entry from LEDs list on unregister Commit c938ab4da0eb "net: phy: Manual remove LEDs to ensure correct ordering" correctly fixed a problem with using devm but missed removing the LED entry from the LEDs list...

5.5CVSS7.6AI score0.00235EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.4 views

SUSE CVE-2024-50040

In the Linux kernel, the following vulnerability has been resolved: igb: Do not bring the device up after non-fatal error Commit 004d25060c78 "igb: Fix igbdown hung on surprise removal" changed igbioerrordetected to ignore non-fatal pcie errors in order to avoid hung task that can happen when...

5.5CVSS6.3AI score0.00258EPSS
SaveExploits0References16
Rows per page
Query Builder