Lucene search
+L

675 matches found

SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.5 views

SUSE CVE-2024-42152

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmetsqdestroy we capture sq-ctrl early and if it is non-NULL we know that a ctrl was allocated in the admin connect request handler and we need to release...

5.5CVSS6.1AI score0.00733EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/08/01 12:0 a.m.12 views

biscuit-rust 安全漏洞

biscuit-rust is a Rust implementation of the Biscuit authorization token from the biscuit-auth open source. A security vulnerability exists in biscuit-rust version 4, which stems from the fact that a malicious user's spoofed third-party block request can trick a third-party organization into...

6.4CVSS6.5AI score0.00237EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/30 12:0 a.m.6 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 originates in the nvmet module when destroying controllers, if during qp creation, there may be a small window that...

4.7CVSS6.4AI score0.00733EPSS
SaveExploits0References7
Malwarebytes
Malwarebytes
added 2024/07/16 2:26 p.m.11 views

AI device Rabbit r1 logged user interactions without an option to erase them before selling

Rabbit, the manufacturer of the Artificial Intelligence AI assistant r1 has issued a security advisory telling users its found a potential security risk. If a user loses or sells their device, a person in possession of the r1 could potentially jailbreak the device and gain access to files that...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/15 12:0 a.m.23 views

PT-2024-29869

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability has been resolved in the Linux kernel. The issue is related to the dasd copy pair store function, where dasd add busid can return an error via ERR PTR if an allocation...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.8 views

SUSE CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

4.7CVSS6.5AI score0.00225EPSS
SaveExploits0References8
CVE
CVE
added 2024/06/21 12:0 a.m.62 views

CVE-2024-35537

CVE-2024-35537 affects TVS Motor Company Limited TVS Connect on Android v4.6.0 and iOS v5.0.0. The root cause is insecure handling of the RSA key pair, which could allow an attacker to decrypt and access sensitive information. Publicly available documents consistently describe the issue as improp...

7.5CVSS6.9AI score0.00344EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

DEBIAN-CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
Spring Security Advisories
Spring Security Advisories
added 2024/06/18 12:0 a.m.12 views

Spring Tips: Introducing Spring Modulith

Hi, Spring fans! In this installment we look at the amazing Spring Modulith project. It's goal is to help you better structure your codebase for architectural scalability. It's an amazing and refreshing approach to building applications. Think of it like a chance to pair program on the architectu...

7.2AI score
SaveExploits0
NVD
NVD
added 2024/06/17 8:15 a.m.29 views

CVE-2024-36289

Reusing a nonce, key pair in encryption issue exists in "FreeFrom - the nostr client" App versions prior to 1.3.5 for Android and iOS. If this vulnerability is exploited, the content of direct messages DMs between users may be manipulated by a man-in-the-middle attack...

5.3CVSS0.00234EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/17 7:34 a.m.18 views

CVE-2024-36289

Reusing a nonce, key pair in encryption issue exists in "FreeFrom - the nostr client" App versions prior to 1.3.5 for Android and iOS. If this vulnerability is exploited, the content of direct messages DMs between users may be manipulated by a man-in-the-middle attack...

6.9AI score0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/17 7:34 a.m.64 views

CVE-2024-36289

CVE-2024-36289 concerns FreeFrom - the nostr client prior to version 1.3.5. The vulnerability arises from reusing a nonce/key pair in encryption, enabling a man-in-the-middle to potentially manipulate the content of direct messages (DMs) between users. Affected platforms include Android and iOS a...

5.3CVSS6.7AI score0.00234EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/06/05 10:5 a.m.7 views

kernel: RDMA/qedr: Fix qedr_create_user_qp error flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix qedrcreateuserqp error flow The Linux kernel CVE team has assigned CVE-2024-26743 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024040301-CVE-2024-26743-6034@gregkh/T...

5.5CVSS6.8AI score0.00242EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/29 2:19 p.m.7 views

SUSE CVE-2023-52851

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.12 views

kernel: RDMA/efa: Fix wrong resources deallocation order

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.7 views

UBUNTU-CVE-2023-52851

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

7.8CVSS5.7AI score0.00238EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

DEBIAN-CVE-2021-47378

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS5.6AI score0.01166EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.28 views

UBUNTU-CVE-2021-47378

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS6.2AI score0.01166EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.6 views

SUSE CVE-2022-48673

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the QP to the Error state, all RX WR would be completed with WC in IBWCWRFLUSHERR status. Current implementation does not wait for it is done, but destroy...

6.4CVSS6.3AI score0.00504EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/05/06 12:0 a.m.8 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that originates from a memory corruption that occurs when validating serialized headers when generating key pairs...

8.4CVSS6.8AI score0.00111EPSS
SaveExploits0References3
Rows per page
Query Builder