Lucene search
+L

3590 matches found

NVD
NVD
added 2026/08/13 7:17 p.m.14 views

CVE-2026-73481

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.4CVSS0.00149EPSS
SaveExploits0References5
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
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
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
Vulnrichment
Vulnrichment
added 2026/08/13 6:48 p.m.13 views

CVE-2026-73481 phpList < 3.7.0-RC5 Cross-Site Request Forgery via Bounce Rules

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.4CVSS5.6AI score0.00149EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/13 6:48 p.m.36 views

CVE-2026-73481 phpList < 3.7.0-RC5 Cross-Site Request Forgery via Bounce Rules

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.4CVSS0.00149EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/13 6:48 p.m.11 views

CVE-2026-73481

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.4CVSS5.5AI score0.00149EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/13 6:48 p.m.12 views

EUVD-2026-58228

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.4CVSS5.5AI score0.00149EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/13 6:48 p.m.37 views

CVE-2026-73481

CVE-2026-73481 affects phpList

5.4CVSS5.5AI score0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/13 6:48 p.m.19 views

CVE-2026-73481 phpList < 3.7.0-RC5 Cross-Site Request Forgery via Bounce Rules

phpList before 3.7.0-RC5 fail to enforce CSRF token validation on the bounce rule deletion endpoint bouncerules.php / bouncerule.php. The deletion is performed via a GET request ?page=bouncerules&del=N, and the central CSRF check verifyCsrfGetToken is invoked with enforce=false, so it only...

5.3CVSS5.8AI score
SaveExploits0References8
NVD
NVD
added 2026/08/13 5:17 p.m.9 views

CVE-2026-24059

The GET /api/v1/user/actions/runners/registration-token endpoint and its owner- and repository-level equivalents creates a new runner registration token if none exists, yet the API scope middleware classifies it as read-only because it is a GET request. A holder of a leaked read:user-scoped token...

6.5CVSS0.00304EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.10 views

PT-2026-71733

Name of the Vulnerable Software and Affected Versions phpList versions prior to 3.7.0-RC5 Description A cross-site request forgery CSRF issue exists in the 'lists/admin/admins.php' endpoint. The administrator deletion action is triggered via a GET request using the delete parameter that lacks CSR...

8.1CVSS5AI score0.00244EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/12 1:11 p.m.20 views

EUVD-2026-57206

Admidio is an open-source user management solution. Prior to version 5.0.10, modules/sso/clients.php validates an admcsrftoken on every state-changing branch except enable. The enable case loads the SAML or OIDC client by UUID, calls $client-enable$enabled, and persists the new state with no toke...

5.4CVSS5.3AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/12 1:11 p.m.9 views

CVE-2026-47229 Admidio: CSRF in SSO client `enable` action toggles SAML/OIDC clients without token validation

Admidio is an open-source user management solution. Prior to version 5.0.10, modules/sso/clients.php validates an admcsrftoken on every state-changing branch except enable. The enable case loads the SAML or OIDC client by UUID, calls $client-enable$enabled, and persists the new state with no toke...

5.4CVSS5.4AI score
SaveExploits0References3
NVD
NVD
added 2026/08/11 10:17 a.m.14 views

CVE-2026-73162

Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests: /account/follow /account/deletenotification /account/marknotificationread /account/markallread These endpoints require authentication, but before the fix they could be invoked with simple GET...

5.3CVSS0.00174EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/11 9:13 a.m.46 views

CVE-2026-73162

CVE-2026-73162 affects MISP cti-transmute where several state-changing endpoints were exposed as unauthenticated GET requests: /account/follow, /account/delete_notification, /account/mark_notification_read, and /account/mark_all_read. The underlying issue is CSRF risk because these authenticated ...

5.3CVSS5AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/11 9:13 a.m.36 views

CVE-2026-73162 cti-transmute CSRF Allows Unauthorized Follow and Notification State Changes

Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests: /account/follow /account/deletenotification /account/marknotificationread /account/markallread These endpoints require authentication, but before the fix they could be invoked with simple GET...

5.3CVSS5AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.13 views

PT-2026-70102

Name of the Vulnerable Software and Affected Versions MISP cti-transmute affected versions not specified Description Several state-changing account operations are exposed as GET requests, making them susceptible to cross-site request forgery CSRF. CSRF is a flaw where a third-party site induces a...

5.3CVSS4.8AI score0.00174EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/05 9:56 p.m.11 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the /management/stop handler in the metrics management server on port 9091. An attacker can terminate the proxy, datanode, or querynode by sending a crafted HTTP GET request to...

8.7CVSS5.6AI score0.00568EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/05 9:56 p.m.12 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the /management/stop handler in the metrics management server on port 9091. An attacker can terminate the proxy, datanode, or querynode by sending a crafted HTTP GET request to...

8.7CVSS5.6AI score0.00568EPSS
SaveExploits0References2
Rows per page
Query Builder