Lucene search
+L

207 matches found

BDU FSTEC
BDU FSTEC
added 2023/05/17 12:00 a.m.11 views

The authentication vulnerability of the 389 Directory Server server, which arises from information disclosure due to inconsistencies, allows attackers to gain access to confidential data.

The vulnerability of the 389 Directory Server’s authentication service relates to the disclosure of information during the verification of the existence of a record in the database. Exploiting this vulnerability allows an attacker, operating remotely, to gain access to confidential data...

5.3CVSS6AI score0.01538EPSS
SaveExploits0References11Affected Software4
OSV
OSV
added 2023/03/29 7:15 p.m.7 views

CVE-2022-43641

This vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 12.0.1.12430. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists...

7.8CVSS5AI score0.00956EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/03/29 12:00 a.m.13 views

Foxit PDF Reader 资源管理错误漏洞

Foxit PDF Reader is a PDF reader from Foxit, a Chinese company. Foxit PDF Reader is vulnerable to a resource management error that results from not verifying the existence of an object before performing an operation on it, which could be exploited by attackers to obtain sensitive information...

5.5CVSS6.5AI score0.00872EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/03/22 12:00 a.m.11 views

The vulnerability of the win32kfull driver of the Graphics component in Windows operating systems allows attackers to exploit their privileges.

The vulnerability of the win32kfull driver of the Microsoft Graphics component in Windows operating systems is related to the use of memory after it is freed, due to the lack of checking the existence of objects before performing operations. Exploiting this vulnerability can allow an attacker to...

7CVSS7.4AI score0.00273EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2023/03/09 3:23 p.m.264 views

Exploit for Race Condition in Openbsd Openssh

SSH-User-Enum-Python3-CVE-2018-15473 SSH User Enumerator in P...

5.3CVSS9.3AI score0.98631EPSS
SaveExploits26
SUSE CVE
SUSE CVE
added 2023/02/15 6:12 a.m.8 views

SUSE CVE-2007-2243

OpenSSH 4.6 and earlier, when ChallengeResponseAuthentication is enabled, allows remote attackers to determine the existence of user accounts by attempting to authenticate via S/KEY, which displays a different response if the user account exists, a similar issue to CVE-2001-1483...

5CVSS8.2AI score0.02472EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 6:11 a.m.8 views

SUSE CVE-2007-3007

PHP 5 before 5.2.3 does not enforce the openbasedir or safemode restriction in certain cases, which allows context-dependent attackers to determine the existence of arbitrary files by checking if the readfile function returns a string. NOTE: this issue might also involve the realpath function...

5CVSS7AI score0.02695EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 6:10 a.m.11 views

SUSE CVE-2007-6061

Audacity 1.3.2 creates a temporary directory with a predictable name without checking for previous existence of that directory, which allows local users to cause a denial of service recording deadlock by creating the directory before Audacity is run. NOTE: this issue can be leveraged to delete...

5CVSS6.6AI score0.03413EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:49 a.m.7 views

SUSE CVE-2011-4690

Opera 11.60 and earlier does not prevent capture of data about the times of Same Origin Policy violations during IFRAME loading attempts, which makes it easier for remote attackers to determine whether a document exists in the browser cache via crafted JavaScript code...

5CVSS6.5AI score0.01147EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:49 a.m.9 views

SUSE CVE-2011-4691

Google Chrome 15.0.874.121 and earlier does not prevent capture of data about the times of Same Origin Policy violations during IFRAME loading attempts, which makes it easier for remote attackers to determine whether a document exists in the browser cache via crafted JavaScript code...

5CVSS6.3AI score0.01067EPSS
SaveExploits2References3
SUSE CVE
SUSE CVE
added 2023/02/15 4:30 a.m.7 views

SUSE CVE-2018-6556

lxc-user-nic when asked to delete a network interface will unconditionally open a user provided path. This code path may be used by an unprivileged user to check for the existence of a path which they wouldn't otherwise be able to reach. It may also be used to trigger side effects by causing a...

5.1CVSS6.9AI score0.00333EPSS
SaveExploits0References10
OSV
OSV
added 2023/02/10 11:05 a.m.4 views

OESA-2023-1075 lxc security update

Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. Security Fixes: lxc-user-nic in lxc through 5.0.1 is...

3.3CVSS6.4AI score0.00702EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/01/26 12:00 a.m.12 views

Micro Focus NetIQ Identity Manager 安全漏洞

Micro Focus NetIQ Identity Manager is a suite of identity management solutions from Micro Focus UK. The solution provides the foundation for account provisioning, user self-service, authorization and Web services, and supports data sharing and synchronization. A security vulnerability exists in...

5.3CVSS5.7AI score0.00466EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/01/19 12:00 a.m.20 views

Proper use of dependecy

Lines of code Vulnerability details Impact Using safeTransferFrom of solmate. There is no checking the token address is exist Proof of Concept After consulting the dev, the only check for making sure the token exist is a list on the UI/fontend side. A highly motivated attacker can easily disable...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/19 12:00 a.m.48 views

Solmate safetransfer and safetransferfrom does not check the codesize of the token address, which may lead to fund loss

Lines of code Vulnerability details Impact Possible miscalculation and loss of funds. Proof of Concept In AstariaRouter.commitToLiens, the safetransfer and safetransferfrom doesn’t check the existence of code at the token address. This is a known issue while using solmate’s libraries.Hence this m...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/21 12:00 a.m.20 views

SOLMATE SAFETRANSFER AND SAFETRANSFERFROM DOES NOT CHECK THE CODESIZE OF THE TOKEN ADDRESS, WHICH MAY LEAD TO FUND LOSS

Lines of code Vulnerability details Impact Reference from a previous Contrest : In uniswapV3SwapCallback and sendPaprFromAuctionFees the safetransfer and safetransferfrom doesn’t check the existence of code at the token address. This is a known issue while using solmate’s libraries. Hence this ma...

7AI score
SaveExploits0
OSV
OSV
added 2022/12/06 4:15 p.m.9 views

CVE-2022-46382

RackN Digital Rebar through 4.6.14, 4.7 through 4.7.22, 4.8 through 4.8.5, 4.9 through 4.9.12, and 4.10 through 4.10.8 has Insecure Permissions. After signing into Digital Rebar, users are issued authentication tokens tied to their account to perform actions within Digital Rebar. During the...

8.8CVSS5.8AI score0.00625EPSS
SaveExploits0References1
CVE
CVE
added 2022/12/06 12:00 a.m.69 views

CVE-2022-46382

Summary: CVE-2022-46382 affects RackN Digital Rebar up to version 4.10.8, where authentication tokens issued after login could still authorize actions even if the user account no longer exists. The root cause is insecure token validation during the lifecycle of a user account, enabling deleted us...

8.8CVSS8.8AI score0.00625EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2022/11/29 6:30 p.m.54 views

GHSA-96VH-4RFP-C42C HTSJDK is vulnerable to exposure of resource(s) to the wrong sphere

The package com.github.samtools:htsjdk before 3.0.1 are vulnerable to Creation of Temporary File in Directory with Insecure Permissions due to the createTempDir function in util/IOUtil.java not checking for the existence of the temporary directory before attempting to create it...

7.8CVSS5.9AI score0.0072EPSS
SaveExploits1References5
Code423n4
Code423n4
added 2022/11/28 12:00 a.m.9 views

Not checking if tokenId exist on distributeFees

Lines of code Vulnerability details Impact Not checking if tokenId exist on distributeFees can set the msg.value to uncreated tokenId Proof of Concept For example an Owner mistakenly call distributeFee with a tokenId which doesn't exist, then the function will success, but unfortunately any user...

6.9AI score
SaveExploits0
Rows per page
Query Builder