Lucene search
+L

5986 matches found

OSV
OSV
added 2024/03/02 9:59 p.m.11 views

CVE-2023-52566 nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfsgccachesubmitreaddata In nilfsgccachesubmitreaddata, brelsebh is called to drop the reference count of bh when the call to nilfsdattranslate fails. If the reference count hits 0 and it...

5.5CVSS6AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.22 views

CVE-2023-52519 HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit The EHL Elkhart Lake based platforms provide a OOB Out of band service, which allows to wakup device when the system is in S5 Soft-Off state. This OOB service can be...

6.6AI score0.00235EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.5 views

SUSE CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

2.3CVSS5.9AI score0.00238EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/03/02 12:0 a.m.8 views

Linux kernel security vulnerabilities

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. An attacker could exploit this vulnerability to cause a reference count overflow...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/03/02 12:0 a.m.14 views

Linux kernel security vulnerabilities

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 the presence of a node reference count leak...

7.1CVSS6.5AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/01 5:32 a.m.36 views

CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

2.3CVSS6.5AI score0.00238EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/03/01 4:8 a.m.7 views

SUSE CVE-2021-46947

In the Linux kernel, the following vulnerability has been resolved: sfc: adjust efx-xdptxqueuecount with the real number of initialized queues efx-xdptxqueuecount is initially initialized to numpossiblecpus and is later used to allocate and traverse efx-xdptxqueues lookup array. However, we may e...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References3
NVD
NVD
added 2024/02/29 11:15 p.m.16 views

CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS7.3AI score0.00238EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/29 11:15 p.m.1 views

DEBIAN-CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/29 11:15 p.m.10 views

CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS7.3AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/02/29 11:15 p.m.28 views

CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/29 11:15 p.m.6 views

UBUNTU-CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/29 10:37 p.m.20 views

CVE-2021-47054 bus: qcom: Put child node before return

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

7.5AI score0.00238EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/02/29 10:37 p.m.28 views

CVE-2021-47054

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

5.5CVSS5.2AI score0.00238EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/29 10:37 p.m.16 views

CVE-2021-47054 bus: qcom: Put child node before return

In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automatically in the macro...

6.7AI score0.00238EPSS
SaveExploits0References8
CVE
CVE
added 2024/02/29 10:37 p.m.115 views

CVE-2021-47054

The CVE-2021-47054 issue is a Linux kernel vulnerability in the bus/qcom subsystem where a reference count leak could occur if the loop using for_each_available_child_of_node() is broken. The fix ensures the child node is put before returning, correcting manual decrement paths for the child when ...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References8Affected Software1
Snyk
Snyk
added 2024/02/29 8:46 p.m.10 views

Heap-based Buffer Overflow

Overview Affected versions of this package are vulnerable to Heap-based Buffer Overflow due to the improper handling of objects in memory by the std::sharedcount function. An attacker can cause a denial of service by crafting a malicious input. PoC c git clone https://github.com/qpdf/qpdf cd qpdf...

7.5CVSS6.8AI score0.00436EPSS
SaveExploits1References2
OSV
OSV
added 2024/02/29 8:15 p.m.5 views

UBUNTU-CVE-2024-24246

Heap Buffer Overflow vulnerability in qpdf 11.9.0 allows attackers to crash the application via the std::sharedcount function at /bits/sharedptrbase.h...

5.5CVSS5.8AI score0.00436EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2024/02/29 9:3 a.m.32 views

CVE-2023-51775

A flaw was found in the jose.4.j jose4j library. The JWE key management algorithms based on PBKDF2 require a JOSE Header Parameter called p2c PBES2 Count. This parameter dictates the number of PBKDF2 iterations needed to derive a CEK wrapping key. Its primary purpose is to intentionally slow down...

7.5CVSS6.8AI score0.00879EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2024/02/29 8:0 a.m.6 views

The jose2go component before 1.6.0 for Go allows attackers to cause a denial of service (CPU consumption) via a large p2c (aka PBES2 Count) value.

...

7.5CVSS7.3AI score0.00824EPSS
SaveExploits0
Rows per page
Query Builder