Lucene search
K

281 matches found

Openbugbounty
Openbugbounty
added 2022/07/21 12:0 a.m.8 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
Exploits0
Code423n4
Code423n4
added 2022/07/17 12:0 a.m.12 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
Exploits0
ATTACKERKB
ATTACKERKB
added 2022/07/06 2:15 p.m.5 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.00101EPSS
Exploits0References2
OSV
OSV
added 2022/07/06 2:15 p.m.4 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.00101EPSS
Exploits0References1
Code423n4
Code423n4
added 2022/06/26 12:0 a.m.4 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
Exploits0
Prion
Prion
added 2022/06/17 8:15 p.m.12 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.01244EPSS
Exploits1References2
Code423n4
Code423n4
added 2022/06/03 12:0 a.m.16 views

[WP-H0] Unsafe type casting for the order's denominator and numerator may allow the attacker to buy more than the offered amount from the seller against the seller's will

Lines of code Vulnerability details orderStatusorderHash.numerator = uint120 filledNumerator + numerator ; orderStatusorderHash.denominator = uint120denominator; When an order is filled partially, the order's denominator and numerator will be updated in...

6.7AI score
Exploits0
Code423n4
Code423n4
added 2022/06/03 12:0 a.m.10 views

Fulfilling an order more than once

Lines of code Vulnerability details Impact Any non basic or FULL order can be fulfilled more than once, assuming the offerer has approved the contract the right amounts. This is a valid assumption as users may max-approve the contract/conduits, or have multiple orders with the same items open so...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2022/05/28 12:0 a.m.8 views

Casting overflow when updating the status of partially fulfilled orders

Lines of code Vulnerability details Impact In the validateOrderAndUpdateStatus function of OrderValidator, the numerator and denominator of the order status are cast from type uint256 to uint120. However, since the explicit cast does not ensure the value fits the uint120 data type i.e., not...

7AI score
Exploits0
OSV
OSV
added 2022/05/20 7:15 p.m.1 views

UBUNTU-CVE-2022-29181

Nokogiri is an open source XML and HTML library for Ruby. Nokogiri prior to version 1.13.6 does not type-check all inputs into the XML and HTML4 SAX parsers, allowing specially crafted untrusted inputs to cause illegal memory access errors segfault or reads from unrelated memory. Version 1.13.6...

8.2CVSS6.8AI score0.02886EPSS
Exploits1References8
OSV
OSV
added 2022/05/14 12:1 a.m.29 views

GHSA-VJQ3-X3F2-FVXQ Account takeover in facturascripts

Account Takeover in GitHub repository neorazorx/facturascripts prior to 2022.08 due to improper type casting...

9.8CVSS9.5AI score0.01329EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2022/05/14 12:1 a.m.27 views

Account takeover in facturascripts

Account Takeover in GitHub repository neorazorx/facturascripts prior to 2022.08 due to improper type casting...

9.8CVSS2.2AI score0.01329EPSS
Exploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2022/05/13 12:0 a.m.3 views

PT-2022-14067 · Unknown · Neorazorx/Facturascripts

Name of the Vulnerable Software and Affected Versions: neorazorx/facturascripts versions prior to 2022.07 Description: The issue is related to an Account Takeover in the GitHub repository neorazorx/facturascripts. It is caused by improper type casting. Recommendations: For versions prior to...

9.8CVSS9.4AI score0.01329EPSS
Exploits1References7
Code423n4
Code423n4
added 2022/04/29 12:0 a.m.5 views

You should use safe casts here

Judge @GalloDaSballo has assessed the 6th item in QA Report 254 as Medium risk. The relevant finding follows: … You should use safe casts here: depositspidmsg.sender.amount += uint192amount; depositspidmsg.sender.amount -= uint192amount; amount : uint192amount Otherwise, if token amounts are...

6.9AI score
Exploits0
Huntr
Huntr
added 2022/04/10 2:25 p.m.23 views

Out-of-bounds Read in r_bin_ne_get_entrypoints function

Description Out-of-bounds OOB read vulnerability exists in rbinnegetentrypoints function in Radare2 5.6.7 Version bash radare2 5.6.7 27777 @ linux-x86-64 git.5.6.6 commit: 0c4af43def68ce29f7a74847bb1b7286da155200 build: 2022-04-1008:53:32 Analysis The vulnerability exists due to the invalid type...

6.4CVSS7.6AI score0.00837EPSS
Exploits1
Snyk
Snyk
added 2022/02/03 6:1 a.m.3 views

Denial of Service (DoS)

Overview pg-native is a high performance native bindings between node.js and PostgreSQL via libpq with a simple API. Affected versions of this package 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...

7.5CVSS7AI score0.01244EPSS
Exploits1References2
Code423n4
Code423n4
added 2021/12/12 12:0 a.m.10 views

Unsafe uint64 casting may overflow

Handle sirhashalot Vulnerability details Impact The calculateRewardAmount function casts epoch timestamps from uint256 to uint64 and these may overflow. The epochStartTimestamp value is a function of the user-supplied epochId value, which could be extremely large up to 2255 – 1. While Solidity...

7.1AI score
Exploits0
Code423n4
Code423n4
added 2021/12/12 12:0 a.m.9 views

unsafe cast can lead to theft

Handle certora Vulnerability details claimRewards gets epochs ids as uint256. However, it should be uint8. If a user provides an epoch Id that's larger than 256, isClaimedEpoch will return false: function isClaimedEpochuint256 userClaimedEpochs, uint256 epochId internal pure returns bool return...

6.9AI score
Exploits0
OSV
OSV
added 2021/12/01 12:0 a.m.3 views

PUB-A-193033243

In setTransactionState of SurfaceFlinger, there is possible arbitrary code execution in a privileged process due to improper casting. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS8AI score0.00113EPSS
Exploits0References2
OpenVAS
OpenVAS
added 2021/11/11 12:0 a.m.15 views

Mozilla Firefox Security Advisory (MFSA2014-89) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

6.8CVSS5.4AI score0.03406EPSS
Exploits0References3
Rows per page
Query Builder