Lucene search
+L
GithubRecent

35598 matches found

Github Security Blog
Github Security Blog
added 2026/08/28 6:01 p.m.11 views

Snipe-IT's API Location Creation Bypasses FMCS Parent-Child Company Boundary Validation

Impact When Full Multiple Companies Support and scopelocationsfmcs are both enabled, the API endpoint for creating locations can still create a child location under a parent location from a different company. The code detects the invalid parent/child company mismatch, but it appears not to return...

4.3CVSS5.9AI score0.00331EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 6:00 p.m.10 views

Snipe-IT has a path traversal vulnerability via CSV import `image` field

Impact An authenticated user holding the import and assets.update permissions can delete arbitrary files on the server filesystem by injecting a path traversal string into an asset's image field via CSV import, then triggering the image deletion feature...

6.5CVSS6AI score0.00589EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:59 p.m.12 views

Snipe-IT vulnerable to stored XSS via inline-served attachment

Impact A low-privilege user can store an active-content payload as an asset attachment and have it served inline, same-origin, with an active Content-Type, achieving stored XSS. The application sanitizes uploads only when PHP finfo detects image/svg+xml. By submitting an XHTML document whose finf...

8.7CVSS5.9AI score0.00439EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:58 p.m.13 views

Snipe-IT vulnerable to stored XSS via Markdown custom field

Impact CommonMark is configured with htmlinput = 'escape', which blocks raw HTML injection. However, javascript: URIs in Markdown hyperlinks are not sanitized. A user with assets.edit permission can inject a malicious link into any markdown-textarea custom field. Any user who opens the asset deta...

5.4CVSS6AI score0.00295EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:57 p.m.11 views

Snipe-IT has an authorization bypass on print inventory page

Impact An authenticated user with only users.view can open another user's detail page and see assigned license, accessory, and consumable data even though the same account is denied direct access to the Licenses, Accessories, and Consumables modules. The leaked data includes software license name...

4.3CVSS5.8AI score0.00342EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:57 p.m.11 views

Snipe-IT has an Open Redirect After User Edit

Impact The user edit flow stores url-previous into Laravel's intended URL session value and later redirects with redirect-intended... when redirectoption=back is submitted. Because the previous URL is derived from the attacker-controlled Referer header, an authenticated user performing a normal...

6.1CVSS5.9AI score0.0031EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:48 p.m.11 views

Snipe-IT has an authorization bypass on bulk editing users

Impact An authenticated non-admin user with users.view and users.edit, but without users.delete, can directly POST to /users/bulksave and soft-delete another non-admin user. The UI and confirmation route require users.delete, but the destructive sink only authorizes update. Attacker Model...

7.1CVSS5.9AI score0.00439EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:46 p.m.12 views

Snipe-IT has CSV formula injection in Activity Report export

Impact In Snipe-IT v8.6.1 and lower, Actionlog::logaction stores the request User-Agent header in useragent. That value is later included in the Activity Report CSV export by ReportsController::postActivityReport and written with plain fputcsv. A low-privileged authenticated user can set a...

7.3CVSS5.9AI score0.00234EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:32 p.m.13 views

Yamcs has DOM XSS in Extension Routing

Attack type: Unauthenticated remote Impact: Execution of arbitrary JavaScript in a user’s browser. Affected components: extension.matcher.ts:12, extension.component.ts:40, app.component.ts:134. Yamcs is vulnerable to cross-site scripting in the /ext URL endpoint. By inputting specially crafted co...

4.3CVSS6.1AI score0.00274EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:30 p.m.16 views

Yamcs vulnerable to authenticated remote code execution via unescaped StreamSQL `LIKE` pattern compiled by Janino (`LikeExpression`)

Summary Yamcs compiles StreamSQL query expressions to Java at runtime with Janino. The LIKE operator inserts the user-supplied pattern into the generated Java unescaped, inside a "..." literal, so a pattern containing " breaks out and injects arbitrary Java e.g. a static block that runs an OS...

9.9CVSS6.2AI score0.00976EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:23 p.m.15 views

Yamcs vulnerable to Remote Code Execution via instance-template argument YAML injection (createInstance)

Summary templateArgs sent to POST /api/instances and PATCH /api/instances/instance are written into the rendered instance config as raw text, then parsed as YAML and loaded. Yamcs instantiates each services: entry by its class:, so injecting YAML through a template arg lets you add a services:...

9.8CVSS6.1AI score0.00976EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:20 p.m.8 views

Yamcs has Unauthenticated Directory Traversal

Attack type: Unauthenticated remote Impact: Attackers can access any system files from the underlying host. Affected components: HttpRequestHandler.java, StaticFileHandler.java An Unauthenticated Directory Traversal vulnerability exists in Yamcs Steps to Reproduce: 1. Start Yamcs and login as a...

7.5CVSS5.9AI score0.00428EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:17 p.m.13 views

Yamcs has Reflected XSS in the URL of the Authorize Endpoint

Attack type: Unauthenticated remote Impact: Attackers can execute arbitrary JavaScript in a user's browser, including obtaining a user's session token and refresh token. Affected components: authorize.html, AuthHandler.java, HandlerContext.java A Reflected Cross-Site Scripting vulnerability...

6.5CVSS6.1AI score0.00361EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:15 p.m.10 views

Yamcs: Insecure Direct Object Reference (IDOR) in PacketsApi allows unprivileged users to dump all telemetry packets

Summary The PacketsApi.exportPackets endpoint in Yamcs fails to properly enforce object-level privileges ReadPacket when an API request omits specific packet names. As a result, an attacker with a low-privileged account or any authenticated user with zero privileges can dump the entire archive of...

4.3CVSS5.9AI score0.0036EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:13 p.m.10 views

Yamcs's Missing Authorization on Role and Privilege Enumeration Endpoints Allows Any Authenticated User to Disclose Full Security Configuration

Summary Missing authorization checks on three IAM API endpoints GET /api/roles, GET /api/roles/name, GET /api/privileges allow any authenticated user — regardless of their assigned permissions — to enumerate the complete list of system privileges and role definitions. An attacker with only a...

4.3CVSS5.9AI score0.00251EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:10 p.m.13 views

Yamcs's WebSocket subscription handlers omit the privilege checks their REST siblings enforce

Asset / scope: Yamcs 5.12.7 WebSocket topics packets, algorithm-status, mdb-changes Summary Several WebSocket subscription handlers do not perform the privilege check that their REST counterparts enforce, so a principal subscribing over WebSocket receives data the REST API would have scoped or...

6.5CVSS5.9AI score0.00331EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:09 p.m.9 views

Yamcs Core API has Multiple Missing Function Level Access Control vulnerabilities

Summary Multiple Missing Function Level Access Control vulnerabilities exist in the Yamcs Core API. These vulnerabilities allow any authenticated user, regardless of their assigned roles or privileges e.g., an unprivileged "Guest", to bypass intended access controls. An attacker can exploit these...

8.8CVSS6AI score0.00361EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 5:06 p.m.23 views

Yamcs vulnerable to authenticated RCE via StreamSQL aggregate-compiler column-name injection in Yamcs `executeSql`

Overview Yamcs compiles StreamSQL expressions to Java on the fly with the Janino SimpleCompiler no restrictive class-loading policy or expression sandbox. When a StreamSQL aggregate such as sum... is applied to a column, the column's name is interpolated unescaped into the generated Java source...

9.1CVSS6.3AI score0.01116EPSS
SaveExploits2References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:58 p.m.12 views

free5GC NRF nnrf-nfm lacks NF Profile input validation — enables NF Registration Poisoning with arbitrary service endpoints

Summary free5GC NRF Docker image free5gc-fuzz:latest accepts NF registration requests without validating any field constraints against 3GPP TS 29.510, allowing unauthenticated attackers to inject fake NF profiles with arbitrary service endpoint IP addresses. All 17 constraint violations tested UU...

9.3CVSS5.9AI score0.00441EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:55 p.m.10 views

Vikunja vulnerable to authenticated cross-tenant kanban-bucket relocation via `project_view_id` mass-assignment

Summary POST /api/v1/projects/project/views/view/buckets/bucket mass-assigns the request body's projectviewid onto the bucket row. The permission check only verifies that the URL-supplied bucket already belongs to the URL-supplied project, view pair; the body's projectviewid is never validated. A...

5CVSS5.9AI score0.00246EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:52 p.m.15 views

Vikunja has cross-tenant IDOR in kanban move-task endpoint via unauthorized body task_id

Summary The kanban endpoint POST /api/v1/projects/project/views/view/buckets/bucket/tasks moves a task into a bucket. The task is identified by taskid in the request body. The endpoint's authorization check TaskBucket.CanUpdate only verifies that the caller may update the project/view/bucket name...

7.1CVSS7.3AI score0.0027EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:50 p.m.12 views

Vikunja vulnerable to Improper Authorization and Authorization Bypass Through User-Controlled Key

Summary A user with only a single self-owned project can permanently destroy the Kanban bucket assignments taskbuckets and task ordering taskpositions of any other project view in the entire instance. The ProjectView.Delete model method runs three SQL statements: the first is properly scoped to...

8.1CVSS5.9AI score0.00348EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:39 p.m.14 views

Vikunja has an incomplete fix for CVE-2026-35595: Write-only user can detach shared project from parent hierarchy via parent_project_id=0

Summary The fix for CVE-2026-35595 project re-parenting privilege escalation only gates reparent operations when parentprojectid 0. A user with Write but not Admin permission on a shared child project can detach it from its parent by sending parentprojectid: 0, bypassing the Admin requirement. Th...

8.3CVSS7.3AI score0.0029EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:37 p.m.15 views

Vikunja has a project duplication bypasses write-permission check on the target parent project

Summary The project-duplication endpoint fails to enforce write access to the target parent project. Any authenticated non-link-share user can duplicate a project they can read into any parent project on the instance, regardless of whether they have write access to that parent — injecting an...

5.3CVSS5.9AI score0.00313EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:35 p.m.11 views

datadog-opentelemetry has unbounded W3C tracestate parsing that may lead to DoS

Impact Datadog tracing libraries that implement W3C Trace Context tracecontext propagation parse the incoming tracestate header without enforcing a size cap on the Datadog vendor entry dd=.... The dd= value contains semicolon-separated key:value pairs, and the parser allocates a hash-map entry fo...

7.5CVSS5.9AI score0.00562EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:28 p.m.14 views

Pocket-ID has an Open Redirect on the OIDC /authorize page via unvalidated redirect_uri with prompt=none

Summary The OIDC authorization page in the pocket-id frontend redirects the browser to an attacker-controlled URL without consulting the backend redirecturi allow-list when the request uses prompt=none. An attacker who knows a valid clientid can craft an /authorize link that sends a victim or a...

4.3CVSS6AI score0.00269EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:27 p.m.11 views

Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory

Summary aquaproj/aqua extracts downloaded tool archives through pkg/unarchive/archives.go using github.com/mholt/archives. The archive handler creates symlink entries with os.Symlinkf.LinkTarget, dstPath without validating that the symlink target resolves inside the extraction destination. A...

6.6CVSS6.2AI score0.00142EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:25 p.m.12 views

Klever: Integer overflow in split-royalty validation enables unbounded minting of KLV (native token)

Summary The per-entry percentages of a KDA asset's split royalties are validated by summing them into a uint32 accumulator and checking the sum against HundredPercent 10000, with no upper bound on each individual entry. Two split entries whose percentages sum to just over 2^32 wrap around below...

9.6CVSS6AI score0.00386EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:22 p.m.12 views

Klever: Marketplace settlement mints KLV when referral % + royalty % exceed the bid (negative seller share silently skipped)

Summary When a marketplace order is settled MarketBuy / BuyItNow, and auction Claim, the buyer's payment is split three ways — referral, royalties, and the seller market-order owner remainder: marketOwnerAmount = CurrentBid − referralAmount − royaltiesAmount Referral and royalties are paid out...

9.6CVSS5.9AI score0.00298EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:15 p.m.13 views

Trestle has Server-Side Template Injection (SSTI) via Recursive Template Re-evaluation of Untrusted Data

Impact A Server-Side Template Injection SSTI vulnerability exists in multiple locations of trestle's Jinja2 rendering pipeline due to a systemic pattern: untrusted data is re-parsed as Jinja2 template source code without sandboxing. This advisory tracks the root cause across all affected code...

7.8CVSS6.1AI score0.00249EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:13 p.m.13 views

KubeVela Terraform remote loader DoS via unbounded file read

Summary KubeVela's Terraform remote configuration loader can be abused to make vela-core read an unbounded byte stream into memory, causing an out-of-memory kill and a control-plane denial of service. The issue is reachable when a user with permission to create or update a core.oam.dev/v1beta1...

8.5CVSS6AI score0.00567EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:09 p.m.9 views

gix-packetline: reachable panic on empty side-band packet (pre-auth network DoS)

Summary gix-packetline panics when it receives a side-band packet line that contains only the band-id byte with an empty payload. A malicious Git server - or any remote a victim clones/fetches from - can abort the gix client process during a normal fetch. This is a pre-authentication,...

5.9AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:08 p.m.12 views

Hatchet allows cross-tenant write/DoS to other tenants' workers via Dispatcher gRPC UpsertWorkerLabels and Unsubscribe

Summary A cross-tenant write / DoS vulnerability in the Hatchet Dispatcher gRPC service allows any holder of a normal tenant-scoped API token the lowest credential Hatchet issues — an OWNER of a brand-new tenant to overwrite the affinity labels of, or disconnect from the dispatcher, any worker UU...

6.4CVSS5.9AI score0.00269EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:06 p.m.11 views

Phalcon: Catastrophic backtracking (ReDoS) in the default Phalcon Router route lead to remote unauthenticated DoS

Summary Every Phalcon MVC application built with a default router new Phalcon\Mvc\Router or new Phalcon\Mvc\Routertrue, which is the normal case registers a built-in route whose compiled PCRE pattern is ^/\w0-9\-+/\w0-9.+/.$u. The trailing /. is a nested quantifier whose group body /. overlaps...

8.7CVSS5.9AI score0.00524EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 4:01 p.m.11 views

Phalcon: Non-constant-time HMAC verification in `Encryption\Crypt::decrypt` (timing side-channel)

Summary Phalcon\Encryption\Crypt provides authenticated encryption: when useSigning is enabled the default, encrypt appends an HMAC tag and decrypt verifies it before returning the plaintext. The verification compares the attacker-supplied tag against the freshly computed HMAC using PHP/Zephir...

8.2CVSS5.9AI score0.0018EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 11:32 p.m.13 views

aiosmtplib: STARTTLS response injection

Impact When a connection is upgraded with STARTTLS, aiosmtplib reads the server's 220 go-ahead reply and immediately performs the TLS handshake without discarding any data still sitting in the receive buffer. Bytes the protocol read off the plaintext socket before the handshake survive across the...

5.9CVSS5.8AI score0.00261EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 10:10 p.m.13 views

WebOb: Open redirect in Location header normalization via leading C0 control / space characters

Summary This is a third follow-up to CVE-2024-42353 / GHSA-mg3v-6m49-jhp3 and CVE-2026-44889 / GHSA-fh3h-vg37-cc95. WebOb makes the Location header absolute when it serves a redirect. To stop a relative or protocol-relative target from redirecting users off-host, it checks the value for a URI...

6.1CVSS5.6AI score0.00339EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 9:31 p.m.6 views

LiteLLM vulnerable to server-side template injection in the /prompts/test endpoint

BerriAI litellm =1.82.4 is vulnerable to Server-Side Template Injection SSTI, which allows unauthenticated remote attackers to execute arbitrary OS commands via a crafted dotpromptcontent parameter in the /prompts/test endpoint due to use of an unsandboxed jinja2.Environment...

9.8CVSS0.00548EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.9 views

Duplicate Advisory: Model-artifact APIs bypass pathsec and touch files outside allowed roots

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-8mgp-746c-j5xp. This link is maintained to preserve external references. Original Description NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by...

8.3CVSS7AI score0.0026EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.9 views

Duplicate Advisory: Uncontrolled recursion in nltk.featstruct.FeatStructReader causes unhandled RecursionError (DoS) via deeply nested feature-structure input

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-cw6x-m8jw-qmrh. This link is maintained to preserve external references. Original Description NLTK before 3.10.3 contains an uncontrolled recursion vulnerability in nltk.featstruct.FeatStructReader that allows...

6.9CVSS5.8AI score0.00267EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.8 views

Duplicate Advisory: Pl196xCorpusReader has quadratic ReDoS on malformed TEI blocks

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-8mpw-7fpc-4gqj. This link is maintained to preserve external references. Original Description NLTK before 3.10.3 contains a regular expression denial of service vulnerability in Pl196xCorpusReader that allows...

6.3CVSS5.8AI score0.00229EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.9 views

Duplicate Advisory: Downloader.download follows hardlinks and overwrites outside-root files

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-f794-5jv7-7672. This link is maintained to preserve external references. Original Description NLTK versions before 3.10.3 contain a filesystem containment bypass vulnerability in the Downloader.download and...

7.1CVSS7AI score0.00135EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.8 views

Duplicate Advisory: Quadratic-time DoS in PorterStemmer via long runs of 'y'

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-ww6m-cw3f-q94g. This link is maintained to preserve external references. Original Description nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of...

8.7CVSS5.8AI score0.00363EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 6:32 p.m.7 views

Duplicate Advisory: Quadratic CPU Exhaustion in `XMLCorpusView._read_xml_fragment()`

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-vp2x-qp44-57v7. This link is maintained to preserve external references. Original Description NLTK versions before 3.10.3 contain a quadratic CPU exhaustion vulnerability in XMLCorpusView.readxmlfragment that...

6.3CVSS5.8AI score0.00222EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:25 p.m.11 views

Crossplane's TOCTOU between cosign verification and image fetch in xpkg.CachedClient allows tag-based package install to bypass signature check

Summary Crossplane allows package signature verification to be configured via the ImageConfig mechanism. When enabled, the package manager uses cosign to verify that packages are correctly signed before pulling and installing them. When a package is installed using a tag reference e.g., a semanti...

5.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:23 p.m.9 views

libreoffice-convert vulnerable to path traversal / arbitrary file write

Impact options.fileName is used to build a filesystem path path.jointempDir.name, fileName and the caller-supplied document buffer is written there, but fileName is never reduced to a base name. A fileName containing "../" escapes the temporary directory, so a caller can write arbitrary content t...

6.5CVSS6AI score0.003EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:20 p.m.11 views

silverstripe-advancedworkflow vulnerable to remote code execution via advanced workflow email template

Impact The advanced workflow email template field is vulnerable to a specially crafted payload that can be used to run arbitrary code on the server. Reported by Steve Boyd Silverstripe Ltd...

7.2CVSS5.8AI score0.00724EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:17 p.m.9 views

Kargo has Open Redirect in UI OIDC Login Flow via redirectTo Query Parameter

Summary The Kargo UI reads a redirectTo query parameter on the /login and /token-renew routes and, following a successful OIDC authentication, uses its value as the destination for client-side navigation. The parameter is treated as a path string but is not constrained to targets within the UI's...

5.1CVSS5.5AI score0.00312EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:06 p.m.9 views

n8n-nodes-sqlite3 vulnerable to path traversal via user-controlled database file path (db_path parameter)

Affected versions 1.0.0 Patched version 1.0.0 Description In versions prior to 1.0.0, the SQLite node accepted the database file path as a direct node parameter visible and editable in the workflow. A workflow author who mapped untrusted user input to the dbpath field could allow an attacker to...

6.1CVSS5.2AI score0.00459EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/27 5:03 p.m.12 views

cakephp/queue's Incomplete Comparison in getUniqueId vulnerable to collisions

Impact For jobs with shouldBeUnique = true the queue plugin will generate a 'unique identifier' based on the job class, method and parameters. If user data is supplied, a malicious user could create collisions, resulting in legitimate jobs being dropped. Patches Upgrade to 2.3.1 Workarounds You c...

3.7CVSS5.3AI score0.00364EPSS
SaveExploits0References5Affected Software1
Total number of security vulnerabilities35598