Lucene search
+L

6066 matches found

Code423n4
Code423n4
added 2023/09/14 12:00 a.m.16 views

Some Outgoing functions are not supported on the gateway

Lines of code Vulnerability details Impact The gateway serves both outgoing and incoming calls, All incoming calls should have corresponding outgoing calls and vice versa However, some incoming calls like addPool , allowPoolCurrency , addTranche have no corresponding calls via the gateway contrac...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/14 12:00 a.m.13 views

The current axelar router's implementation can't interact with any calls that requires native tokens

Lines of code Vulnerability details Impact Medium... this completely blocks off users that would need to call a contract and want to pass value to them, as they can't do this since the functions are not payable Proof of Concept See summary Additionally take a look at the Axelar's Router.sol and s...

7AI score
SaveExploits0
NVD
NVD
added 2023/09/13 7:15 p.m.29 views

CVE-2023-42469

The com.full.dialer.top.secure.encrypted application through 1.0.1 for Android enables any installed application with no permissions to place phone calls without user interaction by sending a crafted intent via the com.full.dialer.top.secure.encrypted.activities.DialerActivity component...

3.3CVSS3.9AI score0.00324EPSS
SaveExploits1References4
Prion
Prion
added 2023/09/13 7:15 p.m.25 views

Security feature bypass

The com.full.dialer.top.secure.encrypted application through 1.0.1 for Android enables any installed application with no permissions to place phone calls without user interaction by sending a crafted intent via the com.full.dialer.top.secure.encrypted.activities.DialerActivity component...

1.7CVSS4.1AI score0.00324EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/09/13 12:00 a.m.13 views

CVE-2023-42469

The com.full.dialer.top.secure.encrypted application through 1.0.1 for Android enables any installed application with no permissions to place phone calls without user interaction by sending a crafted intent via the com.full.dialer.top.secure.encrypted.activities.DialerActivity component...

6.8AI score0.00324EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2023/09/13 12:00 a.m.12 views

Color Phone Security Vulnerability

Color Phone is a dialer with the ability to change themes. A security vulnerability exists in Color Phone version 2.1.8-2 and earlier, which originated from a vulnerability that allows remote attackers to initiate a phone call without the user's consent...

5.3CVSS6.8AI score0.01173EPSS
SaveExploits1References6
CVE
CVE
added 2023/09/13 12:00 a.m.52 views

CVE-2023-42469

CVE-2023-42469 affects the Android package com.full.dialer.top.secure.encrypted (version 1.0.1). The vulnerability stems from the com.full.dialer.top.secure.encrypted.activities.DialerActivity component, which can be invoked via a crafted intent by any installed app (no permissions) to place phon...

3.3CVSS4.1AI score0.00324EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2023/09/13 12:00 a.m.13 views

PT-2023-28359 · Unknown · Com.Full.Dialer.Top.Secure.Encrypted

Name of the Vulnerable Software and Affected Versions: com.full.dialer.top.secure.encrypted application version 1.0.1 Description: The issue allows any installed application, without requiring permissions, to place phone calls without user interaction. This is achieved by sending a crafted intent...

3.3CVSS3.8AI score0.00324EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2023/09/12 12:00 a.m.13 views

PT-2023-4986 · Microsoft · Exchange Server

Name of the Vulnerable Software and Affected Versions: Microsoft Exchange Server affected versions not specified Description: The issue is related to errors in access control, allowing a remote attacker to execute arbitrary code in the context of the server account by making a network call. This...

8CVSS9.6AI score0.62344EPSS
SaveExploits0References10
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/09/11 6:09 a.m.10 views

Malicious code in aliababcloud-tea-openapi (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: checkmarx 644686188e6f43d2dc595074d7644cba060e6a91b8de18713f4b551a76a6c3b7 Malicious Typosquatting packages campaign targeting developers, steals cloud service credentials Source: google-open-source-security...

7.2AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/09/11 12:00 a.m.9 views

PT-2023-27931 · Sap · S/4Hana

Name of the Vulnerable Software and Affected Versions: S4 HANA versions 102 through 107 Description: The OData service of the S4 HANA, specifically in the Manage checkbook apps, allows an attacker to change the checkbook name by simulating an update OData call. Recommendations: For versions 102...

5.3CVSS5.1AI score0.00439EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2023/09/10 12:00 a.m.23 views

M-08 Unmitigated

Lines of code Vulnerability details Comments The success of low-level calls is not checked in V3Proxy. If msg.sender is a contract and the fallback function has additional logic, the protocol will succeed transfer by default, which will result in the loss of user funds. Mitigation There is no...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/07 12:00 a.m.28 views

Low level calls to accounts with no code will succeed in multiexcall function

Lines of code Vulnerability details Impact Low level calls behave differently than function calls in Solidity. Calls at the EVM level to accounts with no code are successful, this is the expected and normal behavior. It is Solidity that adds checks to prevent accidental calls to accounts with no...

7.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:00 a.m.33 views

Oracle Linux 5 : ELSA-2016-2124-1: / kernel (ELSA-2016-21241)

The remote Oracle Linux 5 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2016-21241 advisory. - Race condition in mm/gup.c in the Linux kernel 2.x through 4.x before 4.8.3 allows local users to gain privileges by leveraging incorrect handling o...

7.7AI score0.83524EPSS
SaveExploits95References3
PyPA
PyPA
added 2023/09/04 6:15 p.m.15 views

PYSEC-2023-167

Vyper is a Pythonic Smart Contract Language. For the following probably non-exhaustive list of expressions, the compiler evaluates the arguments from right to left instead of left to right. unsafeadd, unsafesub, unsafemul, unsafediv, powmod256, |, &, ^ bitwise operators, bitwiseor deprecated,...

5.3CVSS6.8AI score0.00492EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2023/09/04 5:39 p.m.40 views

CVE-2023-40015 Vyper: reversed order of side effects for some operations

Vyper is a Pythonic Smart Contract Language. For the following probably non-exhaustive list of expressions, the compiler evaluates the arguments from right to left instead of left to right. unsafeadd, unsafesub, unsafemul, unsafediv, powmod256, |, &, ^ bitwise operators, bitwiseor deprecated,...

3.7CVSS5.2AI score
SaveExploits0References3
OSV
OSV
added 2023/09/01 5:15 p.m.10 views

CVE-2022-3407

I some cases, when the device is USB-tethered to a host PC, and the device is sharing its mobile network connection with the host PC, if the user originates a call on the device, then the device's modem may reset and cause the phone call to not succeed. This may block the user from dialing...

4.3CVSS5.8AI score0.00241EPSS
SaveExploits0References1
Prion
Prion
added 2023/09/01 5:15 p.m.29 views

Design/Logic Flaw

I some cases, when the device is USB-tethered to a host PC, and the device is sharing its mobile network connection with the host PC, if the user originates a call on the device, then the device's modem may reset and cause the phone call to not succeed. This may block the user from dialing...

1.9CVSS4.7AI score0.00241EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/09/01 4:42 p.m.19 views

CVE-2022-3407

I some cases, when the device is USB-tethered to a host PC, and the device is sharing its mobile network connection with the host PC, if the user originates a call on the device, then the device's modem may reset and cause the phone call to not succeed. This may block the user from dialing...

4.9CVSS6.8AI score0.00241EPSS
SaveExploits0References1
Rockylinux
Rockylinux
added 2023/08/31 4:55 p.m.60 views

python3.9 security update

An update is available for python3.9. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Python is an interpreted, interactive, object-oriented programming language...

7.5CVSS7.5AI score0.20459EPSS
SaveExploits3
Rows per page
Query Builder