Lucene search
+L

564 matches found

NVD
NVD
•added 2022/10/12 11:15 p.m.•34 views

CVE-2022-3171

A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted...

7.5CVSS0.01096EPSS
SaveExploits0References4
OSV
OSV
•added 2022/10/12 11:15 p.m.•15 views

UBUNTU-CVE-2022-3171

A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted...

7.5CVSS6.6AI score0.01096EPSS
SaveExploits0References3
Code423n4
Code423n4
•added 2022/10/10 12:0 a.m.•13 views

ExecutionDelegate can approve arbitrary calling contract

Lines of code Vulnerability details Impact Owner can steal users' funds and tokens. Proof of Concept The owner of ExecutionDelegate can approve any contract to call it, e.g. a malicious contract which can then drain all funds and tokens approved by users to ExecutionDelegate. Users should only...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/09/26 12:0 a.m.•13 views

Cannot Withdraw GOO Accrued In GobblerReserve Contracts

Lines of code Vulnerability details Impact The affected GobblerReserve contract does not implement any functionality to withdraw any accrued GOO. Considering that the community and team addresses in the ArtGobblers contract are going to be newly deployed GobblerReserve contracts, immutable and...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
•added 2022/09/16 12:0 a.m.•16 views

PT-2022-20881 Ā· Harbor Ā· Harbor

Name of the Vulnerable Software and Affected Versions: Harbor versions prior to 2.5.2 Description: The issue arises from Harbor's failure to validate user permissions when updating tag immutability policies. This can be exploited by sending a request to update a tag immutability policy with an id...

7.7CVSS7AI score0.00396EPSS
SaveExploits0References10
Code423n4
Code423n4
•added 2022/09/08 12:0 a.m.•13 views

Comparison of tokens

Lines of code Vulnerability details Impact In function named getUnderlyingPrice the BaseV1Router01 contract desides price of the token by comparing tokens' symbol name with predefined constant. By passing custom token attacker can force returned value of getUnderlyingPrice function to be incorrec...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/08/15 12:0 a.m.•21 views

[H1] Some admins functions are unusable because of misuse of variables in upgradeable contracts

Lines of code Vulnerability details Impact ​ Admin functions in NFTCollectionFactor.sol are unusable through a proxy Proof of Concept ​ Upgradeable contracts cannot use neither constructors nor use immutable variables. The reason for that is they work behind a proxy which calls them using...

6.8AI score
SaveExploits0
Fedora
Fedora
•added 2022/07/30 1:57 a.m.•18 views

[SECURITY] Fedora 36 Update: golang-github-hashicorp-memdb-1.3.0-6.fc36

The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indic...

7.2AI score
SaveExploits0
Fedora
Fedora
•added 2022/07/17 1:16 a.m.•30 views

[SECURITY] Fedora 35 Update: snapd-2.56.2-2.fc35

Snappy is a modern, cross-distribution, transactional package manager designed for working with self-contained, immutable packages...

9.3CVSS2.9AI score0.0995EPSS
SaveExploits3
Code423n4
Code423n4
•added 2022/07/15 12:0 a.m.•6 views

Functions of MarketPlace.sol will always revert

Lines of code Vulnerability details Impact Functions which call VaultTracker admin functions e.g. addNotional from MarketPlace will always revert since the admin is Creator. Proof of Concept VaultTracker.sol has an authorizedadmin modifier which only allows admin to call these functions. And the...

6.9AI score
SaveExploits0
Fedora
Fedora
•added 2022/07/04 1:35 a.m.•22 views

[SECURITY] Fedora 36 Update: snapd-2.55.3-2.fc36

Snappy is a modern, cross-distribution, transactional package manager designed for working with self-contained, immutable packages...

9.3CVSS8.2AI score0.0995EPSS
SaveExploits4
Fedora
Fedora
•added 2022/06/30 1:20 a.m.•84 views

[SECURITY] Fedora 36 Update: snapd-2.56.2-1.fc36

Snappy is a modern, cross-distribution, transactional package manager designed for working with self-contained, immutable packages...

9.3CVSS7.9AI score0.0995EPSS
SaveExploits4
Code423n4
Code423n4
•added 2022/06/24 12:0 a.m.•8 views

Basket NFT have no name and symbol

Lines of code Vulnerability details Impact The Basket contract is intended to be used behind a proxy. But the ERC721 implementation used is not upgradeable, and its constructor is called at deployment time on the implementation. So all proxies will have a void name and symbol, breaking all...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
•added 2022/06/17 12:17 a.m.•30 views

Miscomputation when performing AES encryption in rust-crypto

The following Rust program demonstrates some strangeness in AES encryption - if you have an immutable key slice and then operate on that slice, you get different encryption output than if you operate on a copy of that key. For these functions, we expect that extending a 16 byte key to a 32 byte k...

7.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
•added 2022/06/17 12:17 a.m.•5 views

GHSA-JP3W-3Q88-34CF Miscomputation when performing AES encryption in rust-crypto

The following Rust program demonstrates some strangeness in AES encryption - if you have an immutable key slice and then operate on that slice, you get different encryption output than if you operate on a copy of that key. For these functions, we expect that extending a 16 byte key to a 32 byte k...

6.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2022/06/17 12:16 a.m.•19 views

A malicious coder can get unsound access to TCell or TLCell memory

This is impossible to do by accident, but by carefully constructing marker types to be covariant, a malicious coder can cheat the singleton check in TCellOwner and TLCellOwner, giving unsound access to cell memory. This could take the form of getting two mutable references to the same memory, or ...

3.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/19 12:0 a.m.•38 views

External Control of Assumed-Immutable Web Parameter in moodle

A flaw was found in moodle where the description user field was not hidden when being set as a hidden user field...

5.3CVSS7.1AI score0.01311EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2022/05/19 12:0 a.m.•27 views

GHSA-X6GM-QQWP-76GR External Control of Assumed-Immutable Web Parameter in moodle

A flaw was found in moodle where the description user field was not hidden when being set as a hidden user field...

5.3CVSS6.9AI score0.01311EPSS
SaveExploits0References9
Code423n4
Code423n4
•added 2022/05/05 12:0 a.m.•22 views

Total loss of funds on owner account compromise

Lines of code Vulnerability details Issue: The vault address may be arbitrarily updated by the owner using setVaultAddress. The owner can also call withdrawAll to move all funds to the vault. Consequence: A malicious owner or owner account compromise can siphon the entire contract's funds to an...

6.9AI score
SaveExploits0
OSV
OSV
•added 2022/05/04 3:15 p.m.•7 views

CVE-2022-29950

Experian Hunter 1.16 allows remote authenticated users to modify assumed-immutable elements via the 1 rule name parameter to the Rules page or the 2 subrule name or 3 categories name parameter to the Subrules page. NOTE: the vendor disputes this because version 1.16 has never existed...

4.3CVSS5.8AI score0.00972EPSS
SaveExploits1References2
Rows per page
Query Builder