Lucene search
+L

13092 matches found

RedhatCVE
RedhatCVE
added 2025/02/26 10:26 a.m.16 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.00659EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 10:13 a.m.7 views

CGA-WPRR-HMRM-CP2W

Bulletin has no description...

8.7CVSS7.5AI score0.00391EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/26 8:54 a.m.8 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:07 a.m.11 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.0052EPSS
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.5 views

BELL-CVE-2025-26594

Bulletin has no description...

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

BELL-CVE-2025-26596

Bulletin has no description...

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

BELL-CVE-2025-26600

Bulletin has no description...

7.8CVSS7.7AI score0.00386EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 2:24 a.m.13 views

CVE-2022-49717 irqchip/apple-aic: Fix refcount leak in build_fiq_affinity

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in buildfiqaffinity offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS4.9AI score
SaveExploits0References5
OSV
OSV
added 2025/02/26 2:24 a.m.13 views

CVE-2022-49715 irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gicpopulateppipartitions offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.7AI score
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:24 a.m.13 views

CVE-2022-49670 linux/dim: Fix divide by 0 in RDMA DIM

In the Linux kernel, the following vulnerability has been resolved: linux/dim: Fix divide by 0 in RDMA DIM Fix a divide 0 error in rdmadimstatscompare when prev-cperatio == 0. CallTrace: Hardware name: H3C R4900 G3/RS33M2C9S, BIOS 2.00.37P21 03/12/2020 task: ffff880194b78000 task.stack:...

7.5CVSS5.2AI score
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49595 tcp: Fix a data-race around sysctl_tcp_probe_threshold.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpprobethreshold. While reading sysctltcpprobethreshold, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS5.6AI score
SaveExploits0References11
OSV
OSV
added 2025/02/26 2:13 a.m.23 views

CVE-2022-49507 regulator: da9121: Fix uninit-value in da9121_assign_chip_model()

In the Linux kernel, the following vulnerability has been resolved: regulator: da9121: Fix uninit-value in da9121assignchipmodel KASAN report slab-out-of-bounds in regmapinit as follows: BUG: KASAN: slab-out-of-bounds in regmapinit drivers/base/regmap/regmap.c:841 Read of size 1 at addr...

5.5CVSS5.2AI score
SaveExploits0References7
OSV
OSV
added 2025/02/26 2:13 a.m.17 views

CVE-2022-49486 ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imxsgtl5000probe offindi2cdevicebynode takes a reference, In error paths, we should call putdevice to drop the reference to aviod refount leak...

5.5CVSS5.2AI score
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:11 a.m.13 views

CVE-2022-49391 remoteproc: mtk_scp: Fix a potential double free

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so there is no need to free it explicitly in the remove function...

7.8CVSS5.6AI score
SaveExploits0References5
OSV
OSV
added 2025/02/26 2:11 a.m.16 views

CVE-2022-49346 net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiqgswip: Fix refcount leak in gswipgphyfwlist Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. when breaking early from a foreachavailablechildofnode loop, we need ...

5.5CVSS5.2AI score
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:10 a.m.12 views

CVE-2022-49342 net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcmamdiomiiregister ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.2AI score
SaveExploits0References6
OSV
OSV
added 2025/02/26 1:56 a.m.9 views

CVE-2022-49293 netfilter: nf_tables: initialize registers in nft_do_chain()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: initialize registers in nftdochain Initialize registers to avoid stack leak into userspace...

5.2AI score
SaveExploits0References12
Rows per page
Query Builder