Lucene search
+L

3426 matches found

RedhatCVE
RedhatCVE
•added 2026/08/11 6:43 p.m.•13 views

CVE-2026-68187

A flaw was found in the Linux kernel's exec subsystem, specifically within the transferargstostack function. A local user could provide a specially crafted argument or environment string during process creation, causing an unsigned loop counter to wrap. This leads to an out-of-bounds read and...

5.5CVSS5.3AI score0.0022EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/11 12:00 a.m.•9 views

PT-2026-70913

Name of the Vulnerable Software and Affected Versions FileRun versions prior to 2026.2.1 Description Authenticated attackers can achieve remote code execution through an OS command injection. The issue occurs when the thumbnail generation system passes filenames wrapped in shell double-quotes...

8.8CVSS6.3AI score0.02539EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
•added 2026/08/11 12:00 a.m.•14 views

Langflow validate/code exec() Remote Code Execution (CVE-2026-0770) (Direct Check)

Binary data langflowvalidatecodercecve20260770.nbin...

9.8CVSS5.2AI score0.63839EPSS
SaveExploits9References3
CVE
CVE
•added 2026/08/10 8:44 p.m.•78 views

CVE-2026-18608

The vulnerability CVE-2026-18608 affects the Data Science Pipelines Operator (DSPO). Its ClusterRole grants excessive privileges beyond what is needed, including pods/exec and cluster-wide role/binding control. If a DSPO pod is compromised, an attacker could leverage these permissions to achieve ...

8.7CVSS5.6AI score0.007EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
•added 2026/08/10 8:44 p.m.•15 views

CVE-2026-18608

A flaw was found in the Data Science Pipelines Operator DSPO. The operator's ClusterRole, which defines its permissions, includes extensive privileges beyond what is necessary for its operation. These excessive permissions, such as the ability to execute commands within pods and manage cluster-wi...

8.7CVSS5.6AI score0.007EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/10 7:17 p.m.•16 views

CVE-2026-72864

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS0.00506EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/08/10 6:31 p.m.•11 views

CVE-2026-72864 Dokploy Broken Access Control on docker-container-terminal WebSocket (Member -> Root in Arbitrary Containers)

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS5.5AI score0.00506EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/10 6:31 p.m.•22 views

CVE-2026-72864 Dokploy Broken Access Control on docker-container-terminal WebSocket (Member -> Root in Arbitrary Containers)

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS5.5AI score
SaveExploits0References5
attackerkb
attackerkb
•added 2026/08/10 6:31 p.m.•18 views

CVE-2026-72864

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS5.5AI score0.00506EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2026/08/10 6:31 p.m.•39 views

CVE-2026-72864 Dokploy Broken Access Control on docker-container-terminal WebSocket (Member -> Root in Arbitrary Containers)

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS0.00506EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/10 6:31 p.m.•37 views

CVE-2026-72864

CVE-2026-72864 affects Dokploy (= 0.29.13 or apply vendor-provided fixes. If present, references include Dokploy advisories and release notes.

9.9CVSS5.5AI score0.00506EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/10 6:18 p.m.•18 views

CVE-2026-72735

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, writeTraefikConfigRemote in packages/server/src/utils/traefik/application.ts serializes user-controlled Traefik configuration with yaml.stringify and interpolates the resulting yamlStr into an echo command executed...

9.9CVSS0.00925EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/10 1:20 p.m.•14 views

CVE-2026-68383

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

7.8CVSS0.00165EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/10 1:20 p.m.•10 views

CVE-2026-68187

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

0.0022EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•28 views

CVE-2026-68382

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS5.6AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/10 1:20 p.m.•19 views

UBUNTU-CVE-2026-68383

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

7.8CVSS5.2AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/10 12:30 p.m.•22 views

MAL-2026-13700 Malicious code in chai-as-deployer (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c4da130c2818dc609c23c93511a70a6c207cf19cdf9fdd937e369e07b5f1e492 The package is published as chai-as-deployer but its tarball contains verbatim pino README/docs/type-definitions while the advertised chai plugin is ...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•19 views

EUVD-2026-55569

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

5.3AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/10 11:59 a.m.•53 views

CVE-2026-68187 exec: fix unsigned loop counter wrap in transfer_args_to_stack()

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

5.4AI score
SaveExploits0References11
CVE
CVE
•added 2026/08/10 11:59 a.m.•46 views

CVE-2026-68186

The CVE-2026-68186 issue affects the Linux kernel’s binfmt_misc handling. load_misc_binary() sets bprm->have_execfd when it encounters the O/C flag, before the interpreter is opened, which could cause a NULL dereference in begin_new_exec() if an interpreter open fails and a later format is cho...

5.5AI score0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder