Lucene search
+L

205 matches found

NVD
NVD
added 2023/05/11 10:15 p.m.23 views

CVE-2023-31508

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: CVE-2020-15178. Reason: This record is a duplicate of CVE-2020-15178. Notes: All CVE users should reference CVE-2020-15178 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage...

8.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/05/11 5:1 a.m.18 views

GitHub Extends Push Protection to Prevent Accidental Leaks of Keys and Other Secrets

GitHub has announced the general availability of a new security feature called push protection, which aims to prevent developers from inadvertently leaking keys and other secrets in their code. The Microsoft-owned cloud-based repository hosting platform, which began testing the feature a year ago...

6.9AI score
SaveExploits0
Prion
Prion
added 2023/04/26 7:15 p.m.14 views

CVE-2023-26937

REJECT DO NOT USE THIS CVE RECORD. ConsultIDs: CVE-2019-9587. Reason: This record is a reservation duplicate of CVE-2019-9587. Notes: All CVE users should reference CVE-2019-9587 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage...

6.6AI score0.01195EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2023/04/26 7:15 p.m.22 views

CVE-2023-26934

REJECT DO NOT USE THIS CVE RECORD. ConsultIDs: CVE-2019-9587. Reason: This record is a reservation duplicate of CVE-2019-9587. Notes: All CVE users should reference CVE-2019-9587 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage...

6.6AI score0.01195EPSS
SaveExploits1References2Affected Software1
Wiz blog
Wiz blog
added 2023/04/19 1:0 p.m.17 views

#BrokenSesame: Accidental ‘write’ permissions to private registry allowed potential RCE to Alibaba Cloud Database Services

A container escape vulnerability, combined with accidental 'write' permissions to a private registry, opened a backdoor for Wiz Research to access Alibaba Cloud databases and potentially compromise its services through a supply-chain attack...

6.9AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2023/04/13 2:0 a.m.25 views

Google Pay accidentally handed out free money, bug now fixed

Days ago, several Google Pay users in the US received some unexpected cashback from Google, congratulating them "for dogfooding the Google Pay Remittance experience". Confused and a tad happy, some looked to Twitter for answers, while others aired their experiences on the /r/googlepay/ Reddit pag...

6.5AI score
SaveExploits0
CNNVD
CNNVD
added 2023/03/23 12:0 a.m.7 views

Cisco DNA Center 安全漏洞

Cisco DNA Center is a network management and command center service from Cisco USA. A security vulnerability exists in Cisco DNA Center that originates from the accidental exposure of sensitive information...

8.8CVSS8AI score0.00745EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/03/20 12:0 a.m.12 views

Potential Risk of Accidentally Minting Tokens to Incorrect Accounts

Lines of code Vulnerability details Impact 1. the Intended recipient of the tokens might not receive them, which could lead to a loss of funds or a delay in the intended use of the tokens 2. incorrect account holder could receive the tokens by mistake, leading to a discrepancy in the total token...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/15 12:0 a.m.12 views

BYTES2.getReward: no check for input

Lines of code Vulnerability details Impact the function getReward should validate that to is not an empty address 0x0 to prevent accidental loss of BYTES. Impact: mint reward BYTES to address0 will be lost Proof of Concept function getReward address to external uint256 reward, uint256 daoCommisio...

6.9AI score
SaveExploits0
NVD
NVD
added 2023/03/07 10:15 p.m.18 views

CVE-2023-26823

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: CVE-2023-0783. Reason: This record is a duplicate of CVE-2023-0783. Notes: All CVE users should reference CVE-2023-0783 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage...

7AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:23 a.m.6 views

SUSE CVE-2022-40153

DO NOT USE THIS CANDIDATE NUMBER. Reason: This CVE has been rejected as it was incorrectly assigned. All references and descriptions in this candidate have been removed to prevent accidental usage...

9AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:23 a.m.6 views

SUSE CVE-2022-40155

DO NOT USE THIS CANDIDATE NUMBER. Reason: This CVE has been rejected as it was incorrectly assigned. All references and descriptions in this candidate have been removed to prevent accidental usage...

9.6AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:23 a.m.5 views

SUSE CVE-2022-40156

DO NOT USE THIS CANDIDATE NUMBER. Reason: This CVE has been rejected as it was incorrectly assigned. All references and descriptions in this candidate have been removed to prevent accidental usage...

9.5AI score
SaveExploits0References3
Veracode
Veracode
added 2023/02/11 3:32 a.m.30 views

Business Logic Errors

heimdal is vulnerable to Business Logic Flaws. The vulnerability exists due to accidental logic inversions which allows an attacker to perform unwanted actions...

7.5CVSS6.6AI score0.00491EPSS
SaveExploits0References7Affected Software1
Code423n4
Code423n4
added 2023/02/06 12:0 a.m.15 views

Upgraded Q -> 3 from #664 [1675726078144]

Judge has assessed an item in Issue 664 as 3 risk. The relevant finding follows: L-1 ERC20 Quest: withdrawFee function should only be able to be called once instead of multiple times Issue: The withdrawFee function can be called multiple times by admin after a quest ends, resulting in more than t...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2023/02/04 12:15 a.m.4 views

CVE-2023-24806

DO NOT USE THIS CANDIDATE NUMBER. Reason: This CVE has been rejected as it was incorrectly assigned. All references and descriptions in this candidate have been removed to prevent accidental usage...

5.8AI score
SaveExploits0References1
Code423n4
Code423n4
added 2023/01/19 12:0 a.m.21 views

Wrong implementations in ERC4626RouterBase contract

Lines of code Vulnerability details The ERC4626RouterBase contract contains a set of functions that act as wrappers for a ERC4626 contract, providing a base periphery functionality around a ERC4626 vault. There are a number of different flaws in the wrapped implementations of mint, deposit,...

6.7AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2023/01/18 12:15 a.m.5 views

CVE-2023-22498

DO NOT USE THIS CANDIDATE NUMBER. Reason: This CVE has been rejected as it was incorrectly assigned. All references and descriptions in this candidate have been removed to prevent accidental usage...

5.8AI score
SaveExploits0References1
NVD
NVD
added 2022/12/12 2:15 p.m.20 views

CVE-2021-4243

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2021-32850. Reason: This candidate is a duplicate of CVE-2021-32850. Notes: All CVE users should reference CVE-2021-32850 instead of this candidate. All references and descriptions in this candidate have been removed to prevent...

SaveExploits0
The Hacker News
The Hacker News
added 2022/12/06 6:11 a.m.37 views

Open Source Ransomware Toolkit Cryptonite Turns Into Accidental Wiper Malware

A version of an open source ransomware toolkit called Cryptonite has been observed in the wild with wiper capabilities due to its "weak architecture and programming." Cryptonite, unlike other ransomware strains, is not available for sale on the cybercriminal underground, and was instead offered f...

0.4AI score
SaveExploits0
Rows per page
Query Builder