Lucene search
+L

295 matches found

Positive Technologies
Positive Technologies
added 2023/01/06 12:00 a.m.9 views

PT-2023-12798 · Unknown · Display Driver

Name of the Vulnerable Software and Affected Versions: Display driver affected versions not specified Description: The issue is related to memory corruption in the display driver, caused by incorrect type casting when accessing fields of the fence structure. Recommendations: At the moment, there ...

7.8CVSS7.7AI score0.00115EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/12/30 12:00 a.m.4 views

PT-2022-22283 · Nvidia +1 · Nvidia Gpu Display Driver For Linux +1

Name of the Vulnerable Software and Affected Versions: NVIDIA GPU Display Driver for Linux affected versions not specified Description: The issue is related to a vulnerability in the kernel mode layer handler of the NVIDIA GPU Display Driver for Linux. An unprivileged regular user can cause...

7.8CVSS5.8AI score0.00286EPSS
SaveExploits0References24
Openbugbounty
Openbugbounty
added 2022/12/09 8:55 a.m.13 views

castingclub.com.ar Cross Site Scripting vulnerability OBB-3092178

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/09 12:00 a.m.12 views

Dangerous casting from i256 to u256 of the price returned by the Chainlink oracle

Lines of code Vulnerability details Impact Referring to the docs, Chainlink oracles are returning the price as an int256, which means that the answer can be a negative price. Later, this price is casted as an uint256 in the case of an oracle that is set, which overflows when price 0. Any price...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/18 12:00 a.m.5 views

PT-2022-26121

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1, 2.9.3, and 2.8.4 Description The issue arises when BCast::ToShape is given input larger than an int32, causing it to crash despite being supposed to handle up to an int64. An exampl...

7.5CVSS7AI score0.00439EPSS
SaveExploits1References18
Veracode
Veracode
added 2022/10/20 12:57 p.m.50 views

Sandbox Bypass

Jenkins Script Security Plugin is vulnerable to Sandbox Bypass. The vulnerability exists during the casting of array-like values to array types that intercepts per-element casts which allows an attacker to bypass sandbox restrictions and execute arbitrary codes...

9.9CVSS9.2AI score0.01543EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2022/10/19 7:00 p.m.53 views

Jenkins Script Security Plugin sandbox bypass vulnerability

A sandbox bypass vulnerability involving casting an array-like value to an array type in Jenkins Script Security Plugin 1183.v774b0b0aa451 and earlier allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary...

9.9CVSS9.3AI score0.01543EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/19 12:00 a.m.7 views

PT-2022-26887 · Jenkins · Jenkins Script Security Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins Script Security Plugin versions 1183.v774b 0b 0a a 451 and earlier Description: A sandbox bypass issue involves casting an array-like value to an array type, allowing attackers with permission to define and run sandboxed scripts,...

9.9CVSS9.6AI score0.01543EPSS
SaveExploits0References7
Openbugbounty
Openbugbounty
added 2022/10/15 12:50 p.m.10 views

ellenjacobycasting.com Cross Site Scripting vulnerability OBB-2997882

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

SaveExploits0
Code423n4
Code423n4
added 2022/09/15 12:00 a.m.12 views

founderPct variable cast

Lines of code Vulnerability details Description There is a function addFounders in Token contract. It accepts array of FounderParams as an input. For each of founders it uses founderPct as an variable to store percent ownership for such founder. It is unsafe to cast it to from uint256 to uint8 in...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/15 12:00 a.m.11 views

createLock: User can lose funds by sending a wrong _value parameter

Lines of code Vulnerability details Impact Users can lose funds by sending a wrong value parameter. The problems relays in casting value to int128. Solidity does not check casting, just math operations. If a user tries to lock an amount greater than 2^128, the transaction won't be reverted and...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/15 12:00 a.m.10 views

Unsafe typecasting can lead to tokens being locked in the contract

Lines of code Vulnerability details Impact In the createLock function the amount is calculated by casting the uint256 value to int128 in an unsafe way. Specifically the locked.amount is calculated as: locked.amount += int128int256value; could result in a negative value for locked.amount. For...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/15 12:00 a.m.13 views

Unsafe casting from int128 can cause wrong accounting of locked amounts

Lines of code Vulnerability details Impact The unsafe casting to int128 variable can cause its value to be different from the correct value. For example in the createLock function, the addition to the locked amount variable is done by locked.amount += int128int256value. In that case, if value is...

6.9AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2022/07/21 12:04 a.m.14 views

casting-marleneschmidt.de Cross Site Scripting vulnerability OBB-2802884

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2022/07/21 12:00 a.m.9 views

casting-power.de Cross Site Scripting vulnerability OBB-2802879

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/07/17 12:00 a.m.23 views

Possible casting overflow in _updateAccounting function

Lines of code Vulnerability details Impact In the updateAccounting function, the inkOut and artIn parameters are cast from type uint256 to uint128. However, since the explicit cast does not ensure the value fits the uint128 data type i.e., not ensuring value = typeuint128.max, casting overflows a...

7AI score
SaveExploits0
OSV
OSV
added 2022/07/06 2:15 p.m.13 views

CVE-2022-21786

In audio DSP, there is a possible memory corruption due to improper casting. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS06558822; Issue ID: ALPS06558822...

6.7CVSS5.9AI score0.00106EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/07/06 2:15 p.m.9 views

CVE-2022-21786

In audio DSP, there is a possible memory corruption due to improper casting. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS06558822; Issue ID: ALPS06558822...

6.7CVSS6.8AI score0.00106EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/06/26 12:00 a.m.6 views

Upgraded Q -> M from 150 [1656258796240]

Judge has assessed an item in Issue 150 as Medium risk. The relevant finding follows: Unsafe casting may overflow SafeMath and Solidity 0.8. handles overflows for basic math operations but not for casting. Consider using OpenZeppelin's SafeCast library to prevent unexpected overflows when casting...

6.8AI score
SaveExploits0
Prion
Prion
added 2022/06/17 8:15 p.m.18 views

Design/Logic Flaw

All versions of package pg-native; all versions of package libpq are vulnerable to Denial of Service DoS when the addons attempt to cast the second argument to an array and fail. This happens for every non-array argument passed. Note: pg-native is a mere binding to npm's libpq library, which in...

5CVSS7.5AI score0.01302EPSS
SaveExploits1References2
Rows per page
Query Builder