Lucene search
+L

5459 matches found

Code423n4
Code423n4
added 2022/06/26 12:00 a.m.15 views

Critical address change

Lines of code Vulnerability details Impact Changing critical addresses in contracts should be a two-step process. in order to prevent changing admin by mistake Proof of Concept check these links: OpenZeppelin/openzeppelin-contracts1488 OpenZeppelin/openzeppelin-contracts2369 Tools Used Manual...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/06/22 4:05 p.m.11 views

openstack-barbican: Barbican allows authenticated users to add/modify/delete arbitrary metadata on any secret

An authorization flaw was found in openstack-barbican. The default policy rules for the secret metadata API allowed any authenticated user to add, modify, or delete metadata from any secret regardless of ownership. This flaw allows an attacker on the network to modify or delete protected data,...

8.1CVSS5.8AI score0.01027EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/06/16 12:00 a.m.12 views

Lack of Two-Step Process for Critical Operations

Lines of code Vulnerability details Impact This function transfers/renounce the ownership of the contract in a single step. There is no way to reverse a one-step transfer of ownership to an address without an owner. This would not be the case if ownership were transferred through a two-step proce...

7.2AI score
SaveExploits0
Veeam
Veeam
added 2022/06/13 12:00 a.m.344 views

Tape Related Task Fails With "isn't current owner. You have to change current owner"

Challenge A Tape Job or tape-related task Inventory, Catalog, or Restore fails with errors: '' isn't current owner. You have to change current owner Job has been terminated Error: '' isn't current owner. You have to change current owner Failed to inventory tape Error: '' isn't current owner...

7AI score
SaveExploits0Affected Software1
Amazon
Amazon
added 2022/06/09 12:00 a.m.64 views

Medium: git

Issue Overview: A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be...

7.8CVSS7.2AI score0.00782EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/05/31 12:23 p.m.11 views

kernel: security regression for CVE-2018-13405

A vulnerability was found in the fs/inode.c:inodeinitowner function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belon...

7.8CVSS6.8AI score0.0101EPSS
SaveExploits3References6
Code423n4
Code423n4
added 2022/05/27 12:00 a.m.34 views

VotingEscrow's merge and withdraw aren't available for approved users

Lines of code Vulnerability details Users who are approved, but do not own a particular NFT, are supposed to be eligible to call merge and withdraw from the NFT. Currently burn, used by merge and withdraw to remove the NFT from the system, will revert unless the sender is the owner of NFT as the...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/05/25 12:00 a.m.16 views

Huawei EulerOS: Security Advisory for kernel (EulerOS-SA-2022-1735)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

8CVSS8.5AI score0.07604EPSS
SaveExploits25References4
OpenVAS
OpenVAS
added 2022/05/25 12:00 a.m.8 views

Huawei EulerOS: Security Advisory for nfs-utils (EulerOS-SA-2022-1748)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

10CVSS9.6AI score0.01518EPSS
SaveExploits0References2
OSV
OSV
added 2022/05/24 5:41 p.m.165 views

GHSA-68P4-PJPF-XWCQ insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5AI score0.01359EPSS
SaveExploits1References5
OSV
OSV
added 2022/05/20 12:00 a.m.17 views

GHSA-F6FM-R26Q-P747 Improper Removal of Sensitive Information Before Storage or Transfer in Strapi

An authenticated user with access to the Strapi admin panel can view private and sensitive data, such as email and password reset tokens, for other admin panel users that have a relationship e.g., created by, updated by with content accessible to the authenticated user. For example, a...

8.8CVSS6AI score0.0145EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2022/05/17 12:00 a.m.63 views

udisks2 security and bug fix update

2.9.0-9 - Fix LVM-VDO statistics tests 2023880,2025483 - Fix GError ownership 1999149 2.9.0-8 - CVE-2021-3802: Harden the default mount options for ext filesystems 2004422...

6.3CVSS2.4AI score0.00808EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2022/05/13 1:48 a.m.28 views

Improper authorization in Jenkins Job and Node Ownership Plugin

An improper authorization vulnerability exists in Jenkins Job and Node Ownership Plugin 0.11.0 and earlier in OwnershipDescription.java, JobOwnerJobProperty.java, and OwnerNodeProperty.java that allow an attacker with Job/Configure or Computer/Configure permission and without Ownership related...

6.5CVSS4.8AI score0.007EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/13 1:48 a.m.50 views

GHSA-72X3-C7JC-Q35X Improper authorization in Jenkins Job and Node Ownership Plugin

An improper authorization vulnerability exists in Jenkins Job and Node Ownership Plugin 0.11.0 and earlier in OwnershipDescription.java, JobOwnerJobProperty.java, and OwnerNodeProperty.java that allow an attacker with Job/Configure or Computer/Configure permission and without Ownership related...

6.5CVSS6.3AI score0.007EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/05/12 12:00 a.m.9 views

Consider remove setLpToken function

143 comment Warden: gzeon Owner can call setLpToken to change the value of lpToken in WhitelistPeriodManager, which will make all onlyLpNft function revert function setLpTokenaddress lpToken internal lpToken = ILPTokenlpToken; function setLpTokenaddress lpToken external onlyOwner setLpTokenlpToke...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/05/10 1:58 p.m.13 views

kernel: security regression for CVE-2018-13405

A vulnerability was found in the fs/inode.c:inodeinitowner function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belon...

7.8CVSS6.8AI score0.0101EPSS
SaveExploits3References6
RedHat Linux
RedHat Linux
added 2022/05/10 1:43 p.m.18 views

kernel: security regression for CVE-2018-13405

A vulnerability was found in the fs/inode.c:inodeinitowner function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belon...

7.8CVSS6.8AI score0.0101EPSS
SaveExploits3References6
Cvelist
Cvelist
added 2022/05/05 10:05 p.m.34 views

CVE-2022-29176 Unauthorized gem takeover for some gems on rubygems.org

Rubygems is a package registry used to supply software for the Ruby language ecosystem. Due to a bug in the yank action, it was possible for any RubyGems.org user to remove and replace certain gems even if that user was not authorized to do so. To be vulnerable, a gem needed: one or more dashes i...

9.9CVSS9.6AI score0.01899EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2022/05/05 12:00 a.m.19 views

The ownership context is too centralized leaving room for other attack surfaces

Lines of code Vulnerability details Impact The ownership context is too centralized leaving room for other attack surfaces and leaving impression of distrust for the participants. Proof of Concept Almost all of the functions have onlyOwner modifier which allows accessing all the vital points of t...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/01 12:00 a.m.8 views

Reentrancy in removeCollateral() / requestLoan()

Lines of code Vulnerability details Impact There is a potential reentrancy bug they may exist between requestLoan and removeCollateral that allows a user to have requested a loan while maintaining ownership of the collateral. This bug is present in both NFTPair and NFTPairWithOracle. The reentran...

7.2AI score
SaveExploits0
Rows per page
Query Builder