Lucene search
+L

13086 matches found

RedhatCVE
RedhatCVE
added 2025/02/26 3:26 p.m.20 views

CVE-2025-27272

Improper Control of Filename for Include/Require Statement in PHP Program 'PHP Remote File Inclusion' vulnerability in vinagecko VG PostCarousel vg-postcarousel allows PHP Local File Inclusion.This issue affects VG PostCarousel: from n/a through = 1.1...

7.5CVSS7.2AI score0.00765EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/26 2:27 p.m.12 views

CVE-2022-49317

In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid infinite loop to flush node pages xfstests/generic/475 can give EIO all the time which give an infinite loop to flush node page like below. Let's avoid it. 16418.518551 Call Trace: 16418.518553 ? dmsubmitbio+0x48/0x40...

5.5CVSS6.3AI score0.00223EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 2:0 p.m.21 views

CVE-2022-49480

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imxhdmiprobe offinddevicebynode takes reference, we should use putdevice to release it. when devmkzalloc fails, it doesn't have a putdevice, it will cause refcount leak. Add missing putdevice ...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:34 p.m.10 views

CVE-2022-49541

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential double free during failed mount RHBZ: https://bugzilla.redhat.com/showbug.cgi?id=2088799...

7.8CVSS6.4AI score0.00299EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:32 p.m.7 views

CVE-2022-49442

In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compactionregisternode in registernode. But we forgot to remove it in unregisternode. Thus compaction sysfs file is leaked. Using...

5.5CVSS6.2AI score0.00291EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:0 p.m.7 views

CVE-2022-49643

In the Linux kernel, the following vulnerability has been resolved: ima: Fix a potential integer overflow in imaappraisemeasurement When the ima-modsig is enabled, the rc passed to evmverifyxattr may be negative, which may cause the integer overflow problem...

5.5CVSS6.5AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:0 p.m.7 views

CVE-2022-49539

In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER system error recover L2 reset process and ieee80211restarthw which is called by L2 reset process eventuall...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 11:27 a.m.15 views

CVE-2022-49612

In the Linux kernel, the following vulnerability has been resolved: power: supply: core: Fix boundary conditions in interpolation The functions powersupplytemp2resistsimple and powersupplyocv2capsimple handle boundary conditions incorrectly. The change was introduced in...

5.5CVSS6.3AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 11:26 a.m.10 views

CVE-2022-49516

A potential NULL point vulnerability was found in the Linux kernel. The icegetvfvsi function can return NULL in some cases when handling messages during a reset where the VSI is being removed and recreated, resulting in a loss of system availability. Mitigation Mitigation for this issue is either...

5.5CVSS5.2AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 11:26 a.m.10 views

CVE-2022-49235

In the Linux kernel, the following vulnerability has been resolved: ath9khtc: fix uninit value bugs Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization. In htcconnectservice svcmetalen and pad are not initialized. Based on code it looks like in current sk...

5.5CVSS6.7AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 10:59 a.m.22 views

CVE-2022-49448

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 10:58 a.m.24 views

CVE-2022-49057

In the Linux kernel, the following vulnerability has been resolved: block: nullblk: end timed out poll request When poll request is timed out, it is removed from the poll list, but not completed, so the request is leaked, and never get chance to complete. Fix the issue by ending it in timeout...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 10:26 a.m.15 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

5.5CVSS6.1AI score0.00648EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 10:13 a.m.6 views

CGA-WPRR-HMRM-CP2W

Bulletin has no description...

8.7CVSS7.5AI score0.00385EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/26 8:54 a.m.7 views

CVE-2022-49724

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix freeirq on remove Pass the correct devid to freeirq to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 freeirq Trying to free already-free IRQ 65 Call Trace:...

6.3AI score0.00271EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/02/26 8:7 a.m.10 views

CVE-2022-49155

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Suppress a kernel complaint in qlacreateqpair 12.323788 BUG: using smpprocessorid in preemptible 00000000 code: systemd-udevd/1020 12.332297 caller is qla2xxxcreateqpair+0x32a/0x5d0 qla2xxx 12.338417 CPU: 7 PID: 10...

5.5CVSS6.2AI score0.00266EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 7:54 a.m.23 views

CVE-2022-49418

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix free of uninitialized nfs4label on referral lookup. Send along the already-allocated fattr along with nfs4fslocations, and drop the memcpy of fattr. We end up growing two more allocations, but this fixes up a crash as:...

5.5CVSS6.4AI score0.00511EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 7:53 a.m.29 views

CVE-2025-27148

Gradle is a build automation tool, and its native-platform tool provides Java bindings for native APIs. On Unix-like systems, the system temporary directory can be created with open permissions that allow multiple users to create and delete files within it. This library initialization could be...

8.8CVSS8.5AI score0.00235EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/26 5:57 a.m.3 views

BELL-CVE-2025-26595

Bulletin has no description...

7.8CVSS7.7AI score0.00429EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 5:57 a.m.1 views

BELL-CVE-2025-26596

Bulletin has no description...

7.8CVSS7.7AI score0.00429EPSS
SaveExploits0References1
Rows per page
Query Builder