Lucene search
+L

14652 matches found

Zero Day Initiative
Zero Day Initiative
added 2023/08/09 12:00 a.m.64 views

Western Digital MyCloud PR4100 CGI API Command Injection Remote Code Execution Vulnerability

This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of the Western Digital MyCloud PR4100 NAS device. Authentication is required to exploit this vulnerability. The specific flaw exists within the CGI API. The issue results from the lack of prop...

8CVSS7.3AI score
SaveExploits0
NVD
NVD
added 2023/08/08 10:15 a.m.25 views

CVE-2023-21643

Memory corruption due to untrusted pointer dereference in automotive during system call...

9.1CVSS9.4AI score0.00239EPSS
SaveExploits0References1
NVD
NVD
added 2023/08/08 10:15 a.m.36 views

CVE-2022-40510

Memory corruption due to buffer copy without checking size of input in Audio while voice call with EVS vocoder...

9.8CVSS9.8AI score0.00427EPSS
SaveExploits0References1
Prion
Prion
added 2023/08/08 10:15 a.m.24 views

Memory corruption

Memory corruption due to untrusted pointer dereference in automotive during system call...

4.3CVSS7.7AI score0.00239EPSS
SaveExploits0References1
Prion
Prion
added 2023/08/08 10:15 a.m.31 views

Design/Logic Flaw

In the function call related to CAMREQMGRRELEASEBUF there is no check if the buffer is being used. So when a function called cammemgetcpubuf to get the kernel va to use, another thread can call CAMREQMGRRELEASEBUF to unmap the kernel va which cause UAF of the kernel address...

4.3CVSS7.5AI score0.00122EPSS
SaveExploits0References1
Prion
Prion
added 2023/08/08 10:15 a.m.30 views

Memory corruption

Memory corruption due to buffer copy without checking size of input in Audio while voice call with EVS vocoder...

7.5CVSS9.6AI score0.00427EPSS
SaveExploits0References1
CVE
CVE
added 2023/08/08 9:15 a.m.140 views

CVE-2023-28577

CVE-2023-28577 describes a kernel-use-after-free (UAF) condition in Qualcomm components where, during CAM_REQ_MGR_RELEASE_BUF, a check is not performed to verify whether the buffer is still in use. If a thread calls cam_mem_get_cpu_buf to retrieve a kernel virtual address (VA) and another thread ...

7.8CVSS6.9AI score0.00122EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2023/08/08 9:14 a.m.86 views

CVE-2023-21643

CVE-2023-21643 involves memory corruption due to an untrusted pointer dereference in automotive systems during a system call. The core vulnerability is a pointer dereference leading to memory corruption in an automotive context, with both NVD’s local access impact (CVSSv3.1: base 7.8, HIGH/LOCAL)...

9.1CVSS8AI score0.00239EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2023/08/08 9:14 a.m.90 views

CVE-2023-21627

CVE-2023-21627 is a memory corruption issue in the Trusted Execution Environment when a service API is called with an invalid address. The vulnerability affects Qualcomm components (TEE) and is documented in multiple feeds, with the NVD/NIST entry noting memory corruption and a base CVSS v3.1 sco...

7.8CVSS7.2AI score0.00122EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2023/08/08 9:14 a.m.111 views

CVE-2022-40510

The CVE-2022-40510 issue affects Qualcomm closed-source audio components during EVS-based voice calls. Root cause: memory corruption from a buffer copy that does not validate input size when processing audio. Impact, as stated: high confidentiality, integrity, and availability implications with n...

9.8CVSS9.8AI score0.00427EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2023/08/08 12:00 a.m.13 views

Qualcomm Chip Buffer Error Vulnerability

A Qualcomm chip is a chip from Qualcomm Incorporated USA. A way to miniaturize circuits mainly semiconductor devices, but also passive components, etc. and are often manufactured on the surface of semiconductor wafers. The Qualcomm chip suffers from a security vulnerability that stems from memory...

9.1CVSS6.9AI score0.00239EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/08/08 12:00 a.m.12 views

PT-2023-18307 · Qualcomm · Snapdragon +19

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 due to an untrusted pointer dereference in automotive systems during a system call. This can potentially lead to...

9.1CVSS7.2AI score0.00239EPSS
SaveExploits0References3
Malwarebytes
Malwarebytes
added 2023/08/07 9:30 p.m.25 views

FCC comes down hard on robocallers with record $300m fine

Robocallers are in the news after the FCC issued a $300 million forfeiture to a persistent offender and shut down their operation. A robocall network makes use of automated software diallers to spam out large numbers of cold calls to unsuspecting recipients. These calls promise much but give very...

6.9AI score
SaveExploits0
Prion
Prion
added 2023/08/07 7:15 p.m.29 views

Xxe

Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine EVM. In versions 0.2.15, 0.2.16 and 0.3.0, named re-entrancy locks are allocated incorrectly. Each function using a named re-entrancy lock gets a unique lock regardless of the key, allowing cross-function re-entrancy in...

2.6CVSS5.6AI score0.00821EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
added 2023/08/07 12:00 a.m.16 views

RETURN VALUE OF LOW LEVEL call FUNCTION IS NOT CHECKED FOR SUCCESFUL VALUE TRANSFER

Lines of code Vulnerability details Impact The V3Proxy.swapTokensForExactETH and V3Proxy.swapExactTokensForETH functions use the low level call function to transfer Eth to the msg.sender as shown below: payablemsg.sender.callvalue: amountOut""; But there is no verification of the return value of...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/07 12:00 a.m.24 views

CONTROLLED LOW-LEVEL CALL

Lines of code Vulnerability details Impact The contract was using call which was accepting address controlled by a user. This can have devastating effects on the contract as a delegate call allows the contract to execute code belonging to other contracts but using it’s own storage. This can very...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/07 12:00 a.m.16 views

Unchecked Call Return Value

Lines of code Vulnerability details Impact The functions do not check the return value of low-level calls. This can lock Ether in the contract if the call fails or may compromise the contract if the ownership is being changed. The following calls were detected without return value validations -...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2023/08/06 7:54 p.m.21 views

Authorization Bypass

gitlab is vulnerable to Authorization Bypass. The vulnerability exists because of an instance that has the setting to disable Bitbucket Server import enabled allowing an attacker to bypass by making a crafted API call...

4.3CVSS6.7AI score0.0093EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2023/08/06 5:13 a.m.32 views

Command Injection

snapd is vulnerable to Command Injection. The vulnerability exists in the IOCTL system call handler due to lack of parameter checks which allows an attacker to inject and execute arbitrary commands...

10CVSS7.3AI score0.01447EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
added 2023/08/04 12:00 a.m.31 views

The USDOMarketModule contract's lend function allows for dangerous call delegation

Lines of code Vulnerability details Impact The USDOMarketModule contract is a module that is used by the BaseUSDO contract to facilitate functionality for market actions. The module functionality is invoked through the invocation of a delegatecall within the BaseUSDO contract's executeModule...

7.1AI score
SaveExploits0
Rows per page
Query Builder