Lucene search
+L

399984 matches found

CVE
CVE
added 2026/09/03 11:22 a.m.16 views

CVE-2026-85172

n8n versions before 2.34.1 contain a server-side request forgery (SSRF) vulnerability in the legacy request helper function exposed to Code and Function nodes. The root cause is a mismatch between validation and execution: the SSRF check inspects the uri property, while the underlying HTTP client...

6.4CVSS5.7AI score0.00155EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.23 views

CVE-2026-85171

n8n versions before 1.123.73 , 2.35.4 , and 2.36.2 are affected by a credential exposure vulnerability in the Strapi , SeaTable , and Mailcheck nodes. The root cause is that these nodes send their decrypted credentials to the authentication endpoint via the raw legacy HTTP helper outside any erro...

7.1CVSS6AI score0.00324EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.14 views

CVE-2026-85170

n8n versions before 1.123.73 , 2.35.4 , and 2.36.2 are vulnerable to local file read and SSRF through the Gmail (v1) and Brevo nodes. The root cause is that these nodes pass message content to the mail composer without verifying it is a string. An authenticated user able to run a workflow can sup...

7.1CVSS5.6AI score0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.21 views

CVE-2026-85169

n8n versions before 1.123.73 , 2.35.4 , and 2.36.2 contain an expression sandbox escape in the $fromAI handler. The handler resolved a caller-supplied placeholder name without requiring it to be an own property and admitted reserved keys; against a primitive input value it returned a live host-pr...

8.7CVSS6.1AI score0.00387EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.13 views

CVE-2026-85167

n8n versions before 2.35.4 and 2.36.x before 2.36.2 are affected by a query injection vulnerability in the Elasticsearch Document Get All and Google Cloud Firestore Document Query nodes. The root cause is that these operations build their JSON query by interpolating expression values directly int...

6.5CVSS5.7AI score0.00232EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.27 views

CVE-2026-85168

n8n versions before 1.123.73 , 2.35.4 , and 2.36.2 are affected by a remote code execution vulnerability in the Git node . The root cause is that the node's sanitization logic reset a fixed list of command-bearing Git configuration keys but did not cover the content-filter and merge-driver key fa...

8.8CVSS6.4AI score0.00459EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.21 views

CVE-2026-85166

n8n before 2.35.4 and 2.36.x before 2.36.2 fails to validate credential references in the inline workflow JSON of nodes that execute an inline sub-workflow (e.g., the Workflow Tool node ). A shared-workflow editor or any user creating/updating a workflow via the REST API, Public API, or MCP can p...

7.2CVSS5.9AI score0.00209EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.16 views

CVE-2026-85164

WWBN AVideo (through commit c91b5975d) contains a Server-Side Request Forgery (SSRF) vulnerability in the set_api_userImages API endpoint. The endpoint fails to validate the profileImg and backgroundImg URL parameters before fetching them, allowing an authenticated API client to supply internal U...

7.1CVSS5.3AI score0.00239EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.19 views

CVE-2026-85165

n8n versions before 2.36.2 are affected by an expression sandbox bypass. The root cause is that free identifiers appearing in spread , computed-key , switch-case , or class-extension positions resolve against process globals rather than staying within the sandbox. Authenticated users with workflo...

9.9CVSS5.7AI score0.00315EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 11:22 a.m.12 views

CVE-2026-85163

AVideo through commit c91b5975d is affected by a Server-Side Request Forgery (SSRF) vulnerability in its EPG parser . An authenticated uploader can supply an internal URL via the epg_link parameter during video upload; the value is validated only for syntax and later fetched server-side during EP...

7.1CVSS6AI score0.00209EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.15 views

CVE-2026-85161

AVideo (through commit c91b5975d) contains a Cross-Site Request Forgery (CSRF) vulnerability in removePoster.php . The endpoint lacks forbidIfNotPost or forbidIfInvalidToken checks, allowing an attacker to craft malicious image tags that, when viewed by an authenticated victim, issue GET requests...

5.3CVSS5.8AI score0.00102EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.17 views

CVE-2026-85162

AVideo (through commit c91b5975d) contains a cross-site request forgery (CSRF) vulnerability in plugin/Live/saveLive.php , which lacks forbidIfNotPost and forbidIfInvalidToken protections. An attacker can craft malicious image tags to overwrite authenticated streamers' RTMP keys, passwords, and t...

7.1CVSS5.1AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.15 views

CVE-2026-85160

AVideo (through commit c91b5975d) is affected by a combined CSRF and path traversal vulnerability in stopLive.php . The root cause is missing token validation and unsanitized key parameter concatenation, allowing an attacker to craft a malicious image tag with a traversal payload (e.g., key=../.....

8.1CVSS5.7AI score0.00212EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.15 views

CVE-2026-85158

AVideo through commit c91b5975d is affected by a reflected cross-site scripting (XSS) vulnerability in videoEmbeded.php . The root cause is that the link parameter is echoed inside an HTML comment with zero escaping , allowing an attacker to close the comment with --> and inject arbitrary Java...

5.4CVSS5.9AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.15 views

CVE-2026-85159

AVideo (through commit c91b5975d) contains a reflected cross-site scripting vulnerability in userLogin.php . The root cause lies in the isSafeRedirectURL function, which validates only the URL protocol but does not sanitize HTML characters in the cancelUri parameter. Because this parameter is ech...

5.4CVSS5.4AI score0.00168EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.13 views

CVE-2026-85157

WWBN AVideo is affected by a broken access control vulnerability in the unauthenticated feed/index.php (RSS feed) endpoint. When a program_id parameter is supplied, per-video visibility checks are disabled, allowing unauthenticated attackers to enumerate playlist identifiers and retrieve unlisted...

6.9CVSS5.2AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.17 views

CVE-2026-85156

WWBN AVideo has a broken access control vulnerability on its public channel page. The root cause involves hardcoded visibility flags and an undefined property that fail to properly validate access controls, allowing unauthenticated visitors to view unlisted and group-restricted videos—including f...

6.9CVSS5.8AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.16 views

CVE-2026-85155

WWBN AVideo is vulnerable to SQL injection in the sort column parameter of the get.json.php endpoint when APIName=channels. An unauthenticated attacker can order results by arbitrary database columns such as users.password and users.recoverPass, enabling an ordering oracle to infer password hash ...

8.7CVSS5.9AI score0.00273EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.22 views

CVE-2026-85154

WWBN AVideo contains an authentication failure in its video_id_hash credential, which acts as a non-expiring, non-revocable bearer token granting full administrator session access to the video owner's account. An attacker who obtains this token can replay it indefinitely to authenticate as the ow...

9.8CVSS5.4AI score0.00345EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:00 a.m.14 views

CVE-2026-85105

A remote authorization bypass vulnerability exists in NousResearch hermes-agent 0.18.0 , specifically in the _sess_nowait function of the s71.py file within the Session Management component. The root cause is improper handling of the session_id argument, allowing an unauthenticated remote attacke...

7.5CVSS6.8AI score0.00372EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 10:54 a.m.65 views

CVE-2026-76642

util-linux (libmount component) versions through 2.41.5 and 2.42.2 fail to check the exit status of an external mount helper before executing privileged post-mount hooks. A local unprivileged user with an /etc/fstab entry using the user option combined with X-mount.idmap or X-mount.owner/group/mo...

8.5CVSS5.9AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 10:51 a.m.18 views

CVE-2026-85124

@fastify/http-proxy versions before 11.6.2 are vulnerable to a path traversal (CWE-22) caused by insufficient validation of backslash-based dot-segments in proxied HTTP request paths. The plain HTTP handler skips the destination validation performed on the WebSocket path, and the underlying reply...

7.5CVSS5.9AI score0.00552EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/09/03 10:47 a.m.26 views

CVE-2026-85150

CVE-2026-85150 is a NULL pointer dereference in GStreamer's RTSP support library, specifically in gst_rtsp_message_parse_auth_credentials() (part of gst-plugins-base). A specially crafted whitespace placement in a Digest Authorization or WWW-Authenticate header causes an internal length calculati...

7.5CVSS5.8AI score0.00519EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/03 10:20 a.m.13 views

CVE-2026-76178

Ocsreports for OCS Inventory NG is affected by a stored XSS vulnerability in the notification template functionality at /ocsreports/?function=notification. An administrator can inject malicious HTML that is stored and later rendered without proper sanitisation when other administrators view the t...

9.2CVSS5.9AI score0.00269EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 10:09 a.m.11 views

CVE-2026-15933

OptimiDoc Server (On-Premise) stores credentials for external services in cleartext, allowing an authenticated administrator to view previously configured passwords—SMTP , FTP (scan delivery), Active Directory (user list import), and SharePoint —in cleartext through the web administration panel p...

6.9CVSS5.7AI score0.0036EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 9:49 a.m.22 views

CVE-2026-76177

Ocsreports for OCS Inventory NG contains a Server-Side Request Forgery (SSRF) vulnerability in the /ocsreports/?function=tele_activate endpoint. The root cause is insufficient validation of the HTTPS_SERV and FILE_SERV parameters, allowing an authenticated user with operator privileges to supply ...

7.1CVSS6AI score0.00336EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 9:47 a.m.19 views

CVE-2026-76176

CVE-2026-76176 is a SQL injection vulnerability in Ocsreports for OCS Inventory NG , located in the endpoint /ocsreports/index.php?function=admin_double. The root cause is improper processing of values in the ID field of the selected_grp_dupli[] parameter. An authenticated user with operator priv...

8.6CVSS6AI score0.0033EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 9:45 a.m.11 views

CVE-2026-85100

A resource consumption vulnerability in 2FastLabs agent-squad (versions up to 1.1.4 ) affects the function AgentSquad.routeRequest within the Streaming Agent Response Workflow component (file agent-squad/typescript/src/orchestrator.ts). The flaw allows a remote attacker with low privileges to tri...

5.3CVSS5.5AI score0.00522EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 9:44 a.m.20 views

CVE-2026-76175

Ocsreports for OCS Inventory NG is affected by a SQL injection vulnerability in the del_check parameter of the /ocsreports/?function=save_query_list endpoint. An authenticated user with operator privileges can supply input that is incorporated into an SQL query without proper parameterisation or ...

8.6CVSS5.9AI score0.0033EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 9:41 a.m.14 views

CVE-2026-8354

CVE-2026-8354 is currently a reserved candidate with no public technical details. A sighting was recorded on Bsky on 2026-09-03, but no affected product, root cause, or impact has been disclosed yet. Monitor for updates as the reserving organization publishes findings.

SaveExploits0References1
CVE
CVE
added 2026/09/03 9:38 a.m.25 views

CVE-2026-76174

Ocsreports for OCS Inventory NG has an unrestricted file upload vulnerability in the CSV file upload functionality of the admin_info endpoint . The application validates files solely by the client-provided name, without inspecting content or restricting permitted file types. An administrator user...

9.4CVSS6.1AI score0.00487EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 8:54 a.m.22 views

CVE-2026-80253

CVE-2026-80253 is an improper physical access control flaw in ShizenBox2 (dev-conf) . An attacker with physical access to the device can execute bootloader commands without authentication , leading to high impact on confidentiality, integrity, and availability. The vulnerability is rated 6.8 (Med...

7CVSS6.8AI score0.0033EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:53 a.m.41 views

CVE-2026-80254

ShizenBox2 (edge-app) , a product by se-digital.net, is affected by an authorization bypass caused by a user-controlled key issue. An attacker with valid credentials can exploit this to change another user's password , resulting in a high integrity impact (CVSS v3.0: 6.5 MEDIUM , CVSS v4.0: 7.1 H...

7.1CVSS6.6AI score0.0035EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:45 a.m.14 views

CVE-2026-84830

SEPPmail Secure Email Gateway versions before 15.0.7 are affected by an OS command injection vulnerability in privileged configuration handling. An authenticated administrator can exploit this flaw to execute commands with elevated privileges, resulting in high impact to confidentiality, integrit...

8.6CVSS6AI score0.01068EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 8:45 a.m.12 views

CVE-2026-84832

SEPPmail Secure Email Gateway before 15.0.6 contains an unsafe deserialization flaw in its privileged REST import workflow. Because attacker-controlled data is deserialized without adequate validation, an attacker holding a privileged API token can achieve arbitrary command execution with nobody ...

8.6CVSS6.1AI score0.0061EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 8:43 a.m.12 views

CVE-2026-84831

SEPPmail Secure Email Gateway versions before 15.0.7 create a fully privileged session before mandatory multi-factor authentication enrollment is completed. An attacker who knows the password for an MFA-required but not-yet-enrolled account can access protected functionality without providing a s...

7.7CVSS5.9AI score0.0045EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 8:28 a.m.20 views

CVE-2026-3852

The Divi theme for WordPress is vulnerable to Stored Cross-Site Scripting via the skype_url shortcode attribute in the Social Media Follow module, affecting all versions up to and including 4.27.6 . The root cause is a three-part sanitization failure: the field is excluded from the $url_options w...

6.4CVSS6AI score0.0025EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.22 views

CVE-2026-80757

CVE-2026-80757 is a vulnerability in the Linux kernel affecting the SELinux subsystem. The root cause is in security_get_permissions(), which maps an inherited common's permissions into an array sized by the class's own nprim field. However, class_read() takes nprim verbatim from the policy image...

5.8AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.23 views

CVE-2026-80756

This Linux kernel vulnerability affects the SELinux subsystem. When the first policy load fails during selinuxfs tree construction, sel_write_load() calls selinux_policy_cancel(), which dereferences a NULL state->policy pointer (no outgoing policy exists on the initial load). The bug is trigge...

5.8AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.23 views

CVE-2026-80755

CVE-2026-80755 affects the Linux kernel SELinux subsystem. The root cause is in perm_read(), which bounds a permission value by SEL_VEC_MAX but never by nprim (the count of permissions for the owning class or common, taken verbatim from the policy image). As a result, security_get_permissions() w...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 8:26 a.m.25 views

CVE-2026-80754

CVE-2026-80754 affects the Linux kernel synaptics-rmi4 input driver. During F55 sensor detection , the transmitter (TX) electrode count was incorrectly assigned the receiver (RX) value due to copy-paste typos . On devices where RX exceeds TX electrode counts, this inflated perceived TX count prop...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.19 views

CVE-2026-80753

CVE-2026-80753 affects the Linux kernel's ovpn module . Work items whose callbacks execute module text ran on the global system workqueues, meaning module exit had no driver-owned drain point to guarantee callbacks had returned before the module text could be freed. Specifically, a worker could d...

8.4CVSS5.9AI score0.00132EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:26 a.m.18 views

CVE-2026-80752

A NULL pointer dereference exists in the Linux kernel's psxpad-spi input driver. The psxpad_spi_suspend() function calls spi_get_drvdata() to retrieve the controller state, but the probe function never stores that data, so any suspend operation dereferences a NULL pointer, likely causing a kernel...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.17 views

CVE-2026-80751

CVE-2026-80751 affects the Linux kernel 's MediaTek manufacturing PM domain driver (pmdomain/mediatek/mfg). The function mtk_mfg_attach_dev() reads the local variable prev_o on the first iteration of its loop before it is assigned, causing it to evaluate an indeterminate value. If that value is n...

7.8CVSS5.9AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.24 views

CVE-2026-80750

CVE-2026-80750 is a use-after-free in the Linux kernel's pmdomain: mediatek driver, specifically in scpsys_get_bus_protection_legacy(). Two error paths call of_node_put() before verifying the regmap lookup succeeded, then pass the potentially freed device node to dev_err_probe() with the %pOF spe...

8.4CVSS5.8AI score0.0018EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:26 a.m.23 views

CVE-2026-80749

CVE-2026-80749 is an out-of-bounds memory read in the Linux kernel 's DRM/connector/HDMI subsystem. A helper function copying an audio infoframe used the destination size (60 bytes) instead of the source size (28 bytes) , reading 32 bytes beyond the allocation. The fix uses the correct source siz...

7.1CVSS5.8AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 8:26 a.m.24 views

CVE-2026-80748

CVE-2026-80748 affects the Loongson2 MMC driver in the Linux kernel. In ls2k0500_mmc_reorder_cmd_data() and ls2k2000_mmc_reorder_cmd_data(), the code incorrectly indexes the scatterlist with &sg[i] inside a for_each_sg() loop that already provides the current entry via sg, causing access to wrong...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:26 a.m.16 views

CVE-2026-80746

CVE-2026-80746 affects the Linux kernel 's Qualcomm Display Clock Controller driver (dispcc-eliza ). On the Eliza EVK platform, the Display Clock Controller is enabled even though display is not, and it references parent clocks from DSI PHYs, causing a clock reparenting issue during probe. This r...

5.9AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.20 views

CVE-2026-80747

CVE-2026-80747 is a Linux kernel vulnerability in the drm/amdkfd driver's CRAT table parser . The root cause is a missing bounds check: the parser verifies that the subtype header fits within the image but does not validate that the advertised subtype length stays within bounds. A malformed CRAT ...

8CVSS5.8AI score0.00164EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.22 views

CVE-2026-80744

CVE-2026-80744 affects the Linux kernel (reproduced on 5.10 stable , present in mainline) in the nf_tables_offload component (net/netfilter/nf_tables_offload.c). In nft_flow_rule_offload_abort(), a WARN_ON_ONCE(err) fires during nf_tables transaction rollback when a memory allocation fails with -...

5.8AI score0.00226EPSS
SaveExploits0References8
Total number of security vulnerabilities399984