Lucene search
+L

3073 matches found

CVE
CVE
added 2026/08/14 11:35 a.m.34 views

CVE-2026-72829

CVE-2026-72829 is an API-key scope-cap bypass in the Grav API plugin (getgrav/grav-plugin-api) prior to 1.0.13 . The UsersController's create() and update() methods enforce scope caps only for api.users.write, but gate super-privilege grants on a bare isSuperAdmin() check that reads access.api.su...

8.8CVSS5.3AI score0.00261EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.24 views

CVE-2026-72828

Grav Plugin API before 1.0.13 (grav-plugin-api) is affected by CVE-2026-72828: InvitationsController fails to enforce API-key scope caps. strip-super and accept-groups checks rely on isSuperAdmin() instead of scope-aware permissions, allowing a least-privilege API key scoped to api.users.write (i...

8.6CVSS5.3AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 11:35 a.m.13 views

EUVD-2026-58642

Grav Plugin API getgrav/grav-plugin-api before 1.0.13 fails to enforce API-key scope caps in InvitationsController. The strip-super and accept-groups decisions are gated on a bare isSuperAdmin check rather than a scope-aware permission check, so a least-privilege API key scoped to api.users.write...

8.6CVSS5.4AI score0.00272EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.17 views

CVE-2026-72826

The getgrav/grav-plugin-api plugin before 1.0.13 fails to validate that the scopes of a newly created API key are a subset of the caller's scopes in createApiKey. The self-target path of requireApiKeyPermission requires only the baseline api.access scope, and the new key's scopes are read directl...

9.8CVSS5.4AI score0.00261EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/14 11:35 a.m.12 views

EUVD-2026-58640

The getgrav/grav-plugin-api plugin before 1.0.13 fails to validate that the scopes of a newly created API key are a subset of the caller's scopes in createApiKey. The self-target path of requireApiKeyPermission requires only the baseline api.access scope, and the new key's scopes are read directl...

9.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 11:35 a.m.17 views

EUVD-2026-58638

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API key scope-cap bypass in PagesController::guardTwigContent. The Twig-toggle check uses a bare isSuperAdmin gate that does not consult apikeyscopes, so a least-privilege API key scoped only to api.pages.write and minted on a...

9.8CVSS6.1AI score0.00404EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.36 views

CVE-2026-72825

The CVE affects getgrav/grav-plugin-api prior to 1.0.13. The ReportsController POST /reports/twig-content/allowlist enforces api.config.write then uses a bare isSuperAdmin() check instead of requireSuper(), causing an API key with scoped access to api.config.write minted on a super account to byp...

7.6CVSS5.4AI score0.00249EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.15 views

CVE-2026-72825

The getgrav/grav-plugin-api plugin before 1.0.13 contains an API-key scope cap bypass in the POST /reports/twig-content/allowlist endpoint ReportsController. The endpoint enforces requirePermission'api.config.write' followed by a bare isSuperAdmin check instead of requireSuper. Because isSuperAdm...

7.6CVSS5.4AI score0.00249EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/14 11:35 a.m.12 views

EUVD-2026-58637

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.4CVSS5.4AI score0.00193EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.16 views

CVE-2026-72823

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.3AI score0.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.17 views

PT-2026-72000

Name of the Vulnerable Software and Affected Versions Flex Objects versions 1.0.0 through 1.4.6 Description An incorrect authorization issue exists in the Flex Objects API. The FlexApiController::update function only verifies general Flex directory permissions and fails to apply the target, field...

8.8CVSS5.2AI score0.00302EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.14 views

PT-2026-71998

Name of the Vulnerable Software and Affected Versions Grav API plugin getgrav/grav-plugin-api versions prior to 1.0.13 Description An API-key scope-cap bypass exists in the create and update methods of the UsersController. While these methods enforce scope caps for api.users.write, they rely on a...

9.8CVSS5.3AI score0.00261EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.17 views

PT-2026-71995

Name of the Vulnerable Software and Affected Versions getgrav/grav-plugin-api versions prior to 1.0.13 Description The getgrav/grav-plugin-api plugin fails to validate that the scopes of a newly created API key are a subset of the caller's scopes within the createApiKey function. The self-target...

9.8CVSS6.2AI score0.00261EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/13 7:17 p.m.9 views

CVE-2026-73482

phpList before 3.7.0-RC5 contains a cross-site request forgery CSRF vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request ?page=admins&delete=N that is not protected by a CSRF token the central verifyCsrfGetToken check uses...

8.1CVSS0.00244EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/13 6:49 p.m.34 views

CVE-2026-73482

CVE-2026-73482 affects phpList prior to 3.7.0-RC5, where the admin deletion action (GET request to ?page=admins&delete=N) is not protected by CSRF token due to verifyCsrfGetToken bypass. A remote attacker can trick a logged-in super-administrator into loading a crafted URL (e.g., embedded in an i...

8.1CVSS5.1AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/13 6:49 p.m.10 views

CVE-2026-73482 phpList < 3.7.0-RC5 Cross-Site Request Forgery via admins.php

phpList before 3.7.0-RC5 contains a cross-site request forgery CSRF vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request ?page=admins&delete=N that is not protected by a CSRF token the central verifyCsrfGetToken check uses...

7.2CVSS5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/13 6:49 p.m.35 views

CVE-2026-73482 phpList < 3.7.0-RC5 Cross-Site Request Forgery via admins.php

phpList before 3.7.0-RC5 contains a cross-site request forgery CSRF vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request ?page=admins&delete=N that is not protected by a CSRF token the central verifyCsrfGetToken check uses...

8.1CVSS0.00244EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/13 6:49 p.m.13 views

EUVD-2026-58229

phpList before 3.7.0-RC5 contains a cross-site request forgery CSRF vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request ?page=admins&delete=N that is not protected by a CSRF token the central verifyCsrfGetToken check uses...

8.1CVSS5.1AI score0.00244EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/13 6:49 p.m.10 views

CVE-2026-73482

phpList before 3.7.0-RC5 contains a cross-site request forgery CSRF vulnerability in lists/admin/admins.php. The administrator deletion action is triggered via an unauthenticated GET request ?page=admins&delete=N that is not protected by a CSRF token the central verifyCsrfGetToken check uses...

8.1CVSS5.1AI score0.00244EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/13 12:19 p.m.9 views

python: Python: Denial of Service via super-linear regular expression work in csv.Sniffer.sniff()

A flaw was found in the csv.Sniffer.sniff function within Python. An attacker can exploit this by providing specially crafted CSV samples, which can trigger super-linear regular-expression processing during dialect sniffing. This excessive processing consumes significant CPU resources, potentiall...

2.4CVSS5.5AI score0.00119EPSS
SaveExploits0References7
Rows per page
Query Builder