Lucene search
+L

614 matches found

Fedora
Fedora
added 2022/06/30 1:20 a.m.87 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:00 a.m.22 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.35 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.11 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.24 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:00 a.m.45 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.01343EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2022/05/19 12:00 a.m.43 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.01343EPSS
SaveExploits0References9
Code423n4
Code423n4
added 2022/05/05 12:00 a.m.28 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.13 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
Prion
Prion
added 2022/05/04 3:15 p.m.25 views

Code injection

DISPUTED 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...

4CVSS4.5AI score0.00972EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/05/04 2:23 p.m.44 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.7AI score0.00972EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2022/05/04 12:00 a.m.11 views

PT-2022-19930 · Experian · Experian Hunter

Name of the Vulnerable Software and Affected Versions: Experian Hunter version 1.16 Description: The issue allows remote authenticated users to modify assumed-immutable elements. This can be achieved via the rule name parameter to the "Rules page" or the subrule name or categories name parameter ...

4.3CVSS6.7AI score0.00972EPSS
SaveExploits1References7
Trellix
Trellix
added 2022/04/06 12:00 a.m.57 views

The Bug Report - March 2022 Edition

The Bug Report - March 2022 By Charles McFarland · April 6, 2022 Your Cybersecurity Comic Relief Comic from https://geek-and-poke.com/ and remains unedited. https://creativecommons.org/licenses/by/3.0/ Use of this comic does not indicate endorsement by the creator. Why am I here? Welcome back the...

10CVSS8.9AI score0.99351EPSS
SaveExploits115
Code423n4
Code423n4
added 2022/03/31 12:00 a.m.15 views

Denial of services in proxy context by setting immutable privileged addresses in constructor in upgradeable contracts

Lines of code Vulnerability details Impact Privileged immutable addresses in LenderPool such as POOLEDCREDITLINE, SAVINGSACCOUNT and VERIFICATION are set in the constructor in the logic contract. These values are run at the time of deployment and affect only the local storage of the logic contrac...

6.5AI score
SaveExploits0
zdt
zdt
added 2022/03/08 12:00 a.m.639 views

Linux Kernel 5.8 < 5.16.11 - Local Privilege Escalation (DirtyPipe) Exploit

// Exploit Title: Linux Kernel 5.8 Proof-of-concept exploit for the Dirty Pipe vulnerability CVE-2022-0847 caused by an uninitialized "pipebuffer.flags" variable. It demonstrates how to overwrite any file contents in the page cache, even if the file is not permitted to be written, immutable or on...

7.8CVSS8.5AI score0.89721EPSS
SaveExploits102
OSV
OSV
added 2022/02/28 12:00 p.m.69 views

RUSTSEC-2022-0011 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
SaveExploits0References2
Fedora
Fedora
added 2022/02/20 1:12 a.m.42 views

[SECURITY] Fedora 35 Update: snapd-2.54.3-1.fc35

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

8.8CVSS2.9AI score0.00952EPSS
SaveExploits5
OpenVAS
OpenVAS
added 2022/02/20 12:00 a.m.26 views

Fedora: Security Advisory for snapd (FEDORA-2022-82bea71e5a)

The remote host is missing an update for the Copyright C 2022 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; you can...

8.2CVSS8.4AI score0.00952EPSS
SaveExploits5References2
Code423n4
Code423n4
added 2022/02/17 12:00 a.m.13 views

Wrong pragma

Lines of code Vulnerability details Impact Use a buggy version of solidity with immutable. Proof of Concept The contract use immutable, and this solidity version defined in the pragma has some issues with them, as you can see here. Recommended Mitigation Steps Use at least 0.8.9 --- The text was...

6.9AI score
SaveExploits0
PyPA
PyPA
added 2022/02/04 11:15 p.m.11 views

PYSEC-2022-142

Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of ImmutableExecutorState::Initialize. Here, we set item-kernel to nullptr but it is a simple OpKernel pointer so the memory that was previously allocated to it...

4.3CVSS6.9AI score0.00722EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder