Lucene search
+L

1155778 matches found

Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.16 views

PT-2026-65826

Kong Operator's embedded Kong Kubernetes Ingress Controller KIC allows a user with namespace-scoped Secret creation privileges to cause a cluster-wide ingress configuration denial of service. The embedded KIC collects CA-certificate Secrets across all watched namespaces using a label selector...

7.1CVSS5.9AI score0.0014EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.13 views

RHEL 9 : kpatch-patch (RHSA-2026:47984)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:47984 advisory. This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module ...

7.8CVSS7.5AI score0.00507EPSS
SaveExploits8References4
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.11 views

RHEL 10 : nodejs22 (RHSA-2026:48033)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:48033 advisory. Node.js is a platform built on Chrome's JavaScript runtime \ for easily building fast, scalable network applications. \ Node.js uses an...

9.2CVSS6.5AI score0.00424EPSS
SaveExploits2References8
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.7 views

RHEL 8 : kpatch-patch (RHSA-2026:48016)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:48016 advisory. This is a kernel live patch module that can be loaded by the kpatch command-line utility to modify the code of a running kernel. This patch module i...

7.8CVSS7.3AI score0.00507EPSS
SaveExploits8References4
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.8 views

RHEL 10 : container-selinux and crun (RHSA-2026:47905)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:47905 advisory. The container-selinux package provides SELinux policies for container runtimes. Security Fixes: crun: crun: Privilege escalation due to incorrect...

7.8CVSS7.1AI score0.00159EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.15 views

RHEL 10 : kernel (RHSA-2026:47620)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:47620 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: net: sched: UAF via missing handler f...

9.8CVSS5.6AI score0.00509EPSS
SaveExploits0References5
Packet Storm
Packet Storm
added 2026/07/29 12:0 a.m.60 views

📄 Let's Chat 0.4.8 Denial of Service

Let's Chat versions 0.4.8 and earlier contain a denial of service vulnerability in the message lookup functionality. An authenticated attacker can supply a valid but nonexistent room identifier, triggering an uncaught exception that terminates the Node.js server process. Security Advisory:...

7.1CVSS5.9AI score0.00311EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.16 views

PT-2026-65836

Xlight FTP Server before 3.9.5 contains a pre-authentication heap buffer overflow vulnerability that allows remote unauthenticated attackers to write past the end of a heap buffer by sending a malformed SSH client identification string. A logic error in the recv loop's termination condition uses ...

9.8CVSS6.2AI score0.00579EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.13 views

PT-2026-65853

Logging operator automates the deployment and configuration of Kubernetes logging pipelines. Prior to 6.6.0, the Fluentd configuration renderer FluentRender in pkg/sdk/logging/model/render/fluent.go writes CRD strings such as Flow record transformer.records values directly into fluent.conf withou...

9.9CVSS6.1AI score0.00426EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.11 views

RHEL 9 : kpatch-patch (RHSA-2026:47997)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:47997 advisory. This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module ...

7.8CVSS7.5AI score0.00507EPSS
SaveExploits8References4
OSV
OSV
added 2026/07/28 10:19 p.m.9 views

GHSA-6WCC-39RP-HH9P @hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution

A SQL injection vulnerability exists in the escapeValue function used for parameter substitution. escapeValue dispatches on the type of the parameter value, and two of its branches failed to escape safely. An attacker who can control a parameter value can terminate the enclosing string literal an...

9.8CVSS5.8AI score0.0044EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2026/07/28 10:19 p.m.18 views

@hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution

A SQL injection vulnerability exists in the escapeValue function used for parameter substitution. escapeValue dispatches on the type of the parameter value, and two of its branches failed to escape safely. An attacker who can control a parameter value can terminate the enclosing string literal an...

9.8CVSS5.8AI score0.0044EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/28 10:3 p.m.11 views

goshs --no-delete WebDAV MOVE bypass allows file deletion/overwrite

Summary The WebDAV mode-flag guard added to fix GHSA-3whc-qvhv-xqjp still does not enforce --no-delete on the WebDAV MOVE verb. MOVE deletes the source file rename removes it from its original path, and with Overwrite: T it additionally performs an explicit RemoveAll on the destination. Under -w...

9.1CVSS5.9AI score0.00337EPSS
SaveExploits0References4Affected Software4
OSV
OSV
added 2026/07/28 10:3 p.m.6 views

GHSA-HQ33-8JGP-8QQ3 goshs --no-delete WebDAV MOVE bypass allows file deletion/overwrite

Summary The WebDAV mode-flag guard added to fix GHSA-3whc-qvhv-xqjp still does not enforce --no-delete on the WebDAV MOVE verb. MOVE deletes the source file rename removes it from its original path, and with Overwrite: T it additionally performs an explicit RemoveAll on the destination. Under -w...

9.1CVSS5.9AI score0.00337EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/28 9:59 p.m.6 views

GHSA-RMXW-PQ4X-3FVH goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of GHSA-wvhv-qcqf-f3cx)

GHSA-wvhv-qcqf-f3cx fixed the per-folder .goshs ACL bypass on the state-changing routes PUT/POST upload/?mkdir/?delete and added recursive ACL resolution, and its description states the read/list path correctly enforces .goshs. That premise does not hold for the ?bulk zip-download route...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/28 9:59 p.m.15 views

goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of GHSA-wvhv-qcqf-f3cx)

GHSA-wvhv-qcqf-f3cx fixed the per-folder .goshs ACL bypass on the state-changing routes PUT/POST upload/?mkdir/?delete and added recursive ACL resolution, and its description states the read/list path correctly enforces .goshs. That premise does not hold for the ?bulk zip-download route...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References4Affected Software4
Github Security Blog
Github Security Blog
added 2026/07/28 9:32 p.m.15 views

datamodel-code-generator: Authorization / request headers leaked to cross-origin redirect target when fetching remote schemas

Summary When datamodel-code-generator fetches a remote schema and follows an HTTP redirect, it re-sends the original request headers, including any Authorization header, to the redirect target even when the redirect changes origin host/port/scheme. Credentials that an operator scoped to a trusted...

3.7CVSS5.9AI score0.00211EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/28 9:32 p.m.13 views

GHSA-R5VV-FF45-PRP2 datamodel-code-generator: Authorization / request headers leaked to cross-origin redirect target when fetching remote schemas

Summary When datamodel-code-generator fetches a remote schema and follows an HTTP redirect, it re-sends the original request headers, including any Authorization header, to the redirect target even when the redirect changes origin host/port/scheme. Credentials that an operator scoped to a trusted...

3.7CVSS5.9AI score0.00211EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/28 8:44 p.m.12 views

Cosmos-Server has an authentication bypass via forward-auth header smuggling on Constellation tunnel

Summary The Constellation-tunnel bypass branch in tokenMiddleware at src/proxy/routerGen.go:53-66 returns to the upstream handler before the request's x-cosmos-user, x-cosmos-role, x-cosmos-user-role, and x-cosmos-mfa headers are stripped at lines 68-72, and before the AdminOnlyWithRedirect gate ...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/28 8:44 p.m.8 views

GHSA-2RX5-2G7J-2659 Cosmos-Server has an authentication bypass via forward-auth header smuggling on Constellation tunnel

Summary The Constellation-tunnel bypass branch in tokenMiddleware at src/proxy/routerGen.go:53-66 returns to the upstream handler before the request's x-cosmos-user, x-cosmos-role, x-cosmos-user-role, and x-cosmos-mfa headers are stripped at lines 68-72, and before the AdminOnlyWithRedirect gate ...

6.1CVSS5.9AI score
SaveExploits0References3
Rows per page
Query Builder