Lucene search
+L

481 matches found

Kitploit
Kitploit
added 2026/09/20 11:45 p.m.13 views

insmod_block

insmodblock Linux: - - - - - - - By nu11secur1ty: https://github.com/nu11secur1ty/linux-nu11secur1ty Linux: - - - - - - - By nu11secur1ty: https://gitlab.com/nu11secur1ty/linux-nu11secur1ty root@kitploit: Linux Kernel security modules by nu11secur1ty GNU GENERAL PUBLIC LICENSE Version 3, 29 June...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/20 12:52 p.m.89 views

snuffleupagus

Snuffleupagus php7 および php8 用セキュリティモジュール - バグクラスを排除し、残りは仮想パッチで対応! 主な機能 • ダウンロード • 使用例 • ドキュメント • ライセンス • 謝辞 Snuffleupagus は、PHP 7+ および 8+ 用のモジュールで、バグクラス全体を排除することで、Webサイトに対する攻撃のコストを大幅に引き上げることを目的としています。また、強力な仮想パッチシステムを提供し、管理者が PHP コードに触れることなく、特定の脆弱性を修正し、不審な動作を監査できるようにします。 主な機能 顕著なパフォーマンスへの影響なし...

5.8AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/18 5:34 a.m.9 views

snuffleupagus

Snuffleupagus Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 7:32 p.m.10 views

CrowArmor

CrowArmor:Linux 驱动程序 什么是 CrowArmor? CrowArmor 是一款面向 Linux 的系统安全驱动程序,我们利用 LSM 接口来增强内核安全性,为 MalDec-EDR 提供支持。代码文档及安装指南请参阅 Documentation 开发流程 标准做法是:在 main 分支及带标签的分支中,为客户提供最新的稳定生产版本。test 分支作为 development 分支的镜像,需经过一系列测试和质量保证(QA)流程。与此同时,development(dev)分支专门用于项目的持续开发、功能增强与调整。 root@kitploit: +-----------+...

5.8AI score
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: fscrypt: destroy keyring after securitysbdelete The function fscryptDestroykeyring must be called after all potentially-encrypted inodes have been evicted; otherwise, it cannot safely destroy the keyring. Since inodes that are...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 11:58 p.m.14 views

snuffleupagus v0.14.0

Snuffleupagus Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest! Key Features • Download • Examples • Documentation • License • Thanks Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the cost of attacks against websites, by killing entire b...

6.3AI score
SaveExploits0References14
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: LSM: General protection fault in legacyparseparam The usual LSM hook mechanism of “bailing on failure” doesn’t work in cases where a security module returns an error code indicating that it doesn’t recognize an input. In this...

5.5CVSS6.1AI score0.00264EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.11 views

Astra Linux – Vulnerability in Containerd

Containerd is a container runtime. A bug was discovered in containerd versions prior to 1.4.8 and 1.5.4, where pulling and extracting a specially crafted container image could result in changes to Unix file permissions for existing files in the host’s filesystem. Changes to file permissions could...

6.8CVSS6.3AI score0.01595EPSS
SaveExploits2References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: f2fs: FMODEWRITE is required for atomic write IOctls. The F2FS IOctls for starting and committing atomic writes check for inodeownerorcapable, but this does not provide opportunities for LSMs like SELinux or Landlock to deny writ...

7.1CVSS6.3AI score0.00234EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.11 views

EUVD-2026-59360

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

5.3AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:57 a.m.10 views

EUVD-2026-59359

In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before nonewprivs test aachangeprofile builds a replacement label with fnlabelbuildinscope before the nonewprivs subset check. The build helper can fail and return NULL or an ERRPTR, but the result was...

5.4AI score0.00126EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72648

In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before no new privs test aa change profile builds a replacement label with fn label build in scope before the no new privs subset check. The build helper can fail and return NULL or an ERR PTR, but the...

5.3AI score0.00126EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.41 views

CVE-2026-68179 misc: nsm: only unlock nsm_dev on post-lock error paths

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS0.0018EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:59 a.m.15 views

EUVD-2026-55280

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

5.3AI score0.0018EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/10 10:40 a.m.10 views

kernel: selinux: fix overlayfs mmap() and mprotect() access checks

A flaw was found in the Linux kernel's SELinux security module when handling overlayfs. The existing security model for overlayfs does not properly enforce access controls for mmap and mprotect operations. This oversight could allow a local attacker to bypass intended security policies, potential...

7.1CVSS5.3AI score0.00123EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/10 7:59 a.m.9 views

kernel: selinux: fix overlayfs mmap() and mprotect() access checks

A flaw was found in the Linux kernel's SELinux security module when handling overlayfs. The existing security model for overlayfs does not properly enforce access controls for mmap and mprotect operations. This oversight could allow a local attacker to bypass intended security policies, potential...

7.1CVSS5.3AI score0.00123EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/10 5:43 a.m.13 views

kernel: selinux: fix overlayfs mmap() and mprotect() access checks

A flaw was found in the Linux kernel's SELinux security module when handling overlayfs. The existing security model for overlayfs does not properly enforce access controls for mmap and mprotect operations. This oversight could allow a local attacker to bypass intended security policies, potential...

7.1CVSS5.3AI score0.00123EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/07 6:53 p.m.16 views

kernel: selinux: fix overlayfs mmap() and mprotect() access checks

A flaw was found in the Linux kernel's SELinux security module when handling overlayfs. The existing security model for overlayfs does not properly enforce access controls for mmap and mprotect operations. This oversight could allow a local attacker to bypass intended security policies, potential...

7.1CVSS5.4AI score0.00123EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/04 5:17 p.m.15 views

CVE-2026-69257

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, Flowise's HTTP security module httpSecurity.ts did not normalize IPv4-mapped IPv6 addresses such as ::ffff:127.0.0.1 and ::ffff:169.254.169.254 before checking them against the deny list...

8.6CVSS0.0028EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.22 views

CVE-2026-64393

In the Linux kernel, the following vulnerability has been resolved: ksmbd: run set info with opener credentials SMB2 SETINFO handlers call path-based VFS helpers after checking the access mask granted to the SMB handle. Those helpers perform their owner, inode permission and LSM checks using the...

9.1CVSS5.3AI score0.00479EPSS
SaveExploits0References14
Rows per page
Query Builder