Lucene search
+L

3297 matches found

EUVD
EUVD
added 2026/08/22 12:26 p.m.11 views

EUVD-2026-64265

WWBN AVideo through commit 9c39d8c8 contains an authorization bypass vulnerability where getToken creates tokens without binding to user identity or purpose, and plugin/Gallery/view/sections.php issues valid tokens to unauthenticated visitors. Attackers can retrieve a token from the Gallery...

8.7CVSS5.4AI score0.0027EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/08/22 2:23 a.m.25 views

laravel-access-control-lab

laravel-access-control-lab A deliberately vulnerable Larave...

5.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/20 6:39 p.m.8 views

Winter: Authenticated IDOR in backend FileUpload widget allows cross-user access to attachment metadata

Impact The backend FileUpload form widget trusted an attacker-controlled fileid POST parameter when resolving the attachment it operates on. The lookup FileUpload::getFileRecord resolved the posted id against the global systemfiles table without verifying that the file belonged to the widget's ow...

5.6AI score
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/20 4:38 p.m.27 views

CVE-2026-55642

In dbx-web before 0.5.51, auth_middleware in crates/dbx-web/src/auth.rs bypasses authentication when password_hash is None, which occurs on fresh deployments with DBX_PASSWORD unset. The service binds to 0.0.0.0:4224 by default, allowing unauthenticated attackers to call /api/connection/connect a...

9.8CVSS5.8AI score0.00372EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 4:38 p.m.11 views

CVE-2026-55642 dbx: Unauthenticated arbitrary SQL execution in dbx-web (authentication fails open when no password is configured)

dbx is a cross-platform database client for databases. Prior to 0.5.51, dbx-web authmiddleware in crates/dbx-web/src/auth.rs passes every protected request to the handler chain when passwordhash is None. A fresh deployment reaches that state when DBXPASSWORD is unset and no stored password exists...

9.8CVSS6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.9 views

PT-2026-79060

dbx is a cross-platform database client for databases. Prior to 0.5.51, dbx-web auth middleware in crates/dbx-web/src/auth.rs passes every protected request to the handler chain when password hash is None. A fresh deployment reaches that state when DBX PASSWORD is unset and no stored password...

9.8CVSS5.8AI score0.00372EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/19 5:19 p.m.6 views

EEF-CVE-2026-73136 Static memo configuration in mpp Tempo disables per-challenge attribution binding, enabling third-party replay

Summary Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated third party to obtain paid resources by replaying a transfer settled by an unrelated payer. MPP.Methods.Tempo normally binds a settled TIP-20 TransferWithMemo to the specific challenge under verification...

8.2CVSS5.4AI score0.00543EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 5:00 p.m.62 views

CVE-2026-57580

In authentik versions before 2026.2.6 and 2026.5.5, an inbound SAML Source using USERNAME_LINK or EMAIL_LINK matching interprets XML comments in a NameID differently than the signed assertion. An attacker who can set their NameID can inject a comment to truncate the value to a victim's username/e...

9.4CVSS5.5AI score0.00441EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/17 9:57 p.m.10 views

http4k: `DigestAuthProvider.verify` did not bind to request URI

Impact An issue in DigestAuthProvider.verify: The uri parameter in the client's Authorization: Digest … response was not checked against the actual request URL. A captured Digest authentication response could be replayed against any other URL served by the same realm, breaking the per-request-URL...

5.4AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/17 8:36 p.m.27 views

CVE-2026-75482

SWE-agent's trajectory inspector (v1.1.0) exposes a path-traversal vulnerability in its /trajectory/ handler, allowing unauthenticated clients to read arbitrary files shaped as trajectory JSON, potentially leaking repository contents, command output, and API keys. The server binds to 0.0.0.0 with...

8.7CVSS5.4AI score0.00622EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/16 12:00 a.m.19 views

PT-2026-73132

The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.8.4. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

7.5CVSS5.6AI score0.00415EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.11 views

SUSE CVE-2026-74521

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp stops comparing at the first NUL byte, so different ClientGUID values can incorrectly be treated as equa...

9.1CVSS5.4AI score0.00315EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 1:17 p.m.9 views

CVE-2026-74496

In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in foucreate foucreate publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist fails, the error path frees fou while it is still reachable through...

7.8CVSS0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74496

In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in foucreate foucreate publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist fails, the error path frees fou while it is still reachable through...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

UBUNTU-CVE-2026-74521

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp stops comparing at the first NUL byte, so different ClientGUID values can incorrectly be treated as equa...

9.1CVSS5.3AI score0.00315EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74496 fou: Fix use-after-free in fou_create()

In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in foucreate foucreate publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist fails, the error path frees fou while it is still reachable through...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.5 views

CVE-2026-74281

In the Linux kernel, the following vulnerability has been resolved: tipc: reject inverted service ranges from peer bindings tipcupdatenametbl inserts a binding advertised by a peer node using the lower and upper service-range bounds taken directly from the wire, without checking that lower upper ...

7.5CVSS0.00662EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72147

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 6:00 a.m.18 views

CVE-2026-18807

The ECS WordPress plugin (versions before 4.3.8) lacks capability and ownership checks on dynamic repeater AJAX handlers, allowing any contributor-level user to read, modify, or delete other users' post binding configurations and alter site-wide presets. Remediation is to upgrade to ECS 4.3.8 or ...

4.3CVSS5.4AI score0.00152EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/15 6:00 a.m.24 views

CVE-2026-18807 ECS < 4.3.8 - Contributor+ Arbitrary Post Binding and Global Preset Modification via Dynamic Repeater Handlers

The ECS WordPress plugin before 4.3.8 does not have capability or ownership checks on its dynamic repeater actions, relying only on a nonce available to any user who can open the page builder, allowing users with a contributor-level account or above to read, alter and delete the binding...

0.00152EPSS
SaveExploits0References1
Rows per page
Query Builder