Lucene search
+L

7352 matches found

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

SUSE CVE-2024-42151

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpfdummystructops.test1 parameter as nullable Test case dummystops/dummyinitretvalue passes NULL as the first parameter of the test1 function. Mark this parameter as nullable to make verifier aware of such possibility...

5.5CVSS7.7AI score0.00182EPSS
SaveExploits0References3
Amazon
Amazon
added 2024/08/06 12:0 a.m.43 views

Medium: openssl

Issue Overview: Issue summary: Calling the OpenSSL API function SSLselectnextproto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected applicati...

9.1CVSS8.3AI score0.05582EPSS
SaveExploits1
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/08/05 4:10 a.m.5 views

Malicious code in nvmfix (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 147e71ec4a806f079f678e7df61fa161680442319b62f425a34e7e8bd87b1e85 The OpenSSF Package Analysis project identified 'nvmfix' @ 1.0.3 npm as malicious. It is considered malicious because: - The package communicate...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/05 12:0 a.m.10 views

PT-2024-19859 · Qualcomm · Snapdragon +92

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue involves memory corruption that occurs when mapped pages in VBO are still mapped after being reclaimed by a shrinker. This can lead to...

8.4CVSS6.7AI score0.00115EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/07/31 12:36 p.m.17 views

Improper Input Validation

@fuel-ts/account is vulnerable to Improper Input Validation. The vulnerability is caused due to the fund function in fuels-ts/packages/account/src/account.ts which gets the needed resources statelessly with the function getResourcesToSpend without taking into consideration already used UTXOs. Thi...

3.1CVSS6.7AI score0.00309EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/07/31 2:50 a.m.3 views

MAL-2024-7882 Malicious code in miapimanager-fe (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis a1401d4d9e906af349022a130fd98dff7fd5a66545792c1f31587312907431e6 The OpenSSF Package Analysis project identified 'miapimanager-fe' @ 1.0.0 npm as malicious. It is considered malicious because: - The package...

7.4AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/07/31 2:50 a.m.4 views

Malicious code in miapimanager-fe (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis a1401d4d9e906af349022a130fd98dff7fd5a66545792c1f31587312907431e6 The OpenSSF Package Analysis project identified 'miapimanager-fe' @ 1.0.0 npm as malicious. It is considered malicious because: - The package...

7.2AI score
SaveExploits0
CNVD
CNVD
added 2024/07/31 12:0 a.m.9 views

Command Execution Vulnerability in Tianrongxin Internet Behavior Management System of Beijing Tianrongxin Technology Co. Ltd (CNVD-2024-37302)

Beijing Tianrongxin Technology Co., Ltd. is a solution provider of information security products and services in China. Beijing Tianrongxin Technology Co., Ltd Tianrongxin Internet behavior management system has a command execution vulnerability that can be exploited by attackers to gain control ...

7.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/07/30 9:13 p.m.34 views

The fuels-ts typescript SDK has no awareness of to-be-spent transactions

Brief/Intro The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The Typescript SDK provides the fund function which retrieves UTXOs, which belong to the owner and can be used to fund t...

3.1CVSS6.8AI score0.00309EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/07/30 9:13 p.m.40 views

GHSA-3JCG-VX7F-J6QF The fuels-ts typescript SDK has no awareness of to-be-spent transactions

Brief/Intro The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The Typescript SDK provides the fund function which retrieves UTXOs, which belong to the owner and can be used to fund t...

3.1CVSS3.8AI score0.00309EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/30 7:42 p.m.103 views

CVE-2024-41945

The fuels-ts vulnerability centers on the fund function in fuels-ts/packages/account/src/account.ts, which gathers needed UTXOs using getResourcesToSpend without excluding already used UTXOs. This stateless approach can yield inputs that become invalid within the same block, causing transactions ...

3.1CVSS4AI score0.00309EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/07/30 7:42 p.m.27 views

CVE-2024-41945 The fuels-ts typescript SDK has no awareness of to-be-spent transactions

fuels-ts is a library for interacting with Fuel v2. The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The problem occurs, because the fund function in...

3.1CVSS0.00309EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/30 7:42 p.m.15 views

CVE-2024-41945 The fuels-ts typescript SDK has no awareness of to-be-spent transactions

fuels-ts is a library for interacting with Fuel v2. The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The problem occurs, because the fund function in...

3.1CVSS6.8AI score0.00309EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/30 8:15 a.m.37 views

CVE-2024-42227

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

4.7CVSS0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/30 8:15 a.m.4 views

DEBIAN-CVE-2024-42145

In the Linux kernel, the following vulnerability has been resolved: IB/core: Implement a limit on UMAD receive List The existing behavior of ibumad, which maintains received MAD packets in an unbounded list, poses a risk of uncontrolled growth. As user-space applications extract packets from this...

5.5CVSS5.6AI score0.00871EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.14 views

UBUNTU-CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References30
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.41 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/30 7:47 a.m.24 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

5.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.13 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

6.8AI score0.00179EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/30 12:0 a.m.9 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 originates from a UBSAN array index out-of-bounds in the bnx2x module when using systems with more than 32 physical CPU cor...

7.8CVSS6.4AI score0.00259EPSS
SaveExploits0References9
Rows per page
Query Builder