Lucene search
+L

94 matches found

RedhatCVE
RedhatCVE
added 2025/12/31 6:48 a.m.14 views

CVE-2023-54176

In the Linux kernel, the following vulnerability has been resolved: mptcp: stricter state check in mptcpworker As reported by Christoph, the mptcp protocol can run the worker when the relevant msk socket is in an unexpected state: connect // incoming reset + fastclose // the mptcp worker is...

5.8CVSS5.2AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/31 6:22 a.m.13 views

CVE-2023-54283

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.5CVSS5.8AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/31 4:57 a.m.6 views

CVE-2023-54185

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUGON's in addnewfreespace At addnewfreespace we have these BUGON's that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very...

5.5CVSS5.8AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/30 11:12 p.m.3 views

CVE-2023-54171

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak of iter-temp when reading tracepipe kmemleak reports: unreferenced object 0xffff88814d14e200 size 256: comm "cat", pid 336, jiffies 4294871818 age 779.490s hex dump first 32 bytes: 04 00 01 03 00 00 00 00...

5.5CVSS5.7AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/30 10:57 p.m.2 views

CVE-2023-54216

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix using eswitch mapping in nic mode Cited patch is using the eswitch object mapping pool while in nic mode where it isn't initialized. This results in the trace below 0. Fix that by using either nic or eswitch...

5.3CVSS5.4AI score0.00125EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/30 10:32 p.m.3 views

CVE-2022-50860

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

5.5AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 4:10 a.m.6 views

CVE-2022-50759

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5648: Free V4L2 fwnode data on unbind The V4L2 fwnode data structure doesn't get freed on unbind, which leads to a memleak...

5.8AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 2:27 a.m.14 views

CVE-2023-54128

In the Linux kernel, the following vulnerability has been resolved: fs: drop peer group ids under namespace lock When cleaning up peer group ids in the failure path we need to make sure to hold on to the namespace lock. Otherwise another thread might just turn the mount from a shared into a...

5.5CVSS5.6AI score0.00147EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/24 11:32 p.m.9 views

CVE-2023-54141

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Add missing hwops-getringselector for IPQ5018 During sending data after clients connected, hwops-getringselector will be called. But for IPQ5018, this member isn't set, and the following NULL pointer exception will ...

5.8CVSS5.2AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 2:30 a.m.4 views

CVE-2025-68182

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix potential use after free in iwlmldremovelink This code frees "link" by calling kfreerculink, rcuhead and then it dereferences "link" to get the "link-fwid". Save the "link-fwid" first to avoid a potential use...

7CVSS5.8AI score0.00213EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 12:59 a.m.11 views

CVE-2025-40358

In the Linux kernel, the following vulnerability has been resolved: riscv: stacktrace: Disable KASAN checks for non-current tasks Unwinding the stack of a task other than current, KASAN would report "BUG: KASAN: out-of-bounds in walkstackframe+0x41c/0x460" There is a same issue on x86 and has bee...

5.5AI score0.00147EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 9:10 p.m.3 views

CVE-2025-68257

In the Linux kernel, the following vulnerability has been resolved: comedi: check device's attached status in compat ioctls Syzbot identified an issue 1 that crashes kernel, seemingly due to unexistent callback dev-getvalidroutes. By all means, this should not occur as said callback must always b...

5.5AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/09 7:41 p.m.5 views

CVE-2025-14323

Privilege escalation in the DOM: Notifications component. This vulnerability affects Firefox 146, Firefox ESR 115.31, Firefox ESR 140.6, Thunderbird 146, and Thunderbird 140.6...

8.8CVSS6.2AI score0.00405EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/09 3:11 p.m.5 views

CVE-2025-40342

No description is available for this CVE...

4.7CVSS6.5AI score0.0036EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/09 3:9 p.m.6 views

CVE-2025-40338

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

5.2CVSS5.6AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/11/11 7:9 p.m.2 views

CVE-2025-13015

Spoofing issue in Firefox. This vulnerability affects Firefox 145, Firefox ESR 140.5, Firefox ESR 115.30, Thunderbird 145, and Thunderbird 140.5...

3.4CVSS6AI score0.00262EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/11/11 7:7 p.m.6 views

CVE-2025-13022

Incorrect boundary conditions in the Graphics: WebGPU component. This vulnerability affects Firefox 145 and Thunderbird 145...

9.8CVSS6AI score0.00358EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/10/30 5:0 p.m.3 views

CVE-2025-40100

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not assert we found block group item when creating free space tree Currently, when building a free space tree at populatefreespacetree, if we are not using the block group tree feature, we always expect to find block...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/10/22 6:23 p.m.12 views

CVE-2023-53720

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Release the label when replacing existing ct entry Cited commit doesn't release the label mapping when replacing existing ct entry which leads to following memleak report: unreferenced object 0xffff8881854cf280 size 96...

4.1CVSS5.8AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/26 12:46 p.m.18 views

CVE-2025-10945

A security vulnerability has been detected in nuz007 smsboom up to 01b2f35bbbc23f3e0f60f38ca0e3d1b286f8d674. Impacted is an unknown function of the file d.php. Such manipulation of the argument hm leads to cross site scripting. The attack may be launched remotely. This product operates on a rolli...

5.1CVSS5.5AI score0.00233EPSS
SaveExploits0References1
Rows per page
Query Builder