Lucene search
+L

7754 matches found

OSV
OSV
•added 2025/02/26 7:01 a.m.•12 views

DEBIAN-CVE-2022-49439

In the Linux kernel, the following vulnerability has been resolved: powerpc/fslrio: Fix refcount leak in fslriosetup ofparsephandle 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.3AI score0.00262EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•13 views

DEBIAN-CVE-2022-49408

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in parseapplysbmountoptions If processing the on-disk mount options fails after any memory was allocated in the ext4fscontext, e.g. sqfnames, then this memory is leaked. Fix this by calling ext4fcfree instea...

5.5CVSS5.3AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•10 views

UBUNTU-CVE-2022-49421

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle 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.5CVSS6.2AI score0.00291EPSS
SaveExploits0References12
OSV
OSV
•added 2025/02/26 7:01 a.m.•10 views

UBUNTU-CVE-2022-49683

In the Linux kernel, the following vulnerability has been resolved: iio: adc: adi-axi-adc: Fix refcount leak in adiaxiadcattachclient ofparsephandle 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.5CVSS6.2AI score0.00268EPSS
SaveExploits0References7
OSV
OSV
•added 2025/02/26 7:01 a.m.•15 views

UBUNTU-CVE-2022-49482

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxssaifprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

5.5CVSS6.2AI score0.00268EPSS
SaveExploits0References12
OSV
OSV
•added 2025/02/26 7:01 a.m.•13 views

UBUNTU-CVE-2022-49712

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xxudc: Fix refcount leak in lpc32xxudcprobe ofparsephandle 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.5CVSS6.2AI score0.00259EPSS
SaveExploits0References11
OSV
OSV
•added 2025/02/26 7:01 a.m.•10 views

UBUNTU-CVE-2022-49243

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.5CVSS6.2AI score0.00268EPSS
SaveExploits0References12
OSV
OSV
•added 2025/02/26 7:00 a.m.•12 views

DEBIAN-CVE-2022-49180

In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacyparseparam The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that it does not recognize an input. In this particular...

5.5CVSS5.4AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:00 a.m.•20 views

UBUNTU-CVE-2022-49180

In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacyparseparam The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that it does not recognize an input. In this particular...

5.5CVSS6.1AI score0.00269EPSS
SaveExploits0References9
OSV
OSV
•added 2025/02/26 6:37 a.m.•9 views

DEBIAN-CVE-2021-47654

In the Linux kernel, the following vulnerability has been resolved: samples/landlock: Fix pathlist memory leak Clang static analysis reports this error sandboxer.c:134:8: warning: Potential leak of memory pointed to by 'pathlist' ret = 0; ^ pathlist is allocated in parsepath but never freed...

5.5CVSS5.6AI score0.00261EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2025/02/26 2:13 a.m.•5 views

CVE-2022-49530 drm/amd/pm: fix double free in si_parse_power_table()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in siparsepowertable In function siparsepowertable, array adev-pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code...

6.5AI score0.00284EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
•added 2025/02/26 2:13 a.m.•5 views

CVE-2022-49481 regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuzeparseregulatorsdt ofnodeget returns a node with refcount incremented. Calling ofnodeput to drop the reference when not needed anymore...

6.4AI score0.00268EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
•added 2025/02/26 2:13 a.m.•5 views

CVE-2022-49477 ASoC: samsung: Fix refcount leak in aries_audio_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: samsung: Fix refcount leak in ariesaudioprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done. If extconfindedevbynode fails, it doesn't call ofnodeput Calling...

6.4AI score0.00261EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2025/02/26 2:13 a.m.•6 views

CVE-2022-49473 ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*

In the Linux kernel, the following vulnerability has been resolved: ASoC: ti: j721e-evm: Fix refcount leak in j721esocprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

6.4AI score0.00261EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2025/02/26 2:12 a.m.•8 views

CVE-2022-49439 powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup

In the Linux kernel, the following vulnerability has been resolved: powerpc/fslrio: Fix refcount leak in fslriosetup ofparsephandle 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.9AI score0.00262EPSS
SaveExploits0References8
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a failure to check macid in the rtw89phycfoparse function, resulting in an array out-of-bounds...

7.8CVSS5.9AI score0.00321EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a node reference returned by ofparsephandle not being properly freed in ariesaudioprobe...

5.5CVSS5.5AI score0.00261EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2025/02/26 12:00 a.m.•35 views

Amazon Linux 2023 : soci-snapshotter (ALAS2023-2025-858)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2025-858 advisory. An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service...

7.2AI score0.00868EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a reference count leak due to a missing ofnodeput in wcd934xcodecparsedata...

5.5CVSS5.4AI score0.00268EPSS
SaveExploits0References6
Amazon
Amazon
•added 2025/02/25 12:00 a.m.•12 views

Low: docker

Issue Overview: golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in ParseWithClaims can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors...

3.1CVSS6.9AI score0.0051EPSS
SaveExploits0
Rows per page
Query Builder