Lucene search
+L

15474 matches found

EUVD
EUVD
added 2026/08/13 6:48 p.m.9 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.24 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.10 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.5 views

CVE-2026-58507

Private Repository Existence Disclosure via go-get Meta Endpoint...

5.3CVSS0.00237EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/13 5:17 p.m.7 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
OSV
OSV
added 2026/08/13 4:44 p.m.9 views

CVE-2026-58507 Private Repository Existence Disclosure via go-get Meta Endpoint

Private Repository Existence Disclosure via go-get Meta Endpoint...

5.3CVSS5.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/13 4:44 p.m.31 views

CVE-2026-58507 Private Repository Existence Disclosure via go-get Meta Endpoint

Private Repository Existence Disclosure via go-get Meta Endpoint...

0.00237EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/13 4:44 p.m.28 views

CVE-2026-58507

CVE-2026-58507 affects Gitea: Private Repository Existence Disclosure via the go-get meta endpoint. The vulnerability arises when a request includes ?go-get=1, triggering EarlyResponseForGoGetMeta before authentication/authorization, and returning HTTP 200 with go-import/go-source metadata. This ...

5.3CVSS5.7AI score0.00237EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.5 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
RedhatCVE
RedhatCVE
added 2026/08/12 3:50 p.m.6 views

CVE-2026-73229

A flaw was found in Django REST framework. The AdminRenderer component, when processing an invalid write request, can improperly invoke a GET request without adequate permission checks. This oversight allows an unauthenticated attacker to access data that they are not authorized to view, leading ...

4.3CVSS5.2AI score0.00273EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/08/12 3:16 p.m.11 views

LibreNMS: Reflected XSS via Proxmox instance/vmid GET parameters injected into document.title JavaScript assignment

Summary LegacyController.php:75 writes the page title into a document.title JS assignment using string interpolation. apps/proxmox.inc.php pushes $vars'instance' and $vars'vmid' GET params, only striptags applied directly into $pagetitle. A single quote terminates the JS string, executing arbitra...

5.4AI score
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/08/12 3:16 p.m.9 views

Cross-site Scripting (XSS)

Overview librenms/librenms is a fully featured network monitoring system that provides a wealth of features and device support. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the document.title assignment in JavaScript, where user-supplied GET parameters are...

5.4CVSS5.4AI score
SaveExploits0References2
NVD
NVD
added 2026/08/12 2:17 p.m.12 views

CVE-2026-47229

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.4CVSS0.00095EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/12 1:11 p.m.12 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.00095EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/12 1:11 p.m.5 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
OSV
OSV
added 2026/08/11 6:59 p.m.14 views

CVE-2026-73229 Django REST framework: AdminRenderer may disclose GET-protected data when rendering invalid write requests

Django REST framework is a powerful and flexible toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's restframework/renderers.py AdminRenderer.render uses overridemethod to simulate GET and directly invokes view.get without view.checkpermissions while rendering an invalid write...

4.3CVSS5.3AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/11 6:36 p.m.11 views

EUVD-2026-56903

Taubyte Tau v1.1.10 contains a missing authorization vulnerability in the services/auth HTTP service that allows any authenticated user to read or permanently delete another tenant's project by supplying an arbitrary project ID to the GET and DELETE /projects/id endpoints. The GitHubTokenHTTPAuth...

8.3CVSS5.5AI score0.00315EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/11 6:36 p.m.29 views

CVE-2026-69119 Taubyte Tau v1.1.10 Missing Authorization via POST /projects/{id}

Taubyte Tau v1.1.10 contains a missing authorization vulnerability in the services/auth HTTP service that allows any authenticated user to read or permanently delete another tenant's project by supplying an arbitrary project ID to the GET and DELETE /projects/id endpoints. The GitHubTokenHTTPAuth...

8.3CVSS0.00315EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/11 5:11 p.m.9 views

EUVD-2022-56016

Weaver Fanwei E-cology 8.0 and 9.0 contains a SQL injection vulnerability in the HrmCareerApplyPerView.jsp endpoint that allows unauthenticated remote attackers to extract arbitrary data from the backend database by manipulating the id GET parameter. Attackers can send a single crafted GET reques...

8.7CVSS5.9AI score0.00462EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/11 10:17 a.m.11 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
Rows per page
Query Builder