Lucene search
+L

695 matches found

Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90319

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscall trace enter for ptrace, another thread can install a seccomp filter with SECCOMP FILTER FLAG TSYN...

0.00142EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/10 12:51 a.m.9 views

cve-2026-31431-mitigation

CVE-2026-31431 seccomp Mitigation A lightweight, reversible seccomp-based mitigation for CVE-2026-31431, a local privilege escalation vulnerability in the Linux kernel's algifaead / authencesn crypto subsystem. 中文文档 Vulnerability Overview Type: Local Privilege Escalation LPE Affected Component:...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits242References1
Kitploit
Kitploit
added 2026/09/09 7:44 p.m.9 views

harden-docker-seccomp

harden-docker-seccomp Idempotent script to block AFALG socket creation for all Docker containers on a host as mitigation for CVE-2026-31431 "Copy Fail". Background CVE-2026-31431 is a local privilege escalation in the Linux kernel's authencesn cryptographic template, present in kernels built...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits242
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.8 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

9.8CVSS6.5AI score0.00748EPSS
SaveExploits1References35
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.8 views

kernel: seccomp: passthrough uretprobe systemcall without filtering

A flaw was found in the Linux kernel. This vulnerability occurs when uretprobes, a debugging feature that monitors function returns in user-space programs, are used. The kernel's seccomp secure computing mode mechanism, which restricts system calls a program can make, incorrectly blocks the...

5.5CVSS6.3AI score0.00175EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/31 2:12 p.m.10 views

CVE-2026-61711

A flaw was found in BuildKit. A custom frontend could craft a build request with an invalid security mode, leading to the disabling of Seccomp and AppArmor protections for the build container. This bypasses the intended sandbox mechanisms, potentially allowing for broader impact within the...

6.3CVSS5.8AI score0.00357EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/25 3:00 p.m.6 views

GO-2026-6255 BuildKit: Custom frontend could bypass Seccomp/AppArmor in github.com/moby/buildkit

BuildKit: Custom frontend could bypass Seccomp/AppArmor in github.com/moby/buildkit...

5.3CVSS5.2AI score0.00357EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.11 views

Astra Linux – Vulnerability in libseccomp

In versions of libsseccomp before 2.4.0, 64-bit syscall argument comparisons using arithmetic operators LT, GT, LE, GE were not generated correctly. This issue could potentially allow bypassing seccomp filters and leading to potential privilege escalations...

9.8CVSS6.8AI score0.03041EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10, Linux

The Linux kernel before version 5.17.2 mishandles seccomp permissions. The PTRACESEIZE code path allows attackers to bypass the intended restrictions on setting the PTSUSPENDSECCOMP flag...

7.8CVSS6.7AI score0.00798EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to the no-failure path. Our syzbot instance reported memory leaks in doseccomp, similar to the reports 1. This indicates that we are failing to properly free the struct seccompfilter and some objects...

6.1AI score0.00244EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/08/19 10:51 p.m.8 views

Improper Validation of Specified Type of Input

Overview Affected versions of this package are vulnerable to Improper Validation of Specified Type of Input in client/llb/exec.go and executor/oci/speclinux.go. An attacker can disable Seccomp and AppArmor protections for a build container by supplying a crafted build request with an invalid...

6.3CVSS5.8AI score0.00357EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/19 10:51 p.m.11 views

Improper Validation of Specified Type of Input

Overview Affected versions of this package are vulnerable to Improper Validation of Specified Type of Input in client/llb/exec.go and executor/oci/speclinux.go. An attacker can disable Seccomp and AppArmor protections for a build container by supplying a crafted build request with an invalid...

6.3CVSS5.8AI score0.00357EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 8:23 p.m.14 views

GHSA-7236-3392-C5C6 BuildKit: Custom frontend could bypass Seccomp/AppArmor

Impact A custom frontend could send a crafted build request that disabled Seccomp and AppArmor protections for the build container, even if the user did not explicitly allow the security.insecure entitlement. Other security measures, like Linux capabilities were still applied to these containers...

5.3CVSS5.4AI score0.00357EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/19 8:23 p.m.12 views

BuildKit: Custom frontend could bypass Seccomp/AppArmor

Impact A custom frontend could send a crafted build request that disabled Seccomp and AppArmor protections for the build container, even if the user did not explicitly allow the security.insecure entitlement. Other security measures, like Linux capabilities were still applied to these containers...

5.3CVSS5.4AI score0.00357EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/19 8:17 p.m.10 views

AZL-97032 CVE-2026-61711 affecting package moby-engine for versions less than 25.0.3-20

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.1, a custom frontend could place an invalid SecurityMode value in a crafted build request, and executor/oci/speclinux.go treated the unsupported value as a...

5.3CVSS5.9AI score0.00357EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 8:17 p.m.9 views

CVE-2026-61711

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.1, a custom frontend could place an invalid SecurityMode value in a crafted build request, and executor/oci/speclinux.go treated the unsupported value as a...

5.3CVSS0.00357EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 8:03 p.m.39 views

CVE-2026-61711

In BuildKit versions prior to 0.31.1, the file executor/oci/spec_linux.go treated an invalid SecurityMode value from a crafted build request as non-sandbox mode without requiring the security.insecure entitlement, disabling Seccomp and AppArmor protections for the build container. Linux capabilit...

5.3CVSS5.4AI score0.00357EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 8:03 p.m.45 views

CVE-2026-61711 BuildKit: Custom frontend could bypass Seccomp/AppArmor

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.1, a custom frontend could place an invalid SecurityMode value in a crafted build request, and executor/oci/speclinux.go treated the unsupported value as a...

5.3CVSS0.00357EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:03 p.m.28 views

CVE-2026-61711 BuildKit: Custom frontend could bypass Seccomp/AppArmor

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.1, a custom frontend could place an invalid SecurityMode value in a crafted build request, and executor/oci/speclinux.go treated the unsupported value as a...

5.3CVSS5.5AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/19 8:03 p.m.11 views

CVE-2026-61711 BuildKit: Custom frontend could bypass Seccomp/AppArmor

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.1, a custom frontend could place an invalid SecurityMode value in a crafted build request, and executor/oci/speclinux.go treated the unsupported value as a...

5.3CVSS5.4AI score0.00357EPSS
SaveExploits0References4
Rows per page
Query Builder