Lucene search
K

121 matches found

NVD
NVD
added 2023/09/06 6:15 p.m.17 views

CVE-2023-41050

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

7.7CVSS7AI score0.00323EPSS
Exploits0References2
Prion
Prion
added 2023/09/06 6:15 p.m.15 views

Format string

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

4CVSS7.5AI score0.00323EPSS
Exploits0References2Affected Software2
Cvelist
Cvelist
added 2023/09/06 5:58 p.m.16 views

CVE-2023-41050 Information disclosure through Python's "format" functionality in Zope AccessControl

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

6.8CVSS7.8AI score0.00323EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2023/09/06 5:58 p.m.17 views

CVE-2023-41050 Information disclosure through Python's "format" functionality in Zope AccessControl

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

6.8CVSS6.9AI score0.00323EPSS
Exploits0References2
CVE
CVE
added 2023/09/06 5:58 p.m.56 views

CVE-2023-41050

CVE-2023-41050 concerns Zope’s AccessControl. The issue arises when Python’s format functionality can cause format strings to access objects recursively via normal getattr/getitem, bypassing restricted variants and leading to information disclosure. Affected are scenarios where untrusted users ca...

7.7CVSS7AI score0.00323EPSS
Exploits0References2Affected Software2
OSV
OSV
added 2023/09/06 5:58 p.m.12 views

CVE-2023-41050 Information disclosure through Python's "format" functionality in Zope AccessControl

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

6.8CVSS7.4AI score0.00323EPSS
Exploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2023/09/06 12:0 a.m.27 views

Exposure of Sensitive Information to an Unauthorized Actor

AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use...

7.7CVSS6.9AI score0.00323EPSS
Exploits0References4Affected Software1
NVD
NVD
added 2023/08/04 12:15 a.m.11 views

CVE-2023-36131

PHPJabbers Availability Booking Calendar 5.0 is vulnerable to Incorrect Access Control due to improper input validation of password parameter...

9.8CVSS9.7AI score0.00131EPSS
Exploits0References2
Cvelist
Cvelist
added 2023/06/30 12:0 a.m.15 views

CVE-2023-37300

An issue was discovered in the CheckUserLog API in the CheckUser extension for MediaWiki through 1.39.3. There is incorrect access control for visibility of hidden users...

5.6AI score0.00256EPSS
Exploits1References2
Code423n4
Code423n4
added 2023/05/11 12:0 a.m.10 views

Lack of Access Control in claimRewards Function

Lines of code Vulnerability details Impact The calculateNewRewards function should also check whether the rewardsCapped variable is greater than the rewardsClaimedInEpoch variable to ensure that rewards are not claimed that exceed the reward cap, because an attacker could exploit this vulnerabili...

6.7AI score
Exploits0
Code423n4
Code423n4
added 2023/02/17 12:0 a.m.7 views

MaltRepository._revokeRole may not work correctly

Lines of code Vulnerability details Impact MaltRepository inherits from AccessControl and adds validation of validRoles to the hasRole function, which means that even if super.hasRolerole, account == true, if validRolesrole == false hasRole will return false, which will cause revokeRole to not wo...

6.8AI score
Exploits0
Openbugbounty
Openbugbounty
added 2023/01/03 4:46 p.m.11 views

inovesola.com Improper Access Control vulnerability OBB-3127878

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

0.1AI score
Exploits0
Code423n4
Code423n4
added 2023/01/03 12:0 a.m.8 views

Owner may lose funds if Minipool is recreated before funds are withdrawn

Lines of code Vulnerability details The createMinipool function of the MinipoolManager contract can be used to reinitialize an existing minipool and potentially lose user funds. If the given nodeID has an existing minipool index, then the state for the minipool is reset: if minipoolIndex != -1...

6.9AI score
Exploits0
Cvelist
Cvelist
added 2022/12/01 12:0 a.m.14 views

CVE-2022-35120

IXPdata EasyInstall 6.6.14725 contains an access control issue...

8.9AI score0.00027EPSS
Exploits1References1
Cvelist
Cvelist
added 2022/11/10 2:20 a.m.16 views

CVE-2022-39038 FLOWRING Agentflow BPM - Broken Access Control

Agentflow BPM enterprise management system has improper authentication. A remote attacker with general user privilege can change the name of the user account to acquire arbitrary account privilege, and access, manipulate system or disrupt service...

8.8CVSS8.9AI score0.01226EPSS
Exploits0References2
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.9 views

revenueContract that uses AccessControl instead of Ownable can’t work with SpigotLib's removeSpigot()

Lines of code Vulnerability details Proof of Concept The code in removeSpigot is the following bool success, = revenueContract.call abi.encodeWithSelector self.settingsrevenueContract.transferOwnerFunction, self.operator // assume function only takes one param that is new owner address ; So...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.12 views

[PNM-003] finalize can be called by bidders, allows them to cancelBid

Lines of code Vulnerability details Description The finalize function is used to finalize the auction, locking all bids, and paying the seller. However, any user, including bidders can call finalize, as it is a public function, and there are no user checks. This may allow bidders to input malicio...

6.8AI score
Exploits0
NVD
NVD
added 2022/07/19 10:15 p.m.16 views

CVE-2022-21557

Vulnerability in the Oracle WebLogic Server product of Oracle Fusion Middleware component: Web Container. Supported versions that are affected are 12.2.1.3.0, 12.2.1.4.0 and 14.1.1.0.0. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where Oracl...

5.7CVSS0.00159EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2022/05/18 12:0 a.m.28 views

Missing Authorization in Jenkins WMI Windows Agents plugin

WMI Windows Agents Plugin 1.8 and earlier includes the Windows Remote Command library. It provides a general-purpose remote command execution capability that Jenkins uses to check if Java is available, and if not, to install it. This library has a buffer overflow vulnerability that may allow user...

8.8CVSS9.1AI score0.00079EPSS
Exploits0References5Affected Software1
Openbugbounty
Openbugbounty
added 2022/03/20 12:16 p.m.10 views

logivert.ba Improper Access Control vulnerability OBB-2438035

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

0.1AI score
Exploits0
Rows per page
Query Builder