Lucene search
+L

21 matches found

Positive Technologies
Positive Technologies
•added 2026/09/15 12:00 a.m.•11 views

PT-2026-91871

The Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 4.1.23. This is due to the PermissionManager::manage permissions function being registered as a callback on WordPress core's...

7.5CVSS5.8AI score0.00705EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/14 6:45 p.m.•9 views

CVE-2026-90811 cosmicstack-labs mercury-agent Shell Permission Manifest permissions.ts PermissionManager.checkShellCommand information disclosure

A weakness has been identified in cosmicstack-labs mercury-agent up to 1.2.0. This affects the function PermissionManager.checkShellCommand of the file mercury-agent/src/capabilities/permissions.ts of the component Shell Permission Manifest. Executing a manipulation can lead to information...

4.8CVSS5AI score
SaveExploits0References8
NVD
NVD
•added 2026/09/07 5:16 a.m.•5 views

CVE-2026-86271

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.8CVSS0.00396EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/07 4:30 a.m.•8 views

CVE-2026-86271 FluentCMS PermissionManager.cs GetAccessible authorization

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.1CVSS5.3AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/07 4:30 a.m.•20 views

CVE-2026-86271

A missing authorization vulnerability in FluentCMS up to 0.0.5 affects the GetAccessible function in src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs, allowing a remote attacker with existing authenticated access to bypass permission checks. The CVSS 3.1 base score is 4.7 (MEDIUM) ...

5.8CVSS5.3AI score0.00396EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/07 4:30 a.m.•40 views

CVE-2026-86271 FluentCMS PermissionManager.cs GetAccessible authorization

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.8CVSS0.00396EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/07 4:30 a.m.•8 views

EUVD-2026-72253

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.8CVSS5.3AI score0.00396EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2026/09/07 4:30 a.m.•9 views

CVE-2026-86271 FluentCMS PermissionManager.cs GetAccessible authorization

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.8CVSS4.9AI score0.00396EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/09/07 12:00 a.m.•11 views

PT-2026-86628

A vulnerability was found in FluentCMS up to 0.0.5. This affects the function GetAccessible of the file src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs. Performing a manipulation results in missing authorization. It is possible to initiate the attack remotely. The exploit has been...

5.8CVSS5.3AI score0.00396EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/07/01 2:48 p.m.•19 views

EUVD-2026-41039

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files includes/Api/ApiQueryAllUsers.Php, includes/Api/ApiQueryUsers.Php, includes/Permissions/PermissionManager.Php,...

2.1CVSS5.8AI score0.0032EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
•added 2025/05/28 12:00 a.m.•12 views

The vulnerability in the files IntroMessageBuilder.Php, PermissionManager.Php, and RestrictionStore.Php of the MediaWiki software, which are used to implement a hypertext environment, allows a malicious user to gain unauthorized access to protected information.

The vulnerability of the IntroMessageBuilder.Php, PermissionManager.Php, and RestrictionStore.Php files of the MediaWiki hypertext environment implementation is related to improper storage of permissions. Exploiting this vulnerability could allow an attacker to gain unauthorized access to protect...

4.3CVSS5.4AI score0.00387EPSS
SaveExploits0References6Affected Software3
OSV
OSV
•added 2025/04/10 7:16 p.m.•14 views

UBUNTU-CVE-2025-32697

Improper Preservation of Permissions vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files includes/editpage/IntroMessageBuilder.Php, includes/Permissions/PermissionManager.Php, includes/Permissions/RestrictionStore.Php. This issue affects MediaWiki:...

5.8AI score0.00387EPSS
SaveExploits0References5
Code423n4
Code423n4
•added 2023/03/10 12:00 a.m.•11 views

DAOs can be permanently locked due to insufficient parameter validation in _grantWithCondition()

Lines of code ttps://github.com/code-423n4/2023-03-aragon/blob/4db573870aa4e1f40a3381cdd4ec006222e471fe/packages/contracts/src/core/permission/PermissionManager.solL312 Vulnerability details Impact It is possible to set the condition contract to an EOA when granting permission with a condition th...

7.2AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/03/09 12:00 a.m.•14 views

DAO.sol auth() for ROOT_PERMISSION_ID should not need to depend on hidden IPermissionCondition _auth() from PermissionManager.sol

Lines of code Vulnerability details Summary PermissionManager.sol auth modifier pass along msg.data from all functions, is really out of place. There is little reason to pass along unused data than necessary. It is reasonable to expect ROOTPERMISSIONID and other DAO executive role controlled by...

7.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/03/09 12:00 a.m.•6 views

function applyTargetPermissions() from PermissonManager.sol should use external grant function instead of internal function

Lines of code Vulnerability details Summary applySingleTargetPermissions and applyMultiTargetPermissions use internal function grant, revoke, grantWithCondition in a loop. Each of these internal function have an external function grant, revoke, grantWithCondition do the same thing with extra step...

7.2AI score
SaveExploits0
CNVD
CNVD
•added 2023/02/10 12:00 a.m.•64 views

Google Android Information Disclosure Vulnerability (CNVD-2023-12018)

Google Android is a free and open source operating system based on the Linux kernel without GNU components. An information disclosure vulnerability exists in revokeOwnPermissionsOnKill in PermissionManager.java in Google Android version 13.0, which stems from the program not properly checking que...

3.3CVSS3.4AI score0.00118EPSS
SaveExploits0References1
NVD
NVD
•added 2022/12/16 4:15 p.m.•37 views

CVE-2022-20559

In revokeOwnPermissionsOnKill of PermissionManager.java, there is a possible way to determine whether an app is installed, without query permissions, due to side channel information disclosure. This could lead to local information disclosure with no additional execution privileges needed. User...

3.3CVSS0.00118EPSS
SaveExploits0References1
OSV
OSV
•added 2022/12/16 4:15 p.m.•14 views

CVE-2022-20559

In revokeOwnPermissionsOnKill of PermissionManager.java, there is a possible way to determine whether an app is installed, without query permissions, due to side channel information disclosure. This could lead to local information disclosure with no additional execution privileges needed. User...

3.3CVSS5.9AI score0.00118EPSS
SaveExploits0References1
Prion
Prion
•added 2022/12/16 4:15 p.m.•20 views

Information disclosure

In revokeOwnPermissionsOnKill of PermissionManager.java, there is a possible way to determine whether an app is installed, without query permissions, due to side channel information disclosure. This could lead to local information disclosure with no additional execution privileges needed. User...

1.7CVSS3.5AI score0.00118EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2022/12/16 12:00 a.m.•46 views

CVE-2022-20559

In revokeOwnPermissionsOnKill of PermissionManager.java, there is a possible way to determine whether an app is installed, without query permissions, due to side channel information disclosure. This could lead to local information disclosure with no additional execution privileges needed. User...

3.8AI score0.00118EPSS
SaveExploits0References1
Rows per page
Query Builder