Lucene search
+L

594181 matches found

Cvelist
Cvelist
added 4 days ago35 views

CVE-2026-11737 Some NETGEAR Nighthawk devices allow administrators to tamper with the device

Insufficient input validation vulnerability in the listed NETGEAR models allows authenticated administrators connected to the local network to make unauthorized modification to the device software and functionality...

6.8CVSS0.00247EPSS
SaveExploits0References12
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-73068 ToolJet: Cross-tenant Broken Access Control in ToolJet Database (tooljet-db): any authenticated user can read and write another organization's tables

ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.207, the ToolJet Database HTTP API in server/src/modules/tooljet-db/controller.ts authorizes operations against the :organizationId URL path value without...

5.9CVSS0.00185EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago22 views

CVE-2026-73068

ToolJet CVE-2026-73068 describes cross-tenant broken access control in the ToolJet Database (tooljet-db). Before 3.20.207, the API拒authorization allowed any authenticated user to read/write other organizations’ tables via endpoints such as GET /api/tooljet-db/organizations/:organizationId/tables,...

5.9CVSS5.3AI score0.00185EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago11 views

EUVD-2026-56186

ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.207, the ToolJet Database HTTP API in server/src/modules/tooljet-db/controller.ts authorizes operations against the :organizationId URL path value without...

5.9CVSS5.3AI score0.00185EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

CVE-2026-73068 ToolJet: Cross-tenant Broken Access Control in ToolJet Database (tooljet-db): any authenticated user can read and write another organization's tables

ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.207, the ToolJet Database HTTP API in server/src/modules/tooljet-db/controller.ts authorizes operations against the :organizationId URL path value without...

5.9CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added 4 days ago29 views

CVE-2026-18640

The CVE-2026-18640 entry concerns Velociraptor's NewNotebook API. The parameter handling flaw allows an authenticated user with NOTEBOOK_EDIT permission to write a notebook record outside the org’s data store directory. The written file must bear the .json.db extension, but the vulnerability can ...

7.1CVSS5.4AI score0.00313EPSS
SaveExploits0References1
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-56178

The Velociraptor gRPC API has a VFSGetBuffer endpoint which allows reading files from the datastore. To prevent users from reading sensitive files or accessing other orgs, the requested path is prefix checked against a list of denied prefixes. This prefix check can be bypassed allowing a user to...

6.8CVSS5.4AI score0.00236EPSS
SaveExploits0References1
CVE
CVE
added 4 days ago23 views

CVE-2026-18636

The CVE affects Velociraptor’s gRPC API (VFSGetBuffer) where a path-prefix denial check can be bypassed, enabling a user with ROOT read permission to access files in other orgs. The CVSS metrics indicate a NETWORK exploit with LOW complexity and HIGH confidentiality impact, requiring HIGH privile...

6.8CVSS5.4AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

CVE-2026-18636 Velociraptor VFSGetBuffer API path deny list bypass

The Velociraptor gRPC API has a VFSGetBuffer endpoint which allows reading files from the datastore. To prevent users from reading sensitive files or accessing other orgs, the requested path is prefix checked against a list of denied prefixes. This prefix check can be bypassed allowing a user to...

6.8CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago34 views

CVE-2026-18636 Velociraptor VFSGetBuffer API path deny list bypass

The Velociraptor gRPC API has a VFSGetBuffer endpoint which allows reading files from the datastore. To prevent users from reading sensitive files or accessing other orgs, the requested path is prefix checked against a list of denied prefixes. This prefix check can be bypassed allowing a user to...

6.8CVSS0.00236EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 4 days ago5 views

firefox: thunderbird: Sandbox escape due to use-after-free in the Disability Access APIs component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to use-after-free in the Disability Access APIs component...

9.8CVSS5.4AI score0.00394EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 4 days ago8 views

firefox: thunderbird: Sandbox escape due to use-after-free in the Disability Access APIs component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to use-after-free in the Disability Access APIs component...

9.8CVSS5.4AI score0.00394EPSS
SaveExploits0References6
OSV
OSV
added 4 days ago4 views

CVE-2026-72922 AutoGPT: Webhook provider path confusion bypasses generic webhook secret verification

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.70, AutoGPT's autogptplatform/backend/backend/api/features/integrations/router.py webhookingressgeneric route selected getwebhookmanagerprovider from the untrust...

8.2CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added 4 days ago24 views

CVE-2026-72921

SeaweedFS CVE-2026-72921 affects the filer server component where the authorization check used strings.HasPrefix on raw path strings, allowing a JWT scoped to /tenant1 to access sibling paths like /tenant1234, /tenant1-old, and /tenant1backup. Root cause: prefix-based path matching without proper...

8.1CVSS5.3AI score0.00238EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-56159

SeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filerserverhandlers.go allowedprefixes authorization check used strings.HasPrefix on raw path strings, so a filer JWT scoped to /tenant1 also authorized sibling paths such as /tenant1234, /tenant1-old, and /tenant1backup,...

8.1CVSS5.3AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago6 views

CVE-2026-72921 SeaweedFS: Filer JWT allowed_prefixes literal prefix match allows cross-tenant access to sibling paths

SeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filerserverhandlers.go allowedprefixes authorization check used strings.HasPrefix on raw path strings, so a filer JWT scoped to /tenant1 also authorized sibling paths such as /tenant1234, /tenant1-old, and /tenant1backup,...

8.1CVSS5.4AI score
SaveExploits0References6
RedHat Linux
RedHat Linux
added 4 days ago4 views

firefox: thunderbird: Site isolation issue in the Networking: HTTP component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Site isolation issue in the Networking: HTTP component...

9.8CVSS5.3AI score0.00209EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 4 days ago5 views

firefox: thunderbird: Sandbox escape due to use-after-free in the Disability Access APIs component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to use-after-free in the Disability Access APIs component...

9.8CVSS5.3AI score0.00394EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 4 days ago5 views

firefox: thunderbird: Sandbox escape due to use-after-free in the Disability Access APIs component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to use-after-free in the Disability Access APIs component...

9.8CVSS5.3AI score0.00394EPSS
SaveExploits0References6
CVE
CVE
added 4 days ago63 views

CVE-2026-18129

CVE-2026-18129 affects the Core of Ivanti Endpoint Manager prior to version 2024 SU7. The issue is cleartext transmission of sensitive information, allowing a remote, unauthenticated attacker in a MITM position to leak credentials used for external SQL connections. CVSS v3.1 metrics report high i...

8.1CVSS5.5AI score0.00871EPSS
SaveExploits0References1
Rows per page
Query Builder